ProceduralOCR J277
DashboardCoursePracticeReviewProgressGlossary
Saved on this deviceContinue learning

Procedural · OCR J277 programming practice

Progress stays in this browser unless you export it.

Course map
Unit 7 · J277 2.2.1

Iteration

Repeat instructions with count-controlled and condition-controlled loops.

Unit progress0/6
1

For loops

Ready

Repeat code a known number of times using ERL for and Python range().

24 min·0/7 steps
Start
2

Range and step

Ready

Count in larger steps and create descending loops.

23 min·0/7 steps
Start
3

While loops

Ready

Repeat while a condition is true and update the value that controls it.

25 min·0/7 steps
Start
4

Do-until and input loops

Ready

Run a loop at least once and keep input inside the repeated body.

26 min·0/7 steps
Start
5

Counters and accumulators

Ready

Count events and build running totals without resetting them.

27 min·0/7 steps
Start
6

Nested loops

Ready

Place one loop inside another to process rows, columns and combinations.

27 min·0/7 steps
Start