Across
- 3. operator a symbol or word used to connect two or more expressions
- 5. control a type of loop used in computing when the number of iterations to occur is already known
- 6. construct building blocks that form the basis for all programs.
- 7. control performs different computations or actions depending whether a programmer-defined boolean is true or false
- 9. the repetition of a set of instructions or structures in a sequence.
- 10. a fundamental principle in some types of computer science
- 13. statement a statement that runs different sets of statements depending whether they're true or false.
Down
- 1. allows there to be more than one path through a program
- 2. the order in which programming statements are executed
- 4. a computer science concept that breaks down a complex problem or system into smaller parts that are easier to understand
- 8. statement a programming conditional statement that performs functions or displays information if true.
- 11. smaller, named sections of code that are written within a larger program
- 12. program instructions executed by a computer to perform a task.
