CS Principles 2022

123456789101112131415
Across
  1. 2. a data encoding and compression technique that deliberately discards some data in the compression process.
  2. 5. The maximum amount of data that can be sent in a fixed period of time over a network connection, typically measured in bits per second.
  3. 8. a baked good
  4. 9. Values that change smoothly, rather than in discrete intervals, over time. For example, the pitch and volume of a live concert.
  5. 11. research that is conducted and compiled by numerous individuals, who are not necessarily scientists.
  6. 12. An attack where a user is tricked into revealing private information, often via a deceptive email.
  7. 14. A technique for encrypting data where the same key is used to both encrypt and decrypt data.
Down
  1. 1. a move in gymnastics similar to a cartwheel, except the gymnast lands with two feet placed together
  2. 3. A sequence of 8 bits.
  3. 4. a mental shortcut that allows people to solve problems and make judgments quickly and efficiently
  4. 6. The repetition of steps in an algorithm or program for a certain amount of times or until a certain condition is met
  5. 7. data about data
  6. 10. Error that results when the number of bits is not enough to represent the number
  7. 13. The improvement in the amount of time a parallelized program takes to solve a problem, computed as the amount of time to complete the task sequentially divided by the amount of time to complete the task when run in parallel.
  8. 15. when a program is separated into modules