Key Words

Cards (4)

  • Variable
    • Named data value that can change
  • Selection
    • Where a test is run and a decision is made based on the result. Commonly where an IF statement is used.
  • Iteration
    • Process of repeating instructions until a count or condition is reached
  • Boolean operator
    • Used for combining conditions in logical programming tests