Final Grade 7 - Programming (June 23, 2023)

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