Data Structure Multiple Choice Questions and Answers Pdf - 2

Question: 6

Which of the following is not an open addressing technique to resolve collisions?

(A) Linear probing

(B) Cubic probing

(C) Double hashing

(D) Quadratic probing

Ans: B

Cubic probing

Question: 7

Which of the following file organizations is not suitable for an interactive application?

(A) Indexed sequential file organization

(B) Inverted file organization

(C) Sequential file organization

(D) Relative file organization

Ans: C

Sequential file organization

Question: 8

Which of following is not a type of a I/O channel?

(A) Block multiplexer

(B) Multiplexer

(C) Selector

(D) Demultiplexer

Ans: D

Demultiplexer

Question: 9

A linear list in which elements can be added or removed at either end is known as

(A) Circlular queue

(B) Priority queue

(C) Queue

(D) Deque

Ans: D

Deque

Question: 10

Which of the following tree maintains a list of the keys in sequential order?

(A) B+-tree

(B) B*-tree

(C) B-tree

(D) m-way search tree

Ans: A

B+-tree

Related Questions