Make two-word combinations using the words in columns and then fill in the
following sentences.
A: programming, problem, problem, event, structured, runtime, user, program B: planning, error, statement, manual, driven, English, paradigm.

1. Anyone who uses computers is familiar with program documentation in the form of
…... and help files.
2 The process of coding a computer program depends on programming language you use, the programming tools you select, and the …… that best fits the problem you are trying to solve.
3. The programming process begins with a ….… that helps you clearly define the purpose of a computer program.
4. Most GUI applications are ……, which means that when launched, the program’s
interface appears on the screen and waits for the user to initiate an event.
5. An assumption is something you accept as true in order to proceed with …… .
6. There are different program planning tools, such as flowcharts, ..… pseudocode, UML diagrams, and decision tables.
7. …… shows up when you run a program.

Ответы

Ответ дал: alegator232
1

Ответ:

1. Anyone who uses computers is familiar with program documentation in the form of manuals and help files.

2. The process of coding a computer program depends on the programming language you use, the programming tools you select, and the paradigm that best fits the problem you are trying to solve.

3. The programming process begins with a problem statement that helps you clearly define the purpose of a computer program.

4. Most GUI applications are event-driven, which means that when launched, the program’s interface appears on the screen and waits for the user to initiate an event.

5. An assumption is something you accept as true in order to proceed with planning.

6. There are different program planning tools, such as flowcharts, structured pseudocode, UML diagrams, and decision tables.

7. Runtime error shows up when you run a program.

Вас заинтересует