Pre/Post Test for Programming Unit
Which of these is most similar to a computer program?
Imagine a car as a computer, and its engine as a program. Which of the following is an input for the engine program?
A good algorithm must be:
Look at the picture below. What is wrong with the "code" for opening a bottle?
List the following in order from simplest to most complex: A)Function; B)Program; C) Step
How can the following instruction be made more specific? "Meet Joe at the corner of Main Street and Fist Avenue."
Imagine writing a program that instructs a bird how to take off, fly, and land. What function is likely to be looped?
For a chef, what is the most important variable in preparing a meal for a dinner party?
Erika made a computer program. Which of the following did she do first?
Jasmine is designing the solution for her program. She should
A programming language
Isabella is creating a computer program that will put together outfits for people based on their wardrobes. What could testing the program help her to do?
How would documenting the program help Isabella?
Using an app called OpenTable, people can make reservations at restaurants. If a reservation is not available, OpenTable shows them the soonest availability that the restaurant has. What problem might OpenTable have been created to solve?
What is the name for the set of steps a computer is given to follow?
Computers need instructions that are _________.
Which of these describes an event in programming?
Which of the following is most likely an event?
An event handler says, 'when x is pressed, fish does a flip'. What is the event?
Conditional statements in programming tell computers to check if a condition is ______.