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