Unit 1.07 Programming Environment

1234567891011121314
Across
  1. 2. A client is not usually provided with this.
  2. 5. "Hello World!" is of this data type.
  3. 6. The translator that reads the complete source program as a whole in one go and translates it into machine code.
  4. 7. An example of a high level programming language.
  5. 8. This IDE feature detects errors in the source code.
  6. 11. A useful feature to help programmers examine the value of variables at different set times during execution.
  7. 12. A piece of software used to convert a program from one language to another for e.g. machine code.
  8. 14. This translator translates the source code one line at a time!
Down
  1. 1. This is the identifier associated with a particular memory location used to store data.
  2. 3. A specific set of ordered instructions to be performed by a computer.
  3. 4. This refers to the rules that define the structure of a language.
  4. 6. Use this to view the program.
  5. 9. This is a data type usually denoted True or False.
  6. 10. This IDE feature allows programmers to create windows applications by positioning controls on screen.
  7. 13. This is a program that translates(assembles) a program written in assembly language into machine code.