Introduction to Computer & Programming

1234567891011121314151617
Across
  1. 4. ___________ is the brain of computer.
  2. 7. Given the class header as ‘public class CalculateScore’, determine the class name.
  3. 9. ___________ is used to translate assembly language into a specific machine language.
  4. 10. __________ is an example of output device.
  5. 12. Mouse is an ______________ device.
  6. 14. Attempting to divide by 0 will cause ____________ error.
  7. 16. Java translates codes to an intermediate code which is known as _________.
  8. 17. ___________ is an example of system software
Down
  1. 1. Computer consists of hardware and __________________.
  2. 2. __________ is an example of application software that is used to browse the Internet.
  3. 3. ___________ language uses instruction in mnemonic code.
  4. 4. ____________ are used to give overview of a program and not compiled by the compiler.
  5. 5. ___________ language does not need to be compiled and understood directly by the computer.
  6. 6. A class definition must contain a __________ and a body.
  7. 8. __________ is a secondary storage device.
  8. 11. Errors that are not detected during compilation or while running but give wrong results is known as?
  9. 13. ____________ is one of the examples of high level language.
  10. 15. Grammatical mistakes in codes is known as ____________ error.