- In linked list, an element can be inserted at _______
(A) beginning of the list
(B) end of the list
(C) middle of the list
(D) Both (A) & (B)
- Which of the following is/are real time application(s) of Circular linked list?
(A) Printer
(B) Multi player games
(C) Interrupts handling in real-time systems
(D) All of the above
- Stack is also called______
(A) Pop up array
(B) Pop down list
(C) Push down list
(D) None of the above
- Prim’s algorithm is a ________
(A) Greedy algorithm
(B) Backtracking algorithm
(C) Divide and Conquer method
(D) None of the above
- A heap allows a very efficient implementation of a _______
(A) Stack
(B) Tree
(C) priority queue
(D) None of the above
- ________is an algorithm that builds a solution by repeated selecting the cheapest among all options at each stage.
(A) Greedy algorithm
(B) Backtracking algorithm
(C) Divide and Conquer method
(D) None of the above
- The Complexity of Quick Sort algorithm is ______
(A) O (n^2)
(B) O (n log n)
(C) O (n)
(D) None of the above
- The best average behaviour is shown by________
(A) Heap Sort
(B) Insertion Sort
(C) Quick Sort
(D) Bubble Sort
- A mathematical-model of user defined type along with the collection of all operations defined on that model is known as ______
(A) Data Structure
(B) Primitive Data Type
(C) Algorithm
(D) Abstract Data Type
- In ________ traversal we can convert a binary tree into its mirror image.
(A) In order
(B) Pre order
(C) Post order
(D) None of the above
Thursday, December 24, 2015
GK
Labels:
quiz
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment