Regular graphic patterns

Wenn sich Befehlssequenzen wie zum Beispiel bei der Erzeugung von grafischen Mustern ständig wiederholen, ist oft die Verwendung der Kontrollstruktur „Schleife“ sehr nützlich.
Mit einer Schleife können Programmabschnitte wiederholt ausgeführt werden. Es gibt verschiedene Schleifentypen. Im Folgenden wird die Verwendung der while-Schleife beschrieben.

Continue reading “Regular graphic patterns”

Introduction to Processing

After processing the following learning modules, you will be able to handle small programming projects.

The programming is done with the programming environment Processing, which can be downloaded free of charge from www.processing.org. Processing makes it very easy to realize graphical programs.

The upper secondary school uses this development environment to get first experiences with programming.