Search Header Logo

HOTS on Heaps and Sets

Authored by Riggs Manuel Sacdalan

Computers

12th Grade

Used 1+ times

HOTS on Heaps and Sets
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

97 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements correctly describes a Min Heap?

The value of each parent node is greater than or equal to its child nodes.

The value of each parent node is less than or equal to its child nodes.

The value of each node is unique and arranged randomly.

The root node must always be a negative number.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a Max Heap, the root node:

Has no child nodes.

Has the smallest value in the heap.

Contains the highest value compared to its child nodes.

Is always equal to 1.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method retrieves the root node of a heap in Java?

add()

get(0)

remove()

poll()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following Java code snippet: ArrayList heap = new ArrayList<>(); Collections.addAll(heap, 2, 5, 1, 9, 4); Which index contains the root node?

1

0

4

2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A priority queue processes elements based on:

FIFO (First-In, First-Out) order.

The insertion order.

Their priority (natural or custom).

Their memory location.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a priority queue in Java using custom ordering, you need a:

HashSet.

Comparator.

TreeSet.

LinkedList.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Java interface provides methods like comparing() and compare() for custom sorting in priority queues?

Iterable

Comparator

Queue

HashSet

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?