- Print Server uses ….. which is a buffer that holds data before it is send to the printer
(A) Queue
(B) Stack
(C) Spool
(D) None of the above
- …… is a balanced binary search tree in which the difference between the height of any node’s left and right sub tree is at most one.
(A) AVL Tree
(B) Red-Black Tree
(C) 2-3-4 Tree
(D) None of the above
- Enqueue means to insert an item into the ……. of the Queue
(A) front
(B) rear
(C) middle
(D) None of the above
- The process of deleting an element from the top of stack is called ….. operation
(A) POP
(B) PUSH
(C) Both (A) & (B)
(D) None of the above
- Merge Sort is based on ……..
(A) Greedy approach
(B) Backtracking algorithm
(C) Divide and Conquer method
(D) None of the above
- Post order traversal is also known as……
(A) depth-first order
(B) end order
(C) symmetric order
(D) None of the above
- A queue is a ……. data structure
(A) Last In First Out (LIFO)
(B) Linear Array
(C) First In First Out (FIFO)
(D) None of the above
- Which of the following data structure stores homogeneous data elements?
(A) Record
(B) Pointer
(C) Linear Array
(D) None of the above
- An algorithm that calls itself directly or indirectly is called ……
(A) Iteration
(B) Recursion
(C) Traversal
(D) None of the above
- Which of the following is used to find the location of an element with a given value?
(A) Search
(B) Iteration
(C) Traversal
(D) None of the above
Sunday, December 27, 2015
GK
Labels:
quiz
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment