
Data Structures Quiz
Authored by Chitharanjan K
English
Professional Development
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the time complexity of the push operation in a stack implemented using an array?
O(1)
O(n
O(log n)
O(n^2)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A stack is a data structure that follows the principle of:
LIFO (Last In First Out)
FIFO (First In First Out)
Priority based
Random access
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following operations is performed at the front of the queue?
Enqueue
Dequeue
Peek
All of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following operations is not supported by a deque?
Insertion at the front
Insertion at the rear
Deletion from the front
Random access of elements
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In a circular queue of size 5, if the front is at index 2 and the rear is at index 4, how many elements are there in the queue?
2
3
4
5
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider a queue with elements A, B, C, D (A is at the front). After two dequeue operations and one
enqueue operation of E, what will be the queue?
C, D, E
E, C, D
D,E
E,D
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The primary advantage of postfix expressions over infix expressions is:
Easier to evaluate
Less memory usage
Easier to parse
All of the above
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?