Queue

Queue

University

14 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

12th Grade - University

15 Qs

DataStructure

DataStructure

University

15 Qs

Data Structures Quiz-2

Data Structures Quiz-2

University

10 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

10 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Stacks and Queues Quiz

Stacks and Queues Quiz

University

15 Qs

Data Structure

Data Structure

University

15 Qs

Circular queue

Circular queue

University

13 Qs

Queue

Queue

Assessment

Quiz

Computers

University

Medium

Created by

Pramod Kumar Yadav

Used 9+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of a data structure does a queue is?

Linear

Non-Linear

Both A n B

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Queues, we can insert an element at ___ end and can delete an element at ____ end.

REAR,FRONT

FRONT,REAR

TOP,BOTTOM

BOTTOM, TOP

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

. _____ helps us to implement Breadth First Traversal on a graph

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider P,Q,R and S are the four elements in a queue. If we delete an element at a time then on which order they will get deleted?

PQRS

SRQP

PSQR

SRQP

5.

MULTIPLE CHOICE QUESTION

30 sec • 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 of__.

0

7

9

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many stacks are needed to implement a queue?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Queue, ENQUEUE means____ whereas DEQUEUE refers____.

an insertion operation, a deletion operation

End of the queue, defining a queue.

Both A and B.

None of the above are true

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?