Unit 1.07 - Programming environment

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