Turing Lessons - Repetition (Loops)


Turing is a text-based programming language designed for education.  The interface is clean and uncluttered, and the command structure is generally simple and clear.

 

Installing Turing (instructions for school and a download link for home)

 

Topic
Lesson/Presentation
Tutorials & Examples
Exercises & Assignments
Repetition in Turing      
Introduction to Counted Loops Turing Lesson - Counted Loops VT - Counted Loops
counted loop exercises
more counted loop exercises
For Loops Turing Lesson - For Loops    
Conditional Loops: Loop While & Loop Until

Turing Lesson - Conditional Loops 

Code Examples - Conditional Loops

VT - Loops with Exit Condition at Beginning

VT - Loops with Exit Condition at End

Conditional Loop Exercises