IT 7.4

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