Programming Languages

12345678910
Across
  1. 3. Code that will execute on a range of CPUs, not machine dependent.
  2. 4. Low level language that uses mnemonic codes and labels to represent the equivalent machine levl binary codes.
  3. 5. High level code written in a language similar to English.
  4. 6. A register in a computer or calculator used for holding the results of a computation or data transfer.
  5. 9. Data part of a machine code or assembly language command.
  6. 10. Instruction part of a machine code or assembly language command.
Down
  1. 1. Translator that converts high level code into machine code, it converts source code into object code.
  2. 2. Translator that converts high level code into machine code, one command at a time.
  3. 7. Easy to remember code to refer to a single machine code binary operator.
  4. 8. Application that converts high level or mnemonic codes into machine level commands.