| KC | Knowledge Check |
The Knowledge Check is intended to support learning and self-assessment. The questions highlight the key concepts of this unit and help prepare for the final examination.
The Knowledge Check is not graded.
1️⃣ Why is Python one of the most popular programming languages today?
Give at least three reasons.
2️⃣ What is the role of an interpreter in Python?
Explain the term interpreter in your own words.
3️⃣ Write a simple algorithm
Describe the process of making a cup of tea using a simple algorithm.
Include at least two conditional statements.
Example:
IF water is not boiling THEN continue heating
4️⃣ Your first Python command
Write a Python statement that prints your first name.
Example output:
Anna
5️⃣ Applications of Python
Name two areas in which Python is commonly used.
Examples include:
- science
- data analysis
- artificial intelligence
- automation
- GIS
- web development
Discussion
The solutions will be discussed during the course session.