- course Info
- what is computation
- python basics
- mathematical operations
- python variables and types
Burkay Genç, Ahmet Selman Bozkır, and Selma Dilek
01/03/2023
declarative knowledge is statements of fact.
imperative knowledge is a recipe or “how-to”.
square root of a number is such that
recipe for deducing square root of a number
3 | 9 | 16/3 | 4.17 |
4.17 | 17.36 | 3.837 | 4.0035 |
4.0035 | 16.0277 | 3.997 | 4.000002 |
1 + 2 + 3 = an algorithm!
Basic machine architecture