Tutorials
From Progzoo
A step by step guide to programming. Each set of tutorials provides tasks for the student to complete.
Contents |
[edit] Drawing
Flags Tutorial: Practice using graphics commands to draw the flags of different countries.
These examples provide students with the opportunity to become familiar with the basic features of the language. Each task can be completed using a sequence of commands. It is hoped that students will become familiar with the basics of the language: the use of brackets, commas, quotes and semi-colons.
[edit] If
[edit] Numbers
Practice using number functions and operators.
[edit] Strings
Use string functions to test a list of Greek names
[edit] Boxes
Create patterns on a grid. This exercise uses integer functions and operators.
[edit] Bricks
Practice for loops. In these problems you use bricks to build walls.
[edit] Accumulating
Accumulating Tutorials
[edit] DOM Tutorial
DOM Tutorials
[edit] Cars
Exercises - drawing the logos of various car manufacturers.
These are assessment exercise.
[edit] Old Links
- World Factbook: In which we process data on countries.
- Functions: In which we calculate values
- Strings: In which we process ancient Greek
- Boxes: In which we test numbers.
- Songs: In which we generate repetitive songs.
- Bricks: In which we practice
forloops - Accumulate: In which we accumulate over a list.
- Accumulate 2: In which we accumulate over a file.
- DOM: In which we access the Document Object Model for XML.
- SAX: In which we access the "Simple API for XML".
[edit] Old Addresses
- Flags: In which we draw pictures.
- Flags: In which we draw pictures.
- World Factbook: In which we process data on countries.
- Function: In which we calculate values
- Strings: In which we process ancient Greek
- Songs: In which we generate repetitive songs.
- Bricks: In which we practice
forloops - Accumulate: In which we count, add and perform other calculations.
- DOM: In which we access the Document Object Model for XML.
- SAX: In which we access the "Simple API for XML".