
DSA Day 3
Authored by Skill Chaze
Computers
University
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as _____________
Queue
Stack
tree
Linked List
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The data structure required for Breadth First Traversal on a graph is?
Stack
Queue
tree
Array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A queue follows __________
FIFO (First In First Out) principle
LIFO (Last In First Out) principle
Ordered array
Linear tree
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Circular Queue is also known as ________
Ring Buffer
Square Buffer
Rectangle Buffer
Curve Buffer
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?
ABCD
DCBA
DCAB
ABDC
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A data structure in which elements can be inserted or deleted at/from both ends but not in the middle is?
Queue
Circular queue
Dequeue
Priority queue
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A normal queue, if implemented using an array of size MAX_SIZE, gets full when?
Rear = MAX_SIZE – 1
Front = (rear + 1)mod MAX_SIZE
Front = rear + 1
Rear = front
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?