Digital Media 8/SEM 2: Programming - Post Test

Last updated over 7 years ago
20 questions
Note from the author:
Pre/Post Test for Programming Unit
1

Which of these is most similar to a computer program?

1

Imagine a car as a computer, and its engine as a program. Which of the following is an input for the engine program?

1

A good algorithm must be:

1

Look at the picture below. What is wrong with the "code" for opening a bottle?

1

List the following in order from simplest to most complex: A)Function; B)Program; C) Step

1

How can the following instruction be made more specific? "Meet Joe at the corner of Main Street and Fist Avenue."

1

Imagine writing a program that instructs a bird how to take off, fly, and land. What function is likely to be looped?

1

For a chef, what is the most important variable in preparing a meal for a dinner party?

1

Erika made a computer program. Which of the following did she do first?

1

Jasmine is designing the solution for her program. She should

1

A programming language

1

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?

1

How would documenting the program help Isabella?

1

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?

1

What is the name for the set of steps a computer is given to follow?

1

Computers need instructions that are _________.

1

Which of these describes an event in programming?

1

Which of the following is most likely an event?

1

An event handler says, 'when x is pressed, fish does a flip'. What is the event?

1

Conditional statements in programming tell computers to check if a condition is ______.