- Linear search is also called …….
(A) Interpolation Search
(B) Transpose Sequential Search
(C) Sequential Search
(D) None of the above
- The Array as an Abstract Data Type (ADT) supports ….. operations.
(A) Store
(B) Retrieve
(C) Both (A) & (B)
(D) None of the above
- Each position of the hash table is called ……
(A) Bucket
(B) Entry
(C) Cell
(D) Slot
- The common way of keeping subsequent items within the table and computing possible positions is termed as …………
(A) Direct Chaining
(B) Open Addressing
(C) Both (A) & (B)
(D) None of the above
- An extra key inserted at the end of an Array is known as………
(A) Sentinel
(B) Stop key
(C) Both (A) & (B)
(D) None of the above
- In Binary Tree Traversal, the node is visited after both trees is called…….
(A) pre order
(B) In order
(C) post order
(D) None of the above
- Shell Sort is also called …….
(A) Partition exchange sort
(B) Diminishing increment sort
(C) Both (A) & (B)
(D) None of the above
- The complexity of Merge sort algorithm is………
(A) O (log n)
(B) O (n log n)
(C) O (n^2)
(D) None of the above
- …… is a header list in which the last node points back to the header node.
(A) Circular Header linked list
(B) Grounded Header linked list
(C) Both (A) & (B)
(D) None of the above
- A pointer that contains the address of a heap-dynamic variable is called …..
(A) Dangling pointer
(B) Null pointer
(C) Void pointer
(D) None of the above
Friday, December 25, 2015
GK
Labels:
quiz
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment