Programming Languages

12345678910
Across
  1. 2. The instructions a programmer types to create a program.
  2. 5. Programming languages that are almost English-like.
  3. 7. An example of a high level programming language.
  4. 9. A low level programming language that uses short abbreviations such as LDA
  5. 10. An advantage of assembly language is that programs execute at (blank) speed.
Down
  1. 1. A programming language that is complex and very different from English.
  2. 3. Software that translates source code into machine code one line at a time, as the program runs.
  3. 4. All programming languages are translated into this before the program runs.
  4. 6. Software that translates an entire program before running any of it.
  5. 8. A compiler, assembler, and interpreter are all examples of this.