CS Principles Terms Review

1234567891011121314
Across
  1. 2. program is broken into multiple smaller sequential computing operations(2 words)
  2. 4. ______ abstraction simplifies the code by moving details elsewhere
  3. 7. a small network often in one building, commonly uses ethernet.(3 words)
  4. 8. a mechanism to detect corrupt data packets
  5. 9. the seven layers of the ____ model
  6. 10. allows algorithms to find a good solution in a hard problem
  7. 11. requirement that some tasks must be completed one after the other. It's not benefited by parallel processing(2 words)
  8. 12. a type of error that will not run due to the code itself
  9. 13. A tool used as part of the design phase of the SDLC
  10. 14. a type of text compression
Down
  1. 1. using Multiple Computers
  2. 3. a type of error where the number of bits can not handle the math
  3. 4. _____/_____key encryption asymmetric keys of 256 bits in size use math(2 words)
  4. 5. bits per second
  5. 6. a type of error usually created in boolean logic