AP CSP Vocab Crossword Unit 1 Part 1

123456789101112131415
Across
  1. 7. a finite set of instructions that accomplish a specific task
  2. 10. repeatedly applying a process with the goal of coming closer and closer to a solution or final outcome
  3. 12. is a part of program code that expresses an action to be carried out (2 words)
  4. 13. to identify and remove errors from a computer program
  5. 15. the process of source code being translated into machine code
Down
  1. 1. uses "if...then" to tell a computer how to select the next step or sequence
  2. 2. the study of computers and computing, as well as their practical and theoretical applications
  3. 3. the process of removing or suppressing details to create a manageable level of complexity
  4. 4. a two-dimensional image or animation that is integrated into a larger scene or game environment
  5. 5. uncertainty or being open to more than one interpretation
  6. 6. the process of imagining something that does not yet exist and making it real through the application of design, implementation, and production
  7. 8. a programming language that has little or no abstraction and communicates closely to the hardware using machine language. Less natural for humans(2 words)
  8. 9. blocks of code that trigger corresponding behavior (example: Green Flag - starts program)
  9. 11. a process that executes statements one at a time (linear)
  10. 14. a programming language that is easier for humans to read, write, and parse (2 words)