Across
- 5. small blocks of code in a modular program designed to perform a particular task
- 8. executes a block of code if a specific condition is meet
Down
- 1. a set of instructions in computing
- 2. guides a program to make decisions
- 3. Building blocks that form basis for all programs
- 4. the first programming construct
- 6. A sequence of instructions being repeated until a certain result is found
- 7. a programming construct were a section of code is run only if a condition is met
