- The term “PUSH” is used to …… an element into a stack
(A) Update
(B) Edit
(C) Insert
(D) None of the above
- The condition “FRONT = NULL” represents that the queue is…..
(A) Overflow
(B) Empty
(C) Full
(D) None of the above
- A linked list is also called
(A) One way list
(B) Multi way list
(C) Single way list
(D) None of the above
- Which data structure represents hierarchical relationship between various elements?
(A) Linked List
(B) Tree
(C) Array
(D) None of the above
- The process of accessing data stored in a tape is similar to handle data on…….
(A) Linked List
(B) Tree
(C) Array
(D) Queue
- Which of the following search start at the beginning of the list and each element in the list?
(A) Linear Search
(B) Binary Tree Search
(C) Hash Search
(D) None of the above
- In Binary Tree Traversal, the node is visited between the sub trees is called……
(A) Pre-order traversal
(B) In-order traversal
(C) Post-order traversal
(D) None of the above
- Which of the following data structure is indexed data structure?
(A) Linked List
(B) Stack
(C) Queue
(D) Linear Array
- …….. is a data structure in which each node has at most two children.
(A) Red-Black Tree
(B) Binary Tree
(C) AVL Tree
(D) None of the above
- Which of the following sorting algorithm is not an internal sort?
(A) Bubble Sort
(B) Insertion Sort
(C) Merge Sort
(D) Heap Sort
Monday, December 28, 2015
GK
Labels:
quiz
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment