Introduction to Computer & Programming

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