Across
- 2. Search Going one by one vs starting in the middle and going left/right like looking for a word in the dictionary
- 4. Using distributed calculations and/or storage for big data or a web application
- 6. error that results when the number of bits is not enough to represent the actual number, like 3 digits to represent π as 3.14
- 9. data about data, like a camera storing the location, aperture, shutter speed, etc. for a digital photo
- 10. using a looping control structure, like while, for, foreach, repeat, repeat-until, etc
Down
- 1. The idea that some communities / populations have less access to computing than others
- 3. Compressing data in a way that throws some data away and makes it almost impossible to recover the original, great compression, like JPEG images
- 5. error that results when the number of bits is not enough to hold the number, like a car's odometer "rolling over"
- 7. Time polynomial in the number of steps an algorithm takes in the worst case based on the input size
- 8. code flows line by line, one after another, like a recipe
