Queue

Queue

University

11 Qs

quiz-placeholder

Similar activities

Quiz 2 DS1E

Quiz 2 DS1E

University

12 Qs

Stacks and Queues Quiz

Stacks and Queues Quiz

University

15 Qs

Pretest Tumpukan dan Antrean

Pretest Tumpukan dan Antrean

10th Grade - University

10 Qs

Data Structures Quiz-2

Data Structures Quiz-2

University

10 Qs

Data Structures

Data Structures

University

12 Qs

Circular queue

Circular queue

University

13 Qs

DataStructure

DataStructure

University

15 Qs

DS-U2-QUIZ2

DS-U2-QUIZ2

University

12 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?