3460:480 F21 Program Comprehension

12345678910111213141516171819
Across
  1. 3. Knowing how to build and run programs is part of ______ comprehension
  2. 4. An ARM-processor supercomputer that is also the fasted in the world
  3. 9. Another name for API comprehension
  4. 11. _____ Comprehension is based on identifiers and text in comments only
  5. 13. Another name for library comprehension
  6. 14. How software engineers understand and make changes to existing source code
  7. 16. A(n) _______ duplicates the software, but not the hardware, features of an actual device
  8. 17. Integrated Development Environment
  9. 18. Understanding of the basic syntax is _____ comprehension
  10. 19. API comprehension is based on identifier and text in _____
Down
  1. 1. _____ to know all parts of a modern API/library
  2. 2. In iOS development, you use the iPhone ______ on your computer to develop your iOS app
  3. 5. Another name for program comprehension is program ____
  4. 6. Non-_____ apps create complexity
  5. 7. Object-oriented languages are an example of a language ______
  6. 8. A(n) _____ duplicates all the hardware and software features of an actual device
  7. 10. Want an API to be ____ so that understanding good examples can be applied to the entire API
  8. 12. Knowing C++ and being able to follow Java is an example of knowing a general _____ of languages
  9. 15. In Android development, you often use a(n) _____ on your computer to develop your Android app