CHAPTER 4- QUEUES

CHAPTER 4- QUEUES

University

25 Qs

quiz-placeholder

Similar activities

DS and DCS Module 1 and 2

DS and DCS Module 1 and 2

University

20 Qs

DS unit 2b

DS unit 2b

University

20 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Repaso segundo parcial programación intermedia

Repaso segundo parcial programación intermedia

University

20 Qs

Preguntas sobre Estructuras de Datos

Preguntas sobre Estructuras de Datos

University

20 Qs

2022 | ICTC0613| ND2A | Final Term Exam

2022 | ICTC0613| ND2A | Final Term Exam

University

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