Computing 103 - Programming Concepts I

12345678910111213141516
Across
  1. 2. The rules that define the structure of a language
  2. 3. The original text of a program written in high level language
  3. 6. the BASIC command used to display text on the screen
  4. 8. A name storage location that holds data
  5. 9. - Programming language used in this class
  6. 12. The last day of the week
  7. 14. Language closer to English, easier for humans to read and write
  8. 15. Another term for Machine Language
Down
  1. 1. Machine language uses this system of 0's and 1's
  2. 4. Translates high level language to machine code all at once
  3. 5. The task of creating and modifying the programs that guide the computer
  4. 7. Executes a program line by line
  5. 10. A sequence of steps for solving a problem or task
  6. 11. The only language understood by a CPU
  7. 12. The key pressed to compile and execute a QBasic program
  8. 13. Classic first program output phrase
  9. 16. Part of the computer that executes instructions