Final Grade 7 - Programming (June 23, 2023)
Across
- 3. There are two types of loops, a FOR loop and a _____________ loop.
- 6. A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
- 7. Variables are named areas of a computer ________________.
- 10. Algorithms are represented in two forms, flowcharts and ___________________
Down
- 1. ________________ test is one that has the answer Yes/No (or True/False)
- 2. This symbol is used in a flowchart to show they start and finish of the algorithm
- 4. Ordinary division is one type of division another type of division is __________________ division
- 5. Pseudocode consist of three parts Input, ___________________ and Output.
- 8. A special key word that returns the remainder when two numbers divide each other
- 9. this is a special key word used to get data from a user in a program. It is used in the input part of the program.