Stack, Queue, Linked List
Assessment
•
Christian Willaum
•
Computers
•
University
•
60 plays
•
Medium
Improve your activity
Higher order questions
Match
•
Reorder
•
Categorization
actions
Add similar questions
Add answer explanations
Translate quiz
Tag questions with standards
More options
22 questions
Show answers
1.
Multiple Choice
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
2.
Multiple Choice
In linked list implementation of a queue, the important condition for a queue to be empty is?
FRONT is null
REAR is null
LINK is empty
None of the mentioned
3.
Multiple Choice
FILO
FIFO
LIFO
LILO
4.
Multiple Choice
How many stacks are needed to implement a queue. Consider the situation where no other data structure like arrays, linked list is available to you.
1
2
3
4
5.
Multiple Choice
How many queues are needed to implement a stack. Consider the situation where no other data structure like arrays, linked list is available to you.
1
2
3
4
6.
Multiple Choice
Which of the following is true about linked list implementation of queue?
In push operation, if new nodes are inserted at the beginning of linked list, then in pop operation, nodes must be removed from end.
In push operation, if new nodes are inserted at the end, then in pop operation, nodes must be removed from the beginning.
Both of the above
None of the above
Explore this activity with a free account
Find a similar activity
Create activity tailored to your needs using
Computer Hardware
•
9th - 12th Grade
Hardware & Software
•
6th - 7th Grade
Computer Basics
•
6th - 8th Grade
Coding
•
5th - 8th Grade
Python
•
7th - 8th Grade
Parts of a Computer
•
KG - 1st Grade
Computer Basics
•
University
Computer Basics
•
9th - 12th Grade