Worksheet2 Y9 ANS
Worksheet2 Y9 ANS
WSS Secondary
Homelearning (HL) Subject: Computing
Revision worksheet 2
2. Flowchart
A flowchart is a type of diagram that represents a workflow or process.
3. Selection Statement
A selection statement is used to test a condition. If the condition is true, then some code is
run; if the condition is false, different code can run.
4. Count controlled loop
The count-controlled loops in python are FOR loops.