CS Principles 2022

1234567891011121314151617
Across
  1. 4. splits a program into multiple tasks(2 words)
  2. 6. prevents unauthorized access to data
  3. 9. error that takes place while executing a program (3 words)
  4. 11. specify the behavior of a system
  5. 12. gives unauthorized access to secure networks
  6. 13. determines how to address nodes on the network
  7. 14. or code
  8. 15. measured in max bits per second
  9. 16. a good but not optimal solution to a problem
  10. 17. a program receives a number, value or variable outside the scope of its ability to handle. (2 words)
Down
  1. 1. repetition of steps in an algorithm or program until chosen to stop
  2. 2. error of a coding or programming language, entered by a programmer (2 words)
  3. 3. sequencing, selection, and iteration
  4. 5. uncovers hidden data
  5. 7. so logically difficult,the answer is sequencing step by step exacution of a
  6. 8. Boolean condition to determine which of two paths are taken in an algorithm or program
  7. 10. error in a program’s source code that has unanticipated and erroneous behavior (2 words)