Queue

Queue

University

11 Qs

quiz-placeholder

Similar activities

CSC248 Revision 1

CSC248 Revision 1

University

10 Qs

Queue

Queue

University

10 Qs

DS Prelab

DS Prelab

University

10 Qs

Queues, Search and Sortin

Queues, Search and Sortin

University

16 Qs

Queue-awal

Queue-awal

University

10 Qs

Queues

Queues

University

10 Qs

DSA quiz

DSA quiz

University

10 Qs

Data Structure - Queue

Data Structure - Queue

9th Grade - University

8 Qs

Queue

Queue

Assessment

Quiz

Computers

University

Hard

Created by

O A

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose a queue of size 30 is implemented using a circular array. How many items are in the queue of the front is index 27 and the rear is index 6? (front & rear both were initialized with “0”)

a)9

b)10

c)11

d)12

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose a queue of size 40 is implemented using a circular array. How many items are in the queue of the front is index 38 and the rear is index 9? (front & rear both were initialized with “0”)

a)10

b)11

c)12

d)13

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In general, a queue Abstract Data Type allows:

a)Insertions and removals anywhere.

b)Insertions and removals only at one end.

c)Insertions at the back and removals from the front.

d)None of the above.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose a queue of size 50 is implemented using a circular array. How many items are in the queue if the front is at index 45 and the rear is at index 4? (front & rear both were initialized with “0”)

a)9

b)10

c)11

d)12

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the most appropriate way to implement a queue using a singly-linked list?

a)Enqueue at the head, dequeue at the tail.

b)Enqueue at the tail, dequeue at the head.

c)Both enqueue and dequeue at the head.

d)Both enqueue and dequeue at the tail.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the property of “queue”?

a)Last in, Last Out

b)First in, First Out

c)Accessed by both ends

d)May be implemented using Arrays

e)All of the choices

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an “operation” of the queue?

a)Enqueue

b)Dequeue

c)Peek

d)isFull

e)None

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?