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