1000+ Algorithms MCQ Questions and Answers - 2

Question: 6

Which of the following data structure is linear type?

(A) stack

(B) binary tree

(C) trees

(D) graph

Ans: A

stack

Question: 7

The term dequeue is the contraction of the name

(A) double address queue

(B) double headed queue

(C) double sided queue

(D) double ended queue

Ans: D

double ended queue

Question: 8

A string is lie an array because

(A) a string is a kind of array

(B) an array is a kind of string

(C) they are both character arrays

(D) both of them access functions the same way

Ans: A

a string is a kind of array

Question: 9

_____ is the term used to insert an element into stack.

(A) Pump

(B) Push

(C) Pull

(D) Pop

Ans: B

Push

Question: 10

The pointer associated with the stack is

(A) link

(B) top

(C) front

(D) rear

Ans: B

top

Related Questions
Read More Engineering Topics