
Midterm Review

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Abby Sheridan
Used 6+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
After running the code above, which of the following will display 3?
DISPLAY(a)
DISPLAY("a")
DISPLAY(b)
DISPLAY("b")
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is displayed when we run the code above?
BREADPEANUT BUTTER
PEANUT BUTTERBREAD
BREADPEANUT BUTTERBREAD
PEANUT BUTTERBREADPEANUT BUTTER
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Danielle is programming a kitty simulator. Part of her code is shown here. What is displayed? when the code runs?
6 9 7
6 7 9
7 9 6
9 7 6
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is displayed when we run this code?
100 100
100 200
200 100
200 200
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Imagine we are trying to determine a worker's hourly pay rate, based on how much they make per year. So far we have the code above. Which of the following will calculate the hourly rate correctly?
hourlyRate undefined salary / (wksInYear / hrsInWeek)
hourlyRate undefined hrsInWeek / wksInYear / salary
hourlyRate undefined salary / hrsInWeek / wksInYear
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Suppose we have a number x where
x MOD 10
is the same as x. What is the best description of x?
It is equal to 10
It is greater than 10
It is less than 10
It is a multiple of 10
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A company can ship cargo on a freight train or a van. They pay $1000 to ship by freight train, no matter how many cars it takes. However, each train car holds 200 boxes, and the train company will only ship full cars. So any extra boxes have to be shipped by van. The van company charges $5 per box they ship. If the number of boxes is represented by the variable numBoxes, which expression correctly calculates the total cost to ship all the boxes?
totalCost undefined 200 + (numBoxes % 1000) * 5
totalCost undefined 200 + (numBoxes / 1000) * 5
totalCost undefined 1000 + (numBoxes % 200) * 5
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Q3-1 Quiz Review

Quiz
•
11th Grade
20 questions
Programming

Quiz
•
9th Grade
20 questions
AP CSA Unit 1 Intro

Quiz
•
12th Grade
20 questions
Java Primitive Integer Data Type

Quiz
•
11th Grade
26 questions
AP Computer Science Midterm Review

Quiz
•
10th - 12th Grade
20 questions
Python - Iteration (For Loops)

Quiz
•
10th Grade
20 questions
Python Intermediate Quiz (Including pygame)

Quiz
•
3rd - 12th Grade
20 questions
ICT Spreadsheet Essentials Graphs

Quiz
•
7th - 9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade