Queue Data Structure

Queue Data Structure

KG

13 Qs

quiz-placeholder

Similar activities

Data structures

Data structures

University

12 Qs

Berpikir Komputasional

Berpikir Komputasional

9th Grade

10 Qs

Queue

Queue

University

17 Qs

Array & Queue

Array & Queue

11th - 12th Grade

9 Qs

Got It Game Quiz

Got It Game Quiz

University

10 Qs

Queues Multiple Choice Question

Queues Multiple Choice Question

University

12 Qs

DSA Launchpad 2.0

DSA Launchpad 2.0

University

10 Qs

Ψηφιακό Φροντιστήριο - Επανάληψη Ουράς

Ψηφιακό Φροντιστήριο - Επανάληψη Ουράς

12th Grade

15 Qs

Queue Data Structure

Queue Data Structure

Assessment

Quiz

Computers

KG

Hard

Created by

Mr Massett

Used 237+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue is a first in first out data structure?

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue is a last in first out data structure?

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Queue is...

FIFA

FIFO

FILO

LIFO

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In a Queue Data Structure...

New elements may only be added to the end of the queue

Elements may only be retrieved from the front of the queue.

Elements may only be retrieved from the end of the queue.

New elements may only be added to the front of the queue

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select ALL the situations that a Queue data structure would be used?

Printer in a room full of computers

Characters typed on a keyboard

Back Button

Undo Button

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct operation for:

"Add a item to the rear of the queue."

enQueue(item)

Append.Queue(item)

enQueue()

AddItem(EnQueue())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct operation for:

"Remove the front item from the queue and return it"

dQueue()

de.Queue(Item)

deQueue()

item.remove()

Cant be performed on a Queue Data Structure.

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?