Table of Content

Stack MCQ : Miscellaneous Questions ( Multiple Choice)


Congratulations - you have completed Data Structure.

You scored %%SCORE%% out of %%TOTAL%%.

Your performance has been rated as %%RATING%%


Your answers are highlighted below.
Question 1
Stack can be implemented using ___________ and _________.
A
Array and Graphs
B
Array and Linked List
C
Queue and Graphs
D
Trees and Linked List
Question 2
Well formed parenthesis can be checked using following data structure ?
A
Queue
B
Stack
C
List
D
Hash Map
Question 3
Post fix form of
A + (B * C)
is -
A
AB + C *
B
ABC * +
C
AB * C +
D
ABC + *
Question 4
Post fix form of -
(A + B) * C
A
ABC * +
B
ABC + *
C
AB * C +
D
AB + C*
Question 5
When user switch from one function to other then the details of previous function are stored into the stack !
A
False
B
True
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 5 questions to complete.