Unit 1.07 Programming Environment

12345678910111213
Across
  1. 2. this is used to help detect and correct errors.
  2. 3. allows a program to create windows applications by positioning controls on screen.
  3. 5. allows you to examine the value of variables.
  4. 6. is the resulting derived program that can be run on a computer system.
  5. 10. This is the original program, written by the programmer. (6,4)
  6. 11. Rules of the language: the precise way program statements must be written.
  7. 12. Attempts to convert the whole program into machine code before executing it.
Down
  1. 1. This view allows programmers to specify the location of controls on the UI.
  2. 4. Reads a statement and immediately performs the required action.
  3. 7. another name for Binary.
  4. 8. A piece of software used to convert a program from one language to another for e.g. machine code.
  5. 9. This is a program that translates(assembles) a program written in assembly language into machine code.
  6. 13. You can write your program using one of these.