CHAPTER 4- QUEUES

CHAPTER 4- QUEUES

University

25 Qs

quiz-placeholder

Similar activities

Data Structures: Placement Preparations

Data Structures: Placement Preparations

University

25 Qs

Preguntas sobre Estructuras de Datos

Preguntas sobre Estructuras de Datos

University

20 Qs

New DSC Quiz

New DSC Quiz

University

20 Qs

Queue

Queue

University

20 Qs

Queues

Queues

University

20 Qs

Queue ADT

Queue ADT

12th Grade - University

20 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

Batch 1 Quiz - DSA Lab

Batch 1 Quiz - DSA Lab

University

25 Qs

CHAPTER 4- QUEUES

CHAPTER 4- QUEUES

Assessment

Quiz

Computers

University

Medium

Created by

Azilah Rahim

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

1. What is a Queue?

A data structure where elements are added and removed from the same end

A data structure where elements are added at one end and removed from the other end

A data structure where elements are added and removed randomly

A data structure where elements are added in the middle.

2.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

2. Which are the basic operations involved in a Queue?

Insert and Pop

Enqueue and Dequeue

Dequeue and Remove

Insert and Delete

3.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

3. Which principle does Queue follow?

FIFO (First In First Out)

LIFO (Last In First Out)

FILO (First In Last Out)

Random Order

4.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

4. Where are new items inserted in a Queue?

Top of the Queue

Middle of the Queue

Front of the Queue

Rear of the Queue

5.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

5. How are elements removed from a Queue?

From the rear of the Queue

From the middle of the Queue

From the front of the Queue

Randomly

6.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

6. Which of the following is an example of Queue in real-world applications?

A line of customers at a store

A pile of laundry

A group of students in a classroom

A collection of books on a shelf

7.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Enqueue operation is performed at:

Front of the Queue

Rear of the Queue

Middle of the Queue

Any location

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?