Programs and Programming


      Learning Objectives
      Understand the terms source code and executable
      Be able to use an editor to enter a source program into a file
      Be able to compile the source code to produce the executable
      Be able to run the program
      Understand the basic layout of a simple program - including the keyword main, the use of the semi-colon and the cout statement
      Combine the above to be able to write simple programs to output text to the screen

      Source Code from Notes
      Additional Examples
      Quick Check Exercises
      Additional Exercises to try


      Home Next Lecture