Top 150+ Solved Data Structure (DS) MCQ Questions Answer

From 121 to 135 of 137

Q. Data Structure that are created by user as per their requirement are known as

a. primitive data structure

b. non-primitive data structure

c. both a & b

d. none of these

  • a. primitive data structure

Q. In linked list implementation, a node carries information regarding

a. the data

b. the link

c. both a & b

d. none of these

  • c. both a & b

Q. Which of the following data structure is linear type?

a. strings

b. stack

c. queue

d. all of these

  • d. all of these

Q. Stack is ____ type of data structure.

a. lifo

b. fifo

c. both a & b

d. none of these

  • a. lifo

Q. In stack deletion operation is referred as _____

a. push

b. pop

c. peek

d. none of these

  • b. pop

Q. Queue is _____ type of data structure.

a. lifo

b. fifo

c. both a & b

d. none of these

  • b. fifo

Q. Data structre is divided into _____ parts.

a. 4

b. 3

c. 2

d. 1

Q. In ___ Data Structure data can be processed one by one sequentially

a. array

b. linked list

c. tree

d. none of these

  • b. linked list

Q. When we insert an element in Queue, which pointer is increased by one?

a. front

b. rear

c. both a & b

d. none of these

  • b. rear

Q. Which of the following is not the possible operation on stack?

a. push

b. pop

c. display

d. enqueue

  • d. enqueue

Q. Which of the following is a possible operation on queue?

a. push

b. pop

c. display

d. enqueue

  • d. enqueue

Q. Worst space complexity of queue data structure is

a. o(n)

b. o(log(n))

c. o(1)

d. n/a

  • a. o(n)
Subscribe Now

Get All Updates & News