1000+ Data Structures and Algorithms MCQ Questions & Answers Pdf - 2

Question: 6

The queue in which the insertion taken place in the first position after of last element is a

(A) circular

(B) linked

(C) dequeue

(D) priority

Ans: A

circular

Question: 7

The simplest type of data structure is

(A) two dimensional array

(B) three dimensional array

(C) multidimensional array

(D) linear array

Ans; D

linear array

Question: 8

The logical or mathematical model of a particular organisation of data is called

(A) data formation

(B) data configuration

(C) data arrangement

(D) data structure

Ans: D

data structure

Question: 9

Which of the following data structure is linear type?

(A) tree

(B) graph

(C) hierarchy

(D) array

Ans: D

array

Question: 10

The main() function is always

(A) recursive function

(B) a called function

(C) a calling function

(D) used at the end of the program

Ans: C

a calling function

Related Questions
Read More Engineering Topics