CUET-UG SERIES
Programming-and-data-structures

Stacks

3 previous year questions.

Volume: 3 Ques
Yield: Medium

High-Yield Trend

3
2023

Chapter Questions
3 MCQs

01
PYQ 2023
medium
programming-and-data-structures ID: cuet-ug-
It is taken that enteries that are made in stack are considered "ordered". What does this imply?
1
You can sort the collection of stack
2
The enteries made in the stack can be compared by '<' Opeartion
3
Enteries made are sequential that is one by one
4
Resource allocation in stack
02
PYQ 2023
medium
programming-and-data-structures ID: cuet-ug-
which one of the following is not related with the stack ?
1
PUSH
2
POP
3
FIFO
4
LIFO
03
PYQ 2023
medium
programming-and-data-structures ID: cuet-ug-
Which out of the following is not the application of stacks?
1
Parenthesis balancing
2
Tracking of local variable at run time
3
Analyzer for compiler syntax
4
Transfering of data between two asynchronous processes