- In Queue, the elements added at…..end
(A) front
(B) rear
(C) top
(D) base
- The terms “POP” and “PUSH” are related to…..
(A) queue
(B) stack
(C) linked list
(D) None of the above
- Stack is also called a …….
(A) Last In First Out
(B) First In First Out
(C) LIFO & FIFO
(D) None of the above
- The largest element of an Array Index is called……
(A) Range
(B) Upper bound
(C) lower bound
(D) None of the above
- The memory address of the first element of an array is called…
(A) first address
(B) floor address
(C) base address
(D) None of the above
- The complexity of shell sort is
(A) O(log)
(B) O(n^2)
(C) O(n (log n)^2)
(D) None of the above
- Which of the following is a linear data structure?
(A) Array
(B) Graph
(C) Tree
(D) None of the above
- ….. is a technique to convert a range of key values into a range of Indices of an Array?
(A) Thrashing
(B) Hashing
(C) Interpolation
(D) None of the above
- ……. is a queue with limited number of elements.
(A) Bounded queue
(B) Unbounded queue
(C) Both (A) & (B)
(D) None of the above
- An odd-even sort is also called……
(A) Bubble Sort
(B) Heap Sort
(C) Quick Sort
(D) Brick Sort
Monday, December 28, 2015
GK
Labels:
quiz
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment