Data Structures Imp
Data Structures Imp
Q8. Define linked list. Draw and explain labelled diagram of linked list with 5 nodes.
Q9. How linked list are represented in memory ?
Q10. Explain memory representation of linked list with suitable example.
Q11.Define the following terms regarding data structure :
● Data
● Data Item
● Group Item
● Elementary Item
● Entity
● Attributes/Properties
● Entity Set
● Information
● Field
● Record
● File
● Primary Key
(Q.60) Draw a binary tree structure for the following expression : F = (a - b) / ((P* m) + h) (Ch. 2/Q.
60/Pg. 2-40) (Most Important)
( Q42 ) What is Binary Tree? With suitable example show the relationship between Total Number
Nodes and Depth of Binary Tree. (Most Important)
(Q38.) Explain following terms used in Binary Tree: (Most Important)
(i) Sibling
(ii) Successor
(iii) Leaf
(Q.40) What is Binary Tree? Draw the Tree diagram for the expression. B = (3R/5T)²-(R+Q³) (Most
Important)
(Q44) Explain the memory representation of Binary Tree with suitable example. (Most Important)
(Q44) Explain linked representation of binary tree in memory with suitable example. (Most Important)
(Q63) Define Binary tree. Draw a Tree diagram for following expression. Y= [(a-b-c) + (a+b-c)]³/2 (Most
Important)