Data Structure Quiz
- Get link
- X
- Other Apps
Data Structure Quiz
Quiz
- Which if the following is/are the levels of implementation of data structure
- Abstract level
- Application level
- Implementation level
- All of the above
- A binary search tree whose left subtree and right subtree differ in height by at most 1 unit is called ……
- AVL tree
- Red-black tree
- Lemma tree
- None
- ……………….. level is where the model becomes compatible executable code
- Abstract level
- Application level
- Implementation level
- All of the above
- Stack is also called as
- LIFO
- First in last out
- Last in last out
- FIFO
- Which of the following is true about the characteristics of abstract data types?
i) It exports a type.
ii) It exports a set of operations- True, False
- False, True
- True, True
- False, False
- …………… is not the component of the data structure.
- Operations
- Storage Structures
- Algorithms
- None of the above
- Which of the following is not the part of ADT description?
- Data
- Operations
- Both of the above
- None of the above
- Inserting an item into the stack when stack is not full is called …………. Operation and deletion of item form the stack, when stack is not empty is called ………..operation.
- push, pop
- pop, push
- insert, delete
- delete, insert
- ……………. Is a pile in which items are added at one end and removed from the other.
- Stack
- Queue
- List
- None
- ………… is very useful in situation when data have to stored and then retrieved in reverse order.
- Stack
- Queue
- List
- None
- Which data structure allows deleting data elements from and inserting at rear?
- Stack
- Queue
- Dequeue
- Binary search tree
- Which of the following data structure can’t store the non-homogeneous data elements?
- Arrays
- Records
- Pointers
- Stacks
- A ……. is a data structure that organizes data similar to a line in the supermarket, where the first one in line is the first one out.
- Queue linked list
- Stacks linked list
- Both of them
- Neither of them
- Which of the following is non-liner data structure?
- Stacks
- List
- String
- Trees
- Herder node is used as sentinel in …..
- Graphs
- Stacks
- Binary Tree
- Queue
- Which data structure is used in breadth first search of a graph to hold nodes?
- Stack
- Queue
- Tree
- Array
- Identify the data structure which allows deletions at both ends of the list but insertion at only one end.
- Input restricted dequeue
- Output restricted qequeue
- Priority queues
- Stack
- Which of the following data structure is non linear type?
- Strings
- Lists
- Stacks
- Graph
- . Which of the following data structure is linear type?
- Graph
- Tree
- Binary Tree
- Stack
- To represent hierarchical relationship between elements, Which data structure is suitable?
- Dequeueree
- Priority
- Graph
- Tree
- Get link
- X
- Other Apps
Comments