Principles of Computer Programming

123456789101112131415161718192021
Across
  1. 6. computer programming languages used to build and maintain databases
  2. 10. creation of digital images which are comprised of paths instead of dots
  3. 11. graphic displayed as a matrix of pixels
  4. 12. number of bits needed to display the color of each pixel
  5. 13. program which translates high-level language codes into machine language codes
  6. 17. computer languages developed from assembly programming languages
  7. 19. 7 bit code allowing 128 (0-127) characters
  8. 20. set of computer instructions which executes steps in iterations
  9. 21. computer programming languages used for managing a computer system
Down
  1. 1. developing a sequence of instructions fora computer to accomplish a task
  2. 2. graphic representation of the step-by-step instructions of how the computer processes data
  3. 3. process of comptuer programming, documenting, testing and bug fixing (orderly)
  4. 4. language writing application programs which solve specific problems
  5. 5. standard code providing a unique number for every character
  6. 7. type of computer programming languages one step up from the machine language
  7. 8. computer program which converts the source code into machine language one line at a time
  8. 9. basic computer language which consists of zeros and ones
  9. 14. formula which gives instructions for the comuter to perform a specific task
  10. 15. set of computer instructions following down a list, one item at a time without jumping
  11. 16. computer programming languages designedfor creating and maintaining webpages
  12. 18. information processed or stored by a computer