>
Exams
>
Computer Science
>
Introduction to stack (LIFO Operations)
>
which one of the fallowing statement is wrong for
Question:
Which one of the fallowing statement is wrong for Queue and stack data structures ?
CUET (UG) - 2023
CUET (UG)
Updated On:
Feb 18, 2026
Queue is an ordered linear data structure, following FIFO strategy
Insertion in a queue happens at the rear end, deletion happens at the front
Deque is a version of queue, which allows insertion and deletion at both ends
A deque supports only queue operations it does not support stack operations
Hide Solution
Verified By Collegedunia
The Correct Option is
D
Solution and Explanation
The correct option is (D) :A deque supports only queue operations it does not support stack operations
Download Solution in PDF
Was this answer helpful?
0
0
Top Questions on Introduction to stack (LIFO Operations)
You try to pop an element from a stack which is empty. This can result into a special kind of condition, which is known as ________.
CUET (UG) - 2023
Computer Science
Introduction to stack (LIFO Operations)
View Solution
Which out of the following can be picked as the application of stack ?
CUET (UG) - 2023
Computer Science
Introduction to stack (LIFO Operations)
View Solution
if len(Stack) =0 : print("error") The above statement is handling the situation called :
CUET (UG) - 2023
Computer Science
Introduction to stack (LIFO Operations)
View Solution
identify the stack in given example :
CUET (UG) - 2023
Computer Science
Introduction to stack (LIFO Operations)
View Solution
There are five statements listed below. Each statement having some information related to data structure. Identify the correct statement(s).
(A) A stack is an example of a FIFO data structure
(B) The function top() removes the value from the top of a stack
(C) The term deque stands for double ended queue
(D) A queue is a data structure in which items can be added or removed from either end
(E) PEEK is an operation used to view elements at the front of the queue, without removing it from the queue
Choose the
correct
answer from the options given below:
CUET (UG) - 2023
Computer Science
Introduction to stack (LIFO Operations)
View Solution
View All
Questions Asked in CUET exam
Find the ratio of de-Broglie wavelengths of deuteron having energy E and \(\alpha\)-particle having energy 2E :
CUET (UG) - 2026
Dual nature of radiation and matter
View Solution
Match List-I with List-II \[ \begin{array}{|l|l|} \hline \textbf{List-I} & \textbf{List-II} \\ \hline (A) \; \text{Malaria} & (I) \; \text{Inflammation of lower limb} \\ \hline (B) \; \text{Filariasis} & (II) \; \text{Cycles of fever} \\ \hline (C) \; \text{Ringworms} & (III) \; \text{Blood clots and excess mucus in stools} \\ \hline (D) \; \text{Amoebiasis} & (IV) \; \text{Scaly lesions on nails} \\ \hline \end{array} \]
CUET (UG) - 2025
Human health and disease
View Solution
If 36: 84 :: 42: X, then the value of X, is:
CUET (UG) - 2025
Ratio and Proportion
View Solution
5, 10, 17, 26, ?, 50 — Find the missing number.
CUET (UG) - 2025
Number Series
View Solution
The area (in sq. units) of the region bounded by the parabola y2 = 4x and the line x = 1 is
CUET (UG) - 2025
Application of Integrals
View Solution
View More Questions