Across
- 2. The structure that runs one line after another in order
- 4. A searching algorithm, used on sorted lists, that divides the number of elements to search in half until it is down to one element
- 6. A function that references itself and consists of two parts: a recursive call and a base call
- 7. Basic logic gate where every part of a statement must be true for the entire statement to be true
- 9. Done in small chunks
- 11. The three steps of the iterative development process
- 12. A searching algorithm that starts at the first index and checks each element of the list one by one until it finds the item it is searching for
Down
- 1. Continuously repeating steps, achieved in programming by using loops
- 2. The logic structure in programming that uses if statements to select certain values
- 3. Finding errors in code
- 5. Used in coding to store a value that can change
- 8. Basic logic gate where any part of a statement can be true for the entire statement to be true
- 10. Used in coding to store a value that cannot be changed
