CC204: DSA Prefinals

CC204: DSA Prefinals

University

40 Qs

quiz-placeholder

Similar activities

IT 2-2 MIDTERM EXAM - DSA

IT 2-2 MIDTERM EXAM - DSA

University

40 Qs

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

Techno Excellent

Techno Excellent

University

40 Qs

2025190602

2025190602

University

40 Qs

Data Structures Quiz

Data Structures Quiz

University

44 Qs

Data Structure

Data Structure

University

35 Qs

Data Structure - Queue

Data Structure - Queue

University

35 Qs

UTS Algoritma dan Pemrograman

UTS Algoritma dan Pemrograman

University

42 Qs

CC204: DSA Prefinals

CC204: DSA Prefinals

Assessment

Quiz

Computers

University

Medium

Created by

Mikaelee Bustamante

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the pointers FRONT and REAR in a queue?

They track the first and last elements, respectively.

They manage the size of the queue.

They point to the middle element.

They are irrelevant in queue implementation.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial value of FRONT and REAR when a queue is empty?

0

-1

1

null

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Enqueue operation do in a queue?

Removes an element

Adds an element to the front

Adds an element to the end

Checks if the queue is full

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the Dequeue operation performed in a queue?

Removes the last element

Removes the middle element

Removes the first element

Removes all elements simultaneously

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the IsEmpty operation check in a queue?

If the queue is partially filled

If the queue is full

If the queue is empty

If the queue has a certain size

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Peek operation in a queue?

Remove the front element

Get the value of the front without removing it

Check if the queue is full

Add an element to the front

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary limitation of a standard queue?

It cannot store elements

It cannot perform Dequeue operation

It can only add elements to the front

It cannot utilize empty spaces after dequeueing

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?