Ch 8 Vocab Crossword

123456789101112
Across
  1. 2. The structure that runs one line after another in order
  2. 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
  3. 6. A function that references itself and consists of two parts: a recursive call and a base call
  4. 7. Basic logic gate where every part of a statement must be true for the entire statement to be true
  5. 9. Done in small chunks
  6. 11. The three steps of the iterative development process
  7. 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. 1. Continuously repeating steps, achieved in programming by using loops
  2. 2. The logic structure in programming that uses if statements to select certain values
  3. 3. Finding errors in code
  4. 5. Used in coding to store a value that can change
  5. 8. Basic logic gate where any part of a statement can be true for the entire statement to be true
  6. 10. Used in coding to store a value that cannot be changed