What can a computer do?

  • The ability to compare gives two more things computers do well.
  • Selection (if)
  • Repetition (loops)
  • So computers can do the following well
    1. Follow simple instructions.
    2. Perform simple math, including comparison
    3. Store and retrieve data
    4. Make simple decisions
    5. Repeat instructions.