Queues

Quiz
•
Computers
•
11th Grade - Professional Development
•
Medium
POOJA SAPRA
Used 70+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the insertion and deletion happens from both the ends then the queue is called a______Queue
a) Deque
b) Header
c) Queue
d) Circular Queue
2.
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?
a) ABCD
b) DCBA
c) DCAB
d) ABDC
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In linked list implementation of a queue, where does a new element be inserted?
At the head of link list
At the centre position in the link list
At the tail of the link list
None of the mentioned
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In linked list implementation of a queue, from where is the item deleted?
At the head of link list
At the centre position in the link list
At the tail of the link list
None of the mentioned
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a circular queue, how do you increment the rear end of the queue?
rear++
(rear+1) % Number of Item
(rear % Number of Item)+1
rear–
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A circular queue is implemented using an array of size 10. The array index starts with 0, front is 6, and rear is 9. The insertion of next element takes place at the array index.
0
7
9
10
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Data Structures and Algorithms Quiz2

Quiz
•
Professional Development
15 questions
Understanding Stacks and Queues

Quiz
•
11th Grade
10 questions
RabbitMQ Basic

Quiz
•
Professional Development
15 questions
Data Structures

Quiz
•
12th Grade
16 questions
الطابور -cs-12

Quiz
•
12th Grade
10 questions
Computer Software

Quiz
•
9th - 12th Grade
10 questions
Queues

Quiz
•
University
10 questions
Queue c++

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade