lehrkraefte:snr:informatik:bruehl-2022:algorithmen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lehrkraefte:snr:informatik:bruehl-2022:algorithmen [2022/02/19 16:01]
Olaf Schnürer [Lösungsvorschläge]
lehrkraefte:snr:informatik:bruehl-2022:algorithmen [2022/04/10 15:28] (current)
Olaf Schnürer [Algorithmen und erste Schritte in Tigerjython]
Line 1: Line 1:
-====== Algorithmen und erste Schritte in Tigerjython ======+~~NOTOC~~ 
 + 
 +====== Algorithmen und erste Schritte in Python (und Tigerjython======
  
 <WRAP center round todo> <WRAP center round todo>
Line 8: Line 10:
 ===== Algorithmen ===== ===== Algorithmen =====
 <WRAP center round info 100%> <WRAP center round info 100%>
-Der Begriff **Algorithmus** meint einfach eine Handlungsvorschrift.+Der Begriff **Algorithmus** meint einfach eine Folge von Anweisungen, also eine Handlungsvorschrift.
 </WRAP> </WRAP>
  
Line 25: Line 27:
 </WRAP> </WRAP>
  
 +==== Flussdiagramm ====
  
 <WRAP center round box 100%> <WRAP center round box 100%>
Line 91: Line 94:
   * ''penWidth(10)''   * ''penWidth(10)''
   * ''setPenColor("red")''   * ''setPenColor("red")''
-  * ''hideTurtle()'' und ''showTurtle()'' und ''speed(200)''+  * ''hideTurtle()'' und ''showTurtle()'' und ''speed(2000)''
   * ''penUp()'' und ''penDown()''   * ''penUp()'' und ''penDown()''
   * ''backward(100)''   * ''backward(100)''
  • lehrkraefte/snr/informatik/bruehl-2022/algorithmen.1645282910.txt.gz
  • Last modified: 2022/02/19 16:01
  • by Olaf Schnürer