iOS Development Swift Vocab Review
Across
- 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.
- 4. This code runs only if at least one condition is true.
- 6. This operator changes a condition to its opposite.
- 8. a system of using true and false values with And, Or, Not statements to control the outcome of a program.
- 9. a block of code that will only run if something is true.
Down
- 1. This code runs only if ALL conditions are true.
- 2. code for the function to be executed by the processor.
- 3. pattern of code that repeats, for loops keep track of how many times the pattern is repeated.
- 5. a group of commands that’s given a name
- 7. The order in which code in written.
- 8. an issue or error within a code