CSP Review Puzzle

1234567891011121314151617
Across
  1. 1. - ______ computing is using multiple computers to perform a task but this only "speeds up" the parallel task not sequential.
  2. 4. - when something in your code doesn't go the way you except it.
  3. 5. - Procedural ______, is calling multiple function inside a function.
  4. 7. - the decrease in the amount of time it took to perform a task by parallel then sequential.
  5. 10. - Procedural _____, that allows you to call certain lines of code from somewhere else in the code
  6. 12. - The act of the creator allowing others to use their Intellectual Property (Distribution).
  7. 13. - problem that has a yes/no answer
  8. 14. - Articles, eBooks, textbooks that do not require payment of any sort
  9. 17. - public copyright license that allows individuals to the right to use the intellectual property of the creator.
Down
  1. 2. - Material created on a computer is _____
  2. 3. - The most common type of small network which also used MAC address.
  3. 6. - small network often in one building.
  4. 8. - what does MAC stand for, a type of address used by computers.
  5. 9. - type of scientific research done by "Distributed" individuals, this contributes relevant data to research.
  6. 11. - problem that attempts at finding the "best" solution
  7. 15. - ______ computing is a computational model where the program is broken into multiple smaller sequential computing operations, some of which are performed simultaneously.
  8. 16. - ______ computing is that some tasks needs to be completed one after the other.