AP comp sci

12345678910
Across
  1. 2. Search Going one by one vs starting in the middle and going left/right like looking for a word in the dictionary
  2. 4. Using distributed calculations and/or storage for big data or a web application
  3. 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
  4. 9. data about data, like a camera storing the location, aperture, shutter speed, etc. for a digital photo
  5. 10. using a looping control structure, like while, for, foreach, repeat, repeat-until, etc
Down
  1. 1. The idea that some communities / populations have less access to computing than others
  2. 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
  3. 5. error that results when the number of bits is not enough to hold the number, like a car's odometer "rolling over"
  4. 7. Time polynomial in the number of steps an algorithm takes in the worst case based on the input size
  5. 8. code flows line by line, one after another, like a recipe