Study

IT 5th 1B

  •   0%
  •  0     0     0

  • The art of creating a program.
    Programming
  • Something a program checks to see if it is true before allowing an action.
    Condition
  • Pro - Gram An algorithm that has been coded into something that can be run by a machine.
    Program
  • If you are creating a program you say:
    I'm programming
  • Use when you need to do someting again
    Repeat
  • Is the action when you need to do something over and over again.
    loop
  • An error in a program that prevents the program from running as expected.
    Bug
  • Statements that only run under certain conditions.
    Conditionals
  • If you have an errors in your progran and you need to find and fix them, that action is called:
    Debugging