QUEUE

QUEUE

University

10 Qs

quiz-placeholder

Similar activities

DSA (QUIZ 2) Stacks and Queues Quiz

DSA (QUIZ 2) Stacks and Queues Quiz

University

15 Qs

แบบทดสอบเรื่องโครงสร้างข้อมูล: Stack และ Queue

แบบทดสอบเรื่องโครงสร้างข้อมูล: Stack และ Queue

University

10 Qs

Tut_03

Tut_03

University

12 Qs

BSc Lab Component

BSc Lab Component

University

15 Qs

DSA (Quiz 1) Arrays and Linked Lists

DSA (Quiz 1) Arrays and Linked Lists

University

15 Qs

Berpikir Komputasional - Struktur Data

Berpikir Komputasional - Struktur Data

9th Grade - University

10 Qs

insertion sort

insertion sort

University

6 Qs

Exploring Multimedia in the Digital Age

Exploring Multimedia in the Digital Age

University

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