- A linear list in which elements can be added/removed at either end but not in the middle is called
(A) Deque
(B) Stack
(C) List
(D) Queue
- Which of the following is the best sorting algorithm when the list is already sorted?
(A) Bubble Sort
(B) Insertion Sort
(C) Quick Sort
(D) Heap Sort
- The representation of data structure in memory is called
(A) memory structure
(B) abstract data type
(C) recursive
(D) file structure
- The complexity of Heap sort algorithm is
(A) O(n^2)
(B) O( n log n)
(C) O(1)
(D) None of these
- In Queue, the items deleted at…..end
(A) front
(B) rear
(C) top
(D) base
- Which data structure is needed to convert infix notation to post fix notation?
(A) Branch
(B) Queue
(C) Tree
(D) Stack
- In a circular linked list, insertion of a record involves modification of
(A) Multiple pointer
(B) One pointer
(C) Two pointer
(D) None of these
- Which data structure is used for implementing recursion?
(A) Queue
(B) Stack
(C) Arrays
(D) List
- The drawback of the binary tree sort is remedied by
(A) Bubble Sort
(B) Insertion Sort
(C) Quick Sort
(D) Heap Sort
- Which of the following is the method of graph traversal?
(A) Breadth first search
(B) Depth first Search
(C) Both (A) & (B)
(D) None of these
Tuesday, December 29, 2015
GK
Labels:
quiz
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment