4: While Loops

So far, programs have been limited to executing the instructions we write just once. This all changes with loops: the ability to repeat some sets of instructions in a program many times.

  • We start with simple loop controlled by a counter
  • … and move on to more general loop conditions.
  • We also think about errors and debugging

Course Materials

Practical Sheet 4
Practical Sheet 4

Slides Set

Pdf Powerpoint
4.1 While Loops 4.1 While Loops
4.2 Faults and Debugging 4.2 Faults and Debugging

Test Papers

Test Sheet 4
Test Sheet 4

Back to GCSE Computing CPD Resources

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.