Across
- 5. the separation of a program into independent modules.
- 6. A mistake in a program that happens only when the program is actually run (3 words).
- 8. analog data is data that changes ________.
- 10. a binary digit
- 12. searches through a sorted list. (2 words)
- 13. a run time for an algorithm that doesn't increase faster than a polynomial function of the input size. (2 words)
- 17. the disparity between the rich and poor access to technology. (2 words)
Down
- 1. an IF statement is a for of this.
- 2. data about data
- 3. a problem that is so logically difficult, we can’t ever create an algorithm that would be able to answer "yes or "no" for all inputs.
- 4. a FOR loop is a form of this.
- 7. data compression that discards some data.
- 9. a _________ that helps an algorithm find a good solution in a hard problem.
- 11. the iteration over the items in a list.
- 12. a series of eight bits
- 14. an algorithm that runs through each item in a list. (2 words)
- 15. data compression that preserves all data.
- 16. a collection of procedures.
