Unit 1: Introduction
Students who complete this unit will demonstrate that they can:
- Define the terms:
- algorithm
- program
- variable
- operator
- interpreter
- syntax
- syntax error
- runtime error
- logic error/bug
- Describe the role of an interpreter
- Describe the use of a variable
- Discuss the importance of algorithms in the problem-solving process.
- Discuss how a problem may be solved by multiple algorithms, each with different properties.
- Use valid built-in commands of the Python Interpreter (e.g.
+, print(), input())
Contents