Unit 1.07 Programming environment

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