QUEUE

QUEUE

University

10 Qs

quiz-placeholder

Similar activities

Exploring Multimedia in the Digital Age

Exploring Multimedia in the Digital Age

University

15 Qs

Information Management

Information Management

University

10 Qs

Data Structure tree and graph

Data Structure tree and graph

University

15 Qs

Understanding CSS Fundamentals

Understanding CSS Fundamentals

University

10 Qs

ubbu

ubbu

7th Grade - University

5 Qs

Dasar Koding dan Kecerdasan Buatan

Dasar Koding dan Kecerdasan Buatan

10th Grade - University

10 Qs

PAW.09 - DOM Javascript

PAW.09 - DOM Javascript

University

10 Qs

Kuis Manipulasi DOM

Kuis Manipulasi DOM

University

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