DATA STRUCTURE AND ALGORITHMS Stack MCQ

Data Structure And Algorithms MCQ
  1. Home
  2. Tutorials
  3. Data Structure And Algorithms
  4. Stack
  5. Multiple Choice Question

(1) Which of the following are important uses of stack?

A) Expression Evaluation
B) Recursion
C) Expression Conversion
D) All

(2) Which of the following data structure can be used for stack implementation?

A) Array
B) Linked list
C) Constant
D) Both a and b

(3) Which of the following pointer is used to track the push and pop operations?

A) DP
B) AP
C) SP
D) PO

(4) Which of the following is valid method for stack implementation?

A) Push
B) Pop
C) Display
D) All

(5) How many ways to insert data onto the stack?

A) 1
B) 2
C) 3
D) 4

(6) Which of the following order stack implement?

A) FIFO
B) FCFS
C) LIFO
D) Random

(7) The process of storing data from stack is called.

A) Pop
B) Push
C) Insertion
D) Deletion

(8) The process of retrieving data from stack is called.

A) Pop
B) Push
C) Enqueue
D) Dequeue
Comments
Login to TRACK of Comments.