>
Exams
>
Computer Science
>
Data Structures
>
which term is used to add an element into a stack
Question:
Which term is used to add an element into a stack?
Show Hint
Stacks follow the LIFO (Last In, First Out) principle, where the last element added is the first one to be removed.
CUET (UG) - 2023
CUET (UG)
Updated On:
Apr 24, 2025
PUSH
PULL
SEEK
POP
Hide Solution
Verified By Collegedunia
The Correct Option is
A
Solution and Explanation
In stack operations, the term "PUSH" is used to add an element to the stack. "POP" is used to remove the top element, while "PEEK" allows you to view the top element without removing it. "PULL" and "SEEK" are not stack-related terms.
Download Solution in PDF
Was this answer helpful?
0
0
Top Questions on Data Structures
Which data structure follows the Last-In-First-Out (LIFO) principle?
CUET (UG) - 2025
Computer Science
Data Structures
View Solution
What is the time complexity of a binary search algorithm on a sorted array?
CUET (UG) - 2025
Computer Science
Data Structures
View Solution
In the context of graph algorithms, what is the significance of Dijkstra’s algorithm?
CUET (UG) - 2025
Computer Science
Data Structures
View Solution
In a binary tree, what is the maximum number of nodes at level k?
CUET (UG) - 2025
Computer Science
Data Structures
View Solution
Which sorting algorithm has the best average-case time complexity?
CUET (UG) - 2025
Computer Science
Data Structures
View Solution
View More Questions
Questions Asked in CUET exam
A shopkeeper increases the price of an article by 25% and then offers a discount of 20%. What is the net percentage change in the price?
CUET (UG) - 2025
Percentage
View Solution
If 1st March 2023 was a Wednesday, what day of the week was 1st March 2024?
CUET (UG) - 2025
Clock and Calendar
View Solution
Which region was known as the ‘nursery of the Bengal Army’ as many sepoys were recruited from there?
CUET (UG) - 2025
British Empire
View Solution
In a certain code, WATER is written as YCVGT. How is HOUSE written?
CUET (UG) - 2025
Coding Decoding
View Solution
A person walks 10 m North, then turns right and walks 5 m, then turns right again and walks 10 m. What direction is he facing now?
CUET (UG) - 2025
Direction sense
View Solution
View More Questions