top of page
Paper 1: Testimonial
Topic 1 - Hello World

1. Introduction to Python
-
Describe what algorithms and programs are and how they differ
-
Recall that a program written in a programming language needs to be translated in order to be executed by a machine
-
Write simple Python programs that display messages, assign values to variables, and receive keyboard input
-
Locate and correct common syntax errors
2. Arithmetic expressions
-
Describe the semantics of assignment statements
-
Use simple arithmetic expressions in assignment statements to calculate values
-
Receive input from the keyboard and convert it to a numerical value
Unit 9 - Introduction to Python
This unit introduces you to text-based programming with Python. The lessons form a journey that starts with simple programs involving input and output, and gradually moves on through arithmetic operations, randomness, selection, and iteration. Emphasis is placed on tackling common misconceptions and elucidating the mechanics of program execution.
Assessment

7. End of unit assessment
bottom of page