Table of Content

Stack MCQ : Miscellaneous Questions ( Multiple Choice)


Question 1
List of data in which element can be inserted and removed at the same end is called as __________.
A
Stack
B
Queue
C
List
D
Array
Question 2
Adding element to stack means ___________.
A
Placing element at the rear end
B
None of these
C
Placing element at the top
D
Placing element at the front end
Question 3
Pushing element in the stack means _____________.
A
Adding element in the stack
B
Removing element from the stack
C
Searching element in the stack
D
Sorting element from the stack
Question 4
Post fix form of following infix expression is -
(A + B) * (C + D - E) * F
A
ABCDEF*-+*+
B
AB + CD + E - * F *
C
AB + CD - EF + - * *
D
AB + CDE + - * F *
Question 5
Post fix form of following infix expression is -
 * + A B - C D
A
ABCD + - *
B
AB + CD - *
C
AB + C - D *
D
AB + CD * -
There are 5 questions to complete.