Programming techniques Lessons

Step-by-step lessons covering OCR AS Level Computer Science Programming techniques for AS Level Computer Science. Each lesson works through exam-style questions.

Controlling program flow

Flowchart comparing sequence, branching and iteration

Programming constructs control the order in which instructions run. The three core constructs are sequence, branching, and iteration.

Programming techniques Lesson