QUEUE

QUEUE

University

10 Qs

quiz-placeholder

Similar activities

 uji coba Strategi Algoritma dan Pemrograman

uji coba Strategi Algoritma dan Pemrograman

11th Grade - University

15 Qs

eDIVE: HTML, CSS and JavaScript

eDIVE: HTML, CSS and JavaScript

University

10 Qs

Adding Interactive Elements in HTML

Adding Interactive Elements in HTML

12th Grade - University

15 Qs

Quiz Struktur Data

Quiz Struktur Data

University

10 Qs

Queue

Queue

University

10 Qs

Tut_03

Tut_03

University

12 Qs

Sorting Algorithms Quiz

Sorting Algorithms Quiz

University

14 Qs

Kuis

Kuis

University

5 Qs

QUEUE

QUEUE

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

TREASA JOSEPH

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the key principle followed by a queue?

Last In First Out (LIFO)

First In First Out(FIFO)

Random Order

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations is not typically associated with a queue?

Peek

Dequeue

Enqueue

Push

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following real-world scenarios best represents a queue?

Call stack in recursion

People standing in a ticket counter

Books arranged in a shelf

Undo operations in a text editor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Enqueue and Dequeue operations in a simple queue (array-based implementation)?

O(1)

O(n)

O(nlog n)

O(log n)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation is used to add an element to the queue?

push()

pop()

enqueue()

dequeue()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when trying to dequeue from an empty queue?

Removes the last element

Returns -1 or an error message

Inserts a new element at the front

The program stops execution

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Circular Queue?

A queue that never gets full

A queue that connects the last element to the first

A queue where elements are dequeued based on priority

) A queue that allows insertions and deletions from both ends

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?