Computer science Vocab

1234567891011121314151617181920212223242526272829303132333435363738394041424344
Across
  1. 3. message often helps programmers debugging the source code
  2. 5. Machinery
  3. 7. a software application used to locate, retrieve and, display content
  4. 8. error: an error that occurs during execution of a program
  5. 12. enables a system to be modeled as a set of objects that can be controlled and manipulated
  6. 14. sequence of adjacent bits operated on as a unit by a computer
  7. 15. any finite sequence of characters
  8. 18. denoting a system of algebraic notation
  9. 19. unit of information equal to one billion bytes
  10. 22. graphical user interface
  11. 24. a sequence of instruction s that is continually repeated until a certain condition is reached
  12. 25. a software program that runs on your computer
  13. 27. a data type intended to represent the truth values of logic
  14. 28. a specification that defines a property of an object
  15. 29. integrated development environment
  16. 32. error: character incorrectly placed in a command
  17. 34. a procedure associated with an object
  18. 36. the concept that when a class of objects is defined
  19. 38. physical device capable of storing information temporarily or permanently
  20. 41. information that a computer produces
  21. 44. the process of locating and fixing or bypassing bugs (errors)
Down
  1. 1. permanent software programmed into a read-only memory.
  2. 2. an independent code module that fulfills some concrete task
  3. 4. a reserved keyword in a number of programming languages
  4. 6. code represents text or computer processor instructions
  5. 9. chart: sequence of movements or actions of people or things involved in a complex system
  6. 10. an informal high-level description of the operating principle
  7. 11. an arrangement of items in a computer memory
  8. 13. perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.
  9. 16. Computer memory that can be accessed randomly
  10. 17. operating information used by a computer.
  11. 20. provide or give something to the computer
  12. 21. set of rules to be followed in calculations or other problem-solving operations
  13. 23. central processing unit
  14. 26. extensible program-code-template for creating objects
  15. 30. a datum of integral data type
  16. 31. uses conventional main memory
  17. 33. a method that fetches private data
  18. 35. type: is a classification identifying one of various types of data
  19. 37. the assignment of an initial value
  20. 39. where different logic structures sequence, selection and loop are combined.
  21. 40. actual parameter, refers to the actual input passed.
  22. 42. Drive: self-contained storage device
  23. 43. a double-precision 64-bit IEEE 754 floating point.