IT Crossword

123456789
Across
  1. 4. executes a block of code if a specified condition is true.
  2. 6. An external subroutine is a separate program or set of statements that can be executed by other programs or subroutines (called calling programs) to perform a task.
  3. 7. designed using common building blocks. These building blocks, known as programming constructs
  4. 9. a process where the design of a product or application is improved by repeated review and testing
Down
  1. 1. a decision-making statement that guides a program to make decisions based on specified criteria
  2. 2. a set of instructions that a computer can run
  3. 3. The order that commands are executed by a computer.
  4. 5. a programming construct where a section of code is run only if a condition is met.
  5. 8. The act or process of abstracting.