
CSP Unit 6 - Algorithms
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Amy Kueck
Used 56+ times
FREE Resource
15 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Every ________________ can be constructed using combinations of sequencing, selection, and iteration
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Walk into class
Put backpack at seat
Get laptop from cart
Return to seat
Log into Laptop
What concept does this algorithm best demonstrate
sequencing
iteration
selection
execution
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
The City of Knoxville is designing a new metro rail system and are deciding where to put the different stations. They want to pick locations that minimizes the distance anyone needs to walk in order to get to a metro rail station. What term best defines the kind of problem?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
REPEAT 2 TIMES
{
REPEAT 3 TIMES
{
MOVE_FORWARD()
}
ROTATE_LEFT()
MOVE_FORWARD()
ROTATE_RIGHT()
}
Which picture displays where the location of the cursor at the end of the algorithm shown above?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
REPEAT 6 TIMES
{
MOVE FORWARD
TURN LEFT
MOVE FORWARD
TURN RIGHT
}
Which picture displays where the location of the cursor at the end of the algorithm shown above?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following algorithm do?
target <- list[1]
FOR EACH num IN list {
IF(num > target) {
target <- num }}
DISPLAY(target)
Finds the largest value in a list
Finds the smallest value in a list
Sorts the list from smallest to largest
Sorts the list from largest to smallest
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following algorithm do?
A loop that generates random numbers; displays those greater than 8; ends when random number generated is less than 8
A loop that generates random numbers; displays those less than 9; ends when an 8 is generated
A loop that generates random numbers; displays those less than 8; ends when a 9 or 10 is generated
A loop that generates random numbers; displays those less than 9; ends when a 9 or 10 is generated
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Searches
Quiz
•
9th Grade
12 questions
Scratch interface
Quiz
•
5th - 9th Grade
10 questions
GCSE Computer Science 9-1: Sorting Algorithms
Quiz
•
10th Grade - University
16 questions
2.1 Linear and Binary Searching Algorithms
Quiz
•
8th - 10th Grade
10 questions
Search Algorithms
Quiz
•
9th - 12th Grade
16 questions
AP CSP Baseline Assessment
Quiz
•
12th Grade
10 questions
Introduction to Programming
Quiz
•
2nd - 10th Grade
17 questions
April Revision APCSP
Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz
Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH
Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms
Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines
Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
11 questions
All about me
Quiz
•
Professional Development
15 questions
Subtracting Integers
Quiz
•
7th Grade
