Across
- 4. Type of compression Images use
- 7. A type of search algorithm that searches a sorted list for a value by repeatedly splitting the list in half.
- 8. Data about data, like descriptive information about a file or a row in a database.
- 9. A type of search by going through the entire list until the desired value is found
- 13. Uses different keys for encrypting versus decrypting data.
- 14. Error that results when the number of bits is not enough to represent the number (like a car’s odometer “rolling over”).
- 16. A mistake in typed code that violates the rules of the programming language. Typically, code with syntax errors will not run.
- 19. A library of procedures and a description of how to call each procedure.
- 22. A mistake in an algorithm or program that causes it to behave unexpectedly or return the incorrect value.
- 23. Can increase the data's usefulness by making it easier to organize, filter, and structure
- 24. The participation of volunteers from the public in a scientific research project
Down
- 1. The idea that some communities or populations have less access to computing than others
- 2. **Wikipedia uses ___ to write their articles
- 3. A sequence of 8 bits.
- 5. the same key is used to both encrypt and decrypt data.
- 6. A mistake in a program that happens only when the program is actually run, such as a program attempting to access memory that does not exist.
- 10. Compressing data in a way that discards some data and makes it impossible to recover the original.
- 11. A recipe is a type of this algorithm
- 12. Error that results when the number of bits is not enough to represent the number with full precision
- 15. Compressing data in a way that preserves all data away and allows full recovery of the original.
- 17. A binary digit, either 0 or 1.
- 18. Values that change smoothly, rather than in discrete intervals, over time. For example, the pitch and volume of a live concert. Learn more in From analog to digital data.
- 20. The process of scrambling data to prevent unauthorized access.
- 21. A shortcut valuing getting a plausible solution, even though it might not be the best solution
