Priority Queues and Heapsort

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Used 36+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following are min heaps?
A
B
C
D
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
The 2 properties of a min heap are _____.
Tree must be full.
Tree must be complete.
Node values are always smaller than their children's values.
Node values are always greater than their children's values.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many swaps are made in the min heap when inserting the value 18?
0
1
2
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the efficiency of adding to a priority queue using the java.util.PriorityQueue class?
O(n)
O(n log n)
O(1)
O(log n)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operation has efficiency O(1) using the java.util.PriorityQueue class?
Add
Remove
Peek
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following PriorityQueue<E> methods will throw an exception when used on an empty queue?
E remove()
E peek()
E element()
E poll()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When removing the root from a min heap, what is the first step?
Replace the root with the next smallest value from the tree
Replace the root with the leaf furthest to the left on the bottom level of the tree
Replace the root with the leaf furthest to the right on the bottom level of the tree
Replace the root with the smallest of its children
Create a free account and access millions of resources
Similar Resources on Wayground
24 questions
Jaringan 8b.110

Quiz
•
10th Grade
26 questions
IOE & Design Tools

Quiz
•
10th Grade
25 questions
SUMATIF PLB KELAS 9

Quiz
•
9th Grade
24 questions
Jaringan Komputer dan Internet

Quiz
•
10th Grade
23 questions
ASJ XI TKJ 2025

Quiz
•
11th Grade
30 questions
Pra Persiapan ASTS 1 SMP 2 Brebes

Quiz
•
9th Grade
30 questions
Struktur Data Graf dan Tree

Quiz
•
9th Grade
30 questions
Exploring Tree Data Structures

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade