Programming

Cards (4)

  • source code is written using a program language
  • object code is a binary version of the program, also known as the .exe file
  • assembly language is a 2nd generation language while python is a 4th generation
  • compling a program does the following functions:
    1. indicates what the error might be
    2. shows the location of the error
    3. creates an executeable version of the program