Queue

Queue

University

11 Qs

quiz-placeholder

Similar activities

Quiz 2 DS1D

Quiz 2 DS1D

University

12 Qs

DSA Day 3

DSA Day 3

University

9 Qs

Stack

Stack

University

15 Qs

Quiz 4 - Queue ADT

Quiz 4 - Queue ADT

University

13 Qs

Data Structures

Data Structures

University

12 Qs

DSA Launchpad 2.0

DSA Launchpad 2.0

University

10 Qs

Queues Multiple Choice Question

Queues Multiple Choice Question

University

12 Qs

REMEDI UH INFORMATIKA BAB 2 "BERPIKIR KOMPUTASIONAL"

REMEDI UH INFORMATIKA BAB 2 "BERPIKIR KOMPUTASIONAL"

10th Grade - University

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