
Algorithm Study Guide

Quiz
•
Computers
•
9th - 11th Grade
•
Hard
Wayground Content
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a root node?
The bottommost node in a tree data structure.
The topmost node in a tree data structure.
A node that has no children in a tree data structure.
A node that connects two branches in a tree data structure.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of linear search?
O(1) (constant)
O(log n) (logarithmic)
O(n) (linear)
O(n^2) (quadratic)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data structure does DFS use?
A queue (FIFO - First-In, First-Out)
A stack (LIFO - Last-In, First-Out)
A linked list
An array
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the order of nodes in post-order traversal?
Node, Left, Right
Left, Node, Right
Right, Left, Node
Left, Right, Node
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a tree?
A linear data structure with a single path of nodes.
A hierarchical data structure consisting of nodes connected by edges, with a root node and no cycles.
A collection of unordered elements without any relationships.
A type of graph that contains cycles and no root node.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two main graph traversal algorithms?
Breadth-First Search (BFS) and Depth-First Search (DFS)
Dijkstra's Algorithm and Prim's Algorithm
A* Search and Bellman-Ford Algorithm
Kruskal's Algorithm and Floyd-Warshall Algorithm
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data structure does BFS use?
A stack (LIFO - Last-In, First-Out)
A queue (FIFO - First-In, First-Out)
A linked list
An array
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
PTS PPL XI RPL (Maret2020)

Quiz
•
11th Grade
15 questions
Serif Draw Plus

Quiz
•
4th - 9th Grade
17 questions
Binary Trees IB

Quiz
•
11th Grade
16 questions
Y13 Graph Traversal

Quiz
•
9th Grade - University
15 questions
7517 AQA Graphs

Quiz
•
11th Grade
20 questions
jaringan komputer

Quiz
•
10th Grade
20 questions
AP CSP Unit 6

Quiz
•
11th Grade
20 questions
Quiz Topologi Jaringan SKANSA

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade