iOS Development Swift Vocab Review

123456789
Across
  1. 2. is an instruction given by a user telling a computer to do something, such a run a single program or a group of linked programs.
  2. 4. This code runs only if at least one condition is true.
  3. 6. This operator changes a condition to its opposite.
  4. 8. a system of using true and false values with And, Or, Not statements to control the outcome of a program.
  5. 9. a block of code that will only run if something is true.
Down
  1. 1. This code runs only if ALL conditions are true.
  2. 2. code for the function to be executed by the processor.
  3. 3. pattern of code that repeats, for loops keep track of how many times the pattern is repeated.
  4. 5. a group of commands that’s given a name
  5. 7. The order in which code in written.
  6. 8. an issue or error within a code