NEW
Font size
WorksheetsComputer Science Performance Task Review
Total questions: 30
Worksheet time: 18mins
Information given to a computer by keyboard, mouse, internet, sensors, etc.
Input
Output
Storage
Processing
Information sent OUT by a computer (on the screen, speakers, email, printer)
Input
Output
Storage
Processing
How a computer takes input information and turns it into useful outputs:
Input
Output
Storage
Processing
How a computer remembers information for later use
Input
Output
Storage
Processing
When a video game tells me that I beat the level, or my phone buzzes because I am late for class this is:
Input
Output
Storage
Processing
Which one is NOT the computer processing?
Counting points in a video game
Matching to find restaurants with tacos
Comparing prices to find the best deal
You typing your address
Which one is NOT an input ?
Using the internet to check the weather
Clicking on the show you want
Listening to music
Using FaceID to see who the someone is
Which is NOT an Output
Sending an email
Tapping the home button
Turning on a light
Showing search results
Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Checks for a condition and executes specific commands
Expresses a true false statement
stores a string, number, or boolean, and gives it a specific, case-sensitive name
takes in an input, does something with it, and then returns an output.
Checks for a condition and executes specific commands
Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Checks for a condition and executes specific commands
Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Checks for a condition and executes specific commands
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
When we surround a word with quotes "David" it's called ?
a program
a loop
a string
a command
A short form writing the word variable is
rav
VAR
var
varia
var typeOfApples="Fuji";
What type of variable is apple?
var apple = " Fuji "
string
Boolean
array
number
A team is making an app that will help people decide what outfit to wear in the morning. Which of the following statements corresponds to the INPUT of the app?
Gets the day's weather forecast from the Internet
Shows a picture of a good outfit to the user
Keeps a list of available outfits and what type of weather they are worn in
Matches the weather condition with the outfits that are good for that condition
A team is making an app that will help people decide what outfit to wear in the morning. Which of the following statements corresponds to the STORAGE of the app?
Gets the day's weather forecast from the Internet
Shows a picture of a good outfit to the user
Keeps a list of available outfits and what type of weather they are worn in
Matches the weather condition with the outfits that are good for that condition
A team is making an app that will help people decide what outfit to wear in the morning. Which of the following statements corresponds to the PROCESSING of the app?
Gets the day's weather forecast from the Internet
Shows a picture of a good outfit to the user
Keeps a list of available outfits and what type of weather they are worn in
Matches the weather condition with the outfits that are good for that condition
A team is making an app that will help people decide what outfit to wear in the morning. Which of the following statements corresponds to the OUTPUT of the app?
Gets the day's weather forecast from the Internet
Shows a picture of a good outfit to the user
Keeps a list of available outfits and what type of weather they are worn in
Matches the weather condition with the outfits that are good for that condition
A teacher creates a computer program to determine and report the letter grade for a test score (A, B, C, D, or F), based on the student’s numerical percentage score (0-100). Matching the numerical percentage score to the corresponding letter grade can be considered which of the following key requirements of a computer?
INPUT
OUTPUT
STORAGE
PROCESSING
A teacher creates a computer program to determine and report the letter grade for a test score (A, B, C, D, or F), based on the student’s numerical percentage score (0-100). Typing out a student's numerical percentage to the program can be considered which of the following key requirements of a computer?
INPUT
OUTPUT
STORAGE
PROCESSING
A teacher creates a computer program to determine and report the letter grade for a test score (A, B, C, D, or F), based on the student’s numerical percentage score (0-100). Saving the numerical percentage of a student's score in the memory of the program can be considered which of the following key requirements of a computer?
INPUT
OUTPUT
STORAGE
PROCESSING
A teacher creates a computer program to determine and report the letter grade for a test score (A, B, C, D, or F), based on the student’s numerical percentage score (0-100). The computer program displaying a letter grade can be considered which of the following key requirements of a computer?
INPUT
OUTPUT
STORAGE
PROCESSING
