4. Exercise

4.1. Summary

  • The description of a sequence of steps to solve a problem is called a computational algorithm.

  • Algorithms are programs (software) that determine what the computer (hardware) will do.

  • The process of creating software is called programming.

4.2. Remember

  • Programming languages have a formal syntax.

  • Computers only understand machine language.

  • Python is a high-level interpreted language.

  • The Python interpreter converts instructions command by command into machine language.

You have attempted of activities on this page