Algorithms Review

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Sarah Chapa
Used 35+ times
FREE Resource
20 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
Instruction that use sequencing, selection, and iteration is called an _________.
2.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
A ______ search repeatedly cuts a sorted list in half until a desired element is found.
3.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
A ______ search checks each element until the correct value is found.
4.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
A _________ provides a "good enough" solution when it is impractical or impossible to find an actual solution.
5.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
The time used to complete a task sequentially divided by the time to complete a task in parallel is called _______
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is iteration?
completing steps in order
executing a portion of an algorithm based on a given condition
repeating a portion of an algorithm
running a program on multiple devices
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of these algorithms will move the robot along the same path as the algorithm below?
MOVE_FORWARD()
TURN_RIGHT()
MOVE_FORWARD()
TURN_RIGHT()
MOVE_FORWARD()
TURN_RIGHT()
MOVE_FORWARD()
TURN_RIGHT()
REPEAT 2 TIMES
{
MOVE_FORWARD()
MOVE_FORWARD()
TURN_RIGHT()
MOVE_FORWARD()
TURN_RIGHT()
}
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Computational Thinking Quiz

Quiz
•
9th Grade
20 questions
Programming Errors and Concepts

Quiz
•
9th Grade - University
15 questions
Quiz on Computational Thinking and Algorithms

Quiz
•
10th Grade
16 questions
Code.org AP CSP Unit 2: The Internet

Quiz
•
9th - 12th Grade
16 questions
AP CSP Unit 3 Ch 1 Vocab

Quiz
•
9th - 12th Grade
20 questions
Sorting algorithms (Y11)

Quiz
•
8th Grade - University
15 questions
U4 Big Data Quiz

Quiz
•
11th Grade
22 questions
Computer Science

Quiz
•
7th - 9th 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