Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Digital Media 8/SEM 2: Programming - Post Test

star
star
star
star
star
Posljednje ažuriranje almost 8 years ago
20
Napomena autora:

Pre/Post Test for Programming Unit

1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Pitanje 1
1.

Which of these is most similar to a computer program?

Pitanje 2
2.

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

Pitanje 3
3.

A good algorithm must be:

Pitanje 4
4.

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

Pitanje 5
5.

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

Pitanje 6
6.

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

Pitanje 7
7.

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

Pitanje 8
8.

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

Pitanje 9
9.

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

Pitanje 10
10.

Jasmine is designing the solution for her program. She should

Pitanje 11
11.

A programming language

Pitanje 12
12.

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?

Pitanje 13
13.

How would documenting the program help Isabella?

Pitanje 14
14.

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?

Pitanje 15
15.

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

Pitanje 16
16.

Computers need instructions that are _________.

Pitanje 17
17.

Which of these describes an event in programming?

Pitanje 18
18.

Which of the following is most likely an event?

Pitanje 19
19.

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

Pitanje 20
20.

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