AP Computer Science Principals - Algorithm-Quiz 1
Quiz
•
Computers
•
12th Grade
•
Medium

zina aldolymi
Used 18+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Silas develops this algorithm to compute the calories burned for an activity for a given number of minutes and body weight:
•If the activity is running, compute caloriesPerMin by dividing weight by 10.5
•If the activity is walking, compute caloriesPerMin by dividing weight by 15.5
•Compute numCalories by multiplying caloriesPerMin by numMinutes
He implements the algorithm in an app, and users soon ask for the ability to compute the total calories for multiple sessions of walking or running.
What structure must be added to the original algorithm so that it can compute the total across multiple sessions?
Sequencing
Iteration
Selection
None of the above
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The algorithm below determines whether a given year is a leap year.
•If year is not divisible by 4, set leap_year to false
•Else if year is not divisible by 100, set leap_year to true
•Else if year is not divisible by 400, set leap_year to false
•Else, set leap_year to true.
Which of these tables correctly shows the results of this algorithm on the given values of year?
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ali develops an algorithm that counts the number of words used in an essay.
Now they've been asked to extend the algorithm to ignore common words (like "the" and "to").
What structure must be added to the algorithm so that it does not count common words?
Sequencing
Iteration
Selection
None of the above
4.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
The following algorithm computes the average height for a list of basketball player heights.
•Initialize a variable sum to 0.
•For each height in the list:
•Convert height from feet & inches format to total inches
•Add height to sum.
•Return sum divided by the total number of heights.
Which building blocks are involved in this algorithm?
Note that there may be multiple answers to this question.
Choose all answers that apply:
Sequencing
Iteration
Selection
None of the above
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Layla is developing software for an animal shelter. After some research, she comes up with this algorithm for calculating the number of daily calories required for a dog:
•Calculate the Resting Energy Requirement (RER) by raising the dog's weight to the 3/4 power and multiplying the result by 70
•If the dog is neutered, multiply RER by 1.6
•Otherwise, multiply RER by 1.8
After verifying the algorithm comes up with a reasonable number for a single dog, she decides to extend it to compute the total calories needed for all the dogs in the shelter each day.
What structure must be added to the original algorithm so that it can compute the calories for multiple dogs?
Choose 1 answer:
Sequencing
Iteration
Selection
None of the above
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
"Aba speak" is a game invented by school children to disguise what they're speaking.
When speaking, they transform each word following this algorithm:
Following that algorithm, how would they transform the word "avocado"?
Choose 1 answer:
avabocabadabo
abavbvobocbcabadbdobo
abavobocabadobo
abvobcabdob
abavobacabadoba
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
An online store uses an algorithm that calculates the total revenue from customer orders by summing up all the order amounts.
They discover that their algorithm is including refunded orders, which are recorded as negative amounts, and decide to refine the algorithm to ignore those.
What structure must be added to the original algorithm to ignore the refunded orders?
Choose 1 answer:
Sequencing
Iteration
Selection
None of the above
Similar Resources on Wayground
10 questions
Search Algorithms
Quiz
•
9th - 12th Grade
10 questions
CODE.ORG VOCABULARY 1
Quiz
•
6th - 12th Grade
12 questions
Computer Science
Quiz
•
7th - 12th Grade
11 questions
37. Algorithm - Producing Algorithms Quiz
Quiz
•
9th - 12th Grade
10 questions
AP Computer Science Principles - Unit 6: Algorithms
Quiz
•
9th - 12th Grade
10 questions
Algorithm and Problem Solving Quiz
Quiz
•
12th Grade
10 questions
GCSE Computer Science 9-1: Sorting Algorithms
Quiz
•
10th Grade - University
11 questions
Problem Solving
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade