unit 3: idek

Cards (8)

  • program statement: a command or instruction. sometimes also referred as a code statement
  • program: a collection of program statements. Programs run ("or execute") one command at a time.
  • Sequential Programming: program statements run in order, top to bottom
    • no user interaction
    • code runs the same everytime
  • Event Driven Programming : some program statements run when triggered by an event, like a mouse click or key press
    -programs run differently each time depending on user interactins
  • Documentation: a written description of how a command or piece of code works or was develped
  • Debugging: fixing bugs in a program
  • comment: form of program documentation written into the program
  • Development Process: the steps or phases used to create a piece of software.