Suchergebnisse

Wechseln zu: Navigation, Suche

Übereinstimmungen mit Seitentiteln

  • Datei:Mathetag 1 L.pdf
    {{Information_ohne_UploadWizard |Beschreibung = Lösung Funktionen |Quelle = H. Hofbauer |Urheber = H.Hofbauer |Datum = 24.07.2013 ...
    (2.479 × 3.508 (73 KB)) - 09:59, 24. Jul. 2013
  • Sprache versteht, die aus den Zeichen 0 und 1 besteht, hat man Programmiersprachen ... Programmbeispiel 1.1. Erzeuge anschließend eine Instanz von "Test ...
    6 KB (920 Wörter) - 17:29, 18. Sep. 2014
  • public void pythagoras(){ Scanner eingabe = new Scanner (System.in); System.out.print ("Geben Sie die Länge der ersten Seite ein: "); ...
    1 KB (229 Wörter) - 13:01, 16. Okt. 2014
  • Grundidee: Wenn das Ergebnis der Wurzel gleich dem Ergebnis für den gerundeten Wurzelwert ist, dann handelt es sich um eine Quadratzahl. Denn ...
    557 Bytes (87 Wörter) - 14:22, 16. Okt. 2014
  • public void quadtratGleichung(){ Scanner eingabe = new Scanner (System.in); System.out.print ("Geben Sie den Wert von a ein: "); int a = eingabe ...
    592 Bytes (94 Wörter) - 11:31, 28. Sep. 2013
  • long s=0; long t=1; long u=0; System.out.println("0"); System.out.println("1"); while(u Hinweis: Ohne die if-Bedingung würde ...
    298 Bytes (45 Wörter) - 11:33, 28. Sep. 2013
  • long s=0; long t=1; long u=0; System.out.println("1 0"); System.out.println("2 1"); for(int i=3; i ...
    626 Bytes (95 Wörter) - 11:35, 28. Sep. 2013
  • int i=1; while(i ...
    170 Bytes (25 Wörter) - 10:58, 1. Nov. 2013
  • double untergrenze = 1.0; double obergrenze = zahl; double mitte; //Sonderfall zahl genauigkeit) { // Ermittlung der Mitte des Intervalls ...
    722 Bytes (74 Wörter) - 17:08, 8. Apr. 2014
  • > public void winkelfunktionen (double x){ //Umrechnung des Winkels von Grad in rad; Hilfsvariable y um Ursprungswert von x zu "konservieren" ...
    1 KB (191 Wörter) - 14:47, 22. Jan. 2015
  • fibonacci[1]=1; for (int i=2;i ...
    353 Bytes (43 Wörter) - 14:53, 22. Jan. 2015
  • pot[0]=1; for(int i=1; i ...
    393 Bytes (50 Wörter) - 14:54, 22. Jan. 2015
  • if (mq [0][0]+mq [0][1]+mq [0][2] == sum && mq [1][0]+mq [1][1]+mq [1][2] == sum && mq [2][0]+mq [2][1]+mq [2] ...
    1 KB (198 Wörter) - 18:43, 26. Jan. 2014
  • * Zuerst löst man den Normalfall (Zahl>1): Eine Schleife wird solange ... * Es bleibt noch der Sonderfall (zahl<1) übrig. Dazu fügen wir vor ...
    1 KB (192 Wörter) - 17:46, 6. Nov. 2013
  • public class LKW{ private String marke; private double tankinhalt; private double verbrauch; public LKW (String marke, int tankinhalt, int verbrauch){ ...
    1.005 Bytes (113 Wörter) - 15:13, 16. Apr. 2015
  • public String getName(){ return name;} public String getVorname(){ return vorname;} public String getKlasse(){ return klasse;} public void setName ...
    586 Bytes (69 Wörter) - 12:05, 9. Feb. 2014
  • public class Konto{ //Attribute private String name; private String vorname; private String kontonr; private int kontostand; //Konstruktor ...
    1 KB (143 Wörter) - 12:06, 24. Apr. 2015
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 20:32, 5. Apr. 2014
  • Ersetze beim Ausfüllen die Umlaute (ä durch ae, ö durch oe und ü durch ue) {| |- | Annahme|| §147 BGB |- | Einigung|| §929 BGB ...
    1 KB (154 Wörter) - 19:55, 23. Feb. 2014
  • public class Schueler { //Attribute private String name; private String vorname; private String klasse; //Klassenvariable static int schuelerzahl=0; ...
    1 KB (137 Wörter) - 11:07, 30. Apr. 2015
  • Datei:8-2-1 lsg.JPG
    description={{de|1=Lösung Aufgabe 8-2-1 |date=2014-03-04 10:01:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (600 × 355 (0 Bytes)) - 12:48, 6. Mär. 2014
  • Mögliche Zustände der Ampel: * aus * orange * grün * rot * rot+orange Mögliche Zustandsübergänge: * aus > orange * orange > rot ...
    265 Bytes (44 Wörter) - 12:54, 6. Mär. 2014
  • Datei:8-2-1_lsg.JPG ...
    23 Bytes (5 Wörter) - 17:34, 29. Apr. 2014
  • Datei:bankautomat.JPG ...
    25 Bytes (3 Wörter) - 12:59, 6. Mär. 2014
  • //Den ersten Ziegel setzen Hinlegen Schritt LinksDrehen //Die ersten drei Bahnen wiederhole 3 mal wiederhole solange nicht IstWand ...
    765 Bytes (86 Wörter) - 19:59, 9. Apr. 2014
  • Schema: BAND [ BandNr : INT ; Name : VARCHAR(100) ; Stil : VARCHAR(100) ] PERSON [ AusweisNr : INT ; Name : VARCHAR(100) ; GebDat : DATE ; Rolle ...
    1 KB (124 Wörter) - 08:30, 7. Apr. 2014
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 14:44, 1. Apr. 2014
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 18:50, 1. Apr. 2014
  • {| class="wikitable sortable" |- ! Bestelldatum !! KundenNr !! Rechnungsbetrag !! Bezahlt? !! Zahlungsart |- | 15.03.2014 | 32432 | 19,95 ...
    894 Bytes (73 Wörter) - 19:56, 9. Apr. 2014
  • Datei:Scratch aufgabe-1-1.JPG
    description={{de|1="Das Haus vom Nikolaus" |date=2014-04-14 09:28:09 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (369 × 312 (0 Bytes)) - 09:54, 14. Apr. 2014
  • Datei:Scratch aufgabe-1-1 lsg.JPG
    description={{de|1="Das Haus vom Nikolaus" - Lösung |date=2014-04-14 09:40:32 |source= |author=B.Schiller |permission= |other_versions= ...
    (363 × 510 (0 Bytes)) - 09:54, 14. Apr. 2014
  • Datei:Scratch erstesbsp(1).JPG
    description={{de|1=Beispiel 1 (1) |date=2014-04-14 09:25:55 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (256 × 407 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch_aufgabe-1-1_lsg.JPG ...
    37 Bytes (6 Wörter) - 09:56, 14. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(1).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:46:24 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (180 × 81 (0 Bytes)) - 08:52, 15. Apr. 2014
  • Datei:Scratch aufgabe-2-1 stage.JPG
    description={{de|1=aufgabe-2-1 stage |date=2014-04-15 09:09:03 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (350 × 303 (47 KB)) - 09:16, 15. Apr. 2014
  • Datei:Scratch aufgabe-2-1 lsg.JPG
    description={{de|1=aufgabe-2-1 lsg |date=2014-04-15 09:34:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (266 × 264 (0 Bytes)) - 09:35, 15. Apr. 2014
  • Datei:Scratch_aufgabe-2-1_lsg.JPG ...
    37 Bytes (6 Wörter) - 09:36, 15. Apr. 2014
  • Datei:Scratch aufgabe-3-1 lsg.JPG
    description={{de|1=aufgabe 3-1_lsg |date=2014-04-18 09:34:21 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (690 × 372 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Datei:Scratch_aufgabe-3-1_lsg.JPG ...
    37 Bytes (6 Wörter) - 09:47, 18. Apr. 2014
  • Datei:Scratch aufgabe-4-1 lsg.JPG
    description={{de|1=aufgabe 4-1_lsg |date=2014-04-19 11:12:58 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (707 × 569 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch_aufgabe-4-1_lsg.JPG ...
    37 Bytes (6 Wörter) - 16:02, 22. Apr. 2014
  • import java.util.Scanner; public class Bankautomat{ //Mögliche Zustände werden als Aufzählungstyp enum vereinbart //b=bereit //ke="Karte eingegeben" ...
    4 KB (419 Wörter) - 17:53, 4. Mai 2014
  • public class Mitarbeiter{ //Attribute private String name; private String vorname; private int gehalt; //Konstruktoren public Mitarbeiter(String ...
    2 KB (225 Wörter) - 17:49, 25. Mai 2014
  • public class Viereck { //Attribute - public um direkten Zugriff durch die Unterklasse zu ermöglichen public int a; public int b; public int c; ...
    2 KB (227 Wörter) - 11:26, 1. Jun. 2014
  • Datei:3-1-karol-scratch.JPG
    description={{de|1=Bedingungen Karol Scratch |date=2014-10-11 15:27:04 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (698 × 218 (0 Bytes)) - 15:29, 11. Okt. 2014
  • BLmiOEk59n8 ...
    27 Bytes (4 Wörter) - 15:41, 15. Sep. 2014
  • Aufgabe 1 (Datentypen) Ordne die Ausdrücke dem passenden Datentyp zu: Aufgabe 2 (Java-Programm) Aufgabe 3 (Bedingungen) Aufgabe 4 (Das Compiler-Spiel) ...
    3 KB (345 Wörter) - 19:08, 31. Okt. 2014
  • Datei:Info10 3 1 while.JPG
    description={{de|1=while-Schleife |date=2014-12-02 11:50:58 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (546 × 236 (0 Bytes)) - 12:54, 2. Dez. 2014
  • * [http://www.google.de/url?url=http://www.mathewelt.de/m9/intervall.ppt&rct=j&q=&esrc=s&sa=U&ei=NLF-VKDhI4X7PMiZgMAG&ved=0CCYQFjAD&sig2=v9aZOxsnHdGjSd5sCJ5KEg ...
    456 Bytes (55 Wörter) - 08:54, 3. Dez. 2014
  • public class Kreis{ int xPos; int yPos; int radius; public Kreis(){ xPos=100; yPos=100; radius=30; } public Kreis(int xPos, int yPos){ ...
    612 Bytes (77 Wörter) - 10:55, 12. Mär. 2015
  • Erstelle aus folgenden Daten das Schema für die Tabelle VIDEO für eine Datenbank für ein Online-Videoportal: {| class="wikitable sortable" ...
    1 KB (130 Wörter) - 12:07, 15. Mär. 2015
  • Datei:1 01.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:36:59 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:00, 30. Sep. 2015
  • Datei:1 02.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:39:23 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:01, 30. Sep. 2015
  • Datei:1 04.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:42:48 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:02, 30. Sep. 2015
  • Datei:1 05.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:44:19 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:03, 30. Sep. 2015
  • Datei:1 06.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:51:39 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:04, 30. Sep. 2015
  • Datei:1 07.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:54:46 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (2.592 × 3.888 (0 Bytes)) - 17:04, 30. Sep. 2015
  • Datei:1 03.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:41:22 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (2.592 × 3.888 (0 Bytes)) - 17:05, 30. Sep. 2015
  • Datei:P1 ArtWolfe 1.jpg Datei:P1 ArtWolfe 2.jpg Datei:P1 ArtWolfe 3.jpg ==Blossfeldt== Datei:Blossfeldt_1.jpg Datei:P1_Blossfeldt_2.jpg ...
    7 KB (802 Wörter) - 08:09, 19. Okt. 2016
  • Datei:P5 Feininger 1..jpg
    description={{de|1=Kultur und Tradition 1 |date=2016-06-15 14:13:43 |source= |author=Feininger |permission= |other_versions= |other_fields= ...
    (800 × 600 (0 Bytes)) - 14:14, 15. Jun. 2016

Übereinstimmungen mit Inhalten

  • Datei:Diamanten2.jpg
    description={{de|1=2 diamanten brilliantschliff |date=2014-01-09 14:44:17 |source=google.de |author=unbekannt |permission= |other_versions= ...
    (684 × 385 (0 Bytes)) - 02:30, 21. Jan. 2014
  • Datei:Diamant3.jpg
    description={{de|1=Diamant brilliantschliff |date=2014-01-09 14:44:04 |source=google.de |author=unbekannt |permission= |other_versions= ...
    (80 × 80 (0 Bytes)) - 02:45, 21. Jan. 2014
  • # Eintrag 1 # Eintrag 2 # Eintrag 3 bzw. * Eintrag * Eintrag ... # Eintrag 1 ## Eintrag 1.1. ## Eintrag 1.2. # Eintrag 2 ...
    10 KB (1.440 Wörter) - 09:12, 11. Jul. 2016
  • Datei:Haus23.jpg
    description={{de|1=HausHaus |date=2016-07-11 15:17:37 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (763 × 373 (0 Bytes)) - 15:18, 11. Jul. 2016
  • Aufgabe 1: Karol soll mit Hilfe von selbstdefinierten Anweisungen ... Stufe(1) Stufe(2) Stufe(3) Stufe(4) Stufe(3) Stufe(2) Stufe(1) ...
    31 KB (4.074 Wörter) - 09:04, 19. Mär. 2020
  • Aufgabe 1 Schritt Schritt Schritt LinksDrehen Schritt Schritt Schritt LinksDrehen Schritt Schritt Schritt LinksDrehen Schritt Schritt ...
    881 Bytes (127 Wörter) - 17:30, 23. Apr. 2013
  • Aufgabe 1 Anweisung Riesenschritt Schritt Schritt Schritt *Anweisung Programm Riesenschritt *Programm Aufgabe 2 Lösungsmöglichkeit 1: Man geht ...
    2 KB (175 Wörter) - 11:01, 15. Feb. 2015
  • Aufgabe 1 wiederhole 4 mal Hinlegen Schritt LinksDrehen *wiederhole Aufgabe 2 wiederhole 4 mal wiederhole 4 mal Hinlegen Schritt MarkeSetzen ...
    1 KB (169 Wörter) - 11:27, 15. Feb. 2015
  • Er wurde am 24.Februar 1547 in Regensburg geboren und starb am 1. Oktober 1578 in der Provinz Namur. Seine Eltern sind Kaiser Karl V. und Barbara ...
    17 KB (2.667 Wörter) - 13:36, 3. Jul. 2013
  • Schritt 1: Eigene Recherche. Um die entsprechenden Adressen zu sichern, diese am besten unter "Favoriten" in einem eigenen Ordner abspeichern ...
    3 KB (485 Wörter) - 20:22, 26. Apr. 2013
  • Stufe 1 – Define (Definition des Problems) Jeder Problemlösungsprozess ... Stufe 1 – Ask (Fragen stellen) Wer keine guten Fragen stellen kann ...
    33 KB (4.659 Wörter) - 21:21, 17. Sep. 2013
  • =Digitaler Spielplatz 1= ===Digitaler Spielplatz 3=== =UNIT 1= The gerund * [https://www.ego4u.de/de/cram-up/grammar/infinitive-gerund/exercises ...
    24 KB (3.103 Wörter) - 08:49, 24. Okt. 2022
  • === Aufgabe 1 - Datentypen in LibreOffice CALC === Ordne jeweils einen möglichst passenden Datentyp zu! {| | Wahrheitswert || wahr || falsch ...
    6 KB (704 Wörter) - 17:57, 13. Nov. 2015
  • 1. Wo wird am Comenius-Gymnasium bereits im pädagogischen, unterrichtlichen und außerunterrichtlichen Bereich dezidiert Kooperationskompetenz ...
    6 KB (825 Wörter) - 12:55, 13. Sep. 2013
  • Kapitel 1: Vorbereitende Aufgaben und Einstieg Kapitel 2: Variablen und Datentypen Kapitel 3: Kontrollstrukturen Kapitel 4: Methoden ...
    858 Bytes (93 Wörter) - 12:31, 17. Nov. 2014
  • Sprache versteht, die aus den Zeichen 0 und 1 besteht, hat man Programmiersprachen ... Programmbeispiel 1.1. Erzeuge anschließend eine Instanz von "Test ...
    6 KB (920 Wörter) - 17:29, 18. Sep. 2014
  • Zur Startseite - Kapitel 1 Variablen kennen wir aus der Mathematik. Die Fläche eines Rechtecks errechnet sich beispielsweise aus Länge und Breite ...
    1 KB (223 Wörter) - 09:05, 15. Sep. 2013
  • ! 1 ! 2 ! 3 ! 4 ! 5 ! 6 |- | Ich kann den Inhalt eines mir unbekannten Textes grob (in 1-2 Sätzen ...
    6 KB (644 Wörter) - 12:12, 22. Sep. 2013
  • ==== 1. Umweltbildung in verschiedenen Fächern ==== rtal/page/bsbayprod.psml?showdoccase=1&doc.id=VVBY-VVBY000001538&doc ...
    2 KB (244 Wörter) - 18:40, 17. Sep. 2013
  • Aufgabe 1 Lösungsstrategie: Da die Teilaufgabe, eine Seite des Quadrates abzuschreiten und Ziegel zu setzen 4 mal (wegen der 4 Seiten eines Quadrats) ...
    802 Bytes (110 Wörter) - 11:19, 15. Feb. 2015
  • Aufgabe 1 wiederhole solange nichtIstZiegel wenn nichtIstWand dann hinlegen schritt sonst linksdrehen *wenn *wiederhole Lösungstrategie: ...
    344 Bytes (47 Wörter) - 21:21, 18. Sep. 2013
  • Zur Startseite - Kapitel 1 - Kapitel 2 Kontrollstrukturen sind Anweisungen, die festlegen, in welcher Reihenfolge was vom Computer getan werden ...
    9 KB (1.280 Wörter) - 19:21, 7. Dez. 2014
  • Beispiel 1: public void wurzelBerechnen(){ Scanner eingabe = new Scanner ... Aufgabe 1 Erstelle eine Methode public void pythagoras(), die nach ...
    3 KB (448 Wörter) - 09:15, 16. Okt. 2014
  • wird das Ergebnis immer auf den int-Wert 1 abgerundet!! ...
    507 Bytes (72 Wörter) - 13:05, 16. Okt. 2014
  • Aufgabe 1 Schreibe eine Methode public void quadratzahlTest(), die überprüft, ob eine eingegebene Zahl eine Quadratzahl ist oder nicht. Das ...
    962 Bytes (133 Wörter) - 11:28, 28. Sep. 2013
  • Aufgabe 1 ("Quadratische Gleichungen") Für die aus Jahrgangsstufe 9 bekannte quadratische Gleichung ax2+bx+c=0 soll bestimmt werden, wieviele ...
    2 KB (333 Wörter) - 16:11, 14. Okt. 2013
  • int augen=(int)Math.floor(Math.random()*6+1); System.out.print ("Geben ... else if (tipp==augen+1||tipp==augen-1){System.out.println("Knapp daneben ...
    1 KB (187 Wörter) - 10:58, 15. Okt. 2013
  • Aufgabe 1 ("Fibonaccizahlen bis 100000") Die [http://de.wikipedia.org/wiki/Leonardo_Fibonacci Fibonacci]-Folge ist eine unendliche Folge von Zahlen ...
    2 KB (311 Wörter) - 12:51, 14. Nov. 2014
  • long s=0; long t=1; long u=0; System.out.println("0"); System.out.println("1"); while(u Hinweis: Ohne die if-Bedingung würde ...
    298 Bytes (45 Wörter) - 11:33, 28. Sep. 2013
  • int i=1; while(i Erläuterung: Max legt mit 3 Schritten (2 vorwärts, 1 rückwärts ...
    450 Bytes (72 Wörter) - 11:33, 28. Sep. 2013
  • Aufgabe 1 ("Die ersten 50 Fibonaccizahlen") Erstelle eine Methode public void fibonacci2(), die die ersten 50 Fibonaccizahlen ausgibt. Hier ist ...
    1 KB (187 Wörter) - 11:12, 1. Nov. 2013
  • long s=0; long t=1; long u=0; System.out.println("1 0"); System.out.println("2 1"); for(int i=3; i ...
    626 Bytes (95 Wörter) - 11:35, 28. Sep. 2013
  • long y=1; for(long i=2;i ...
    336 Bytes (55 Wörter) - 21:36, 24. Nov. 2014
  • public void countdown (){ Scanner ein=new Scanner(System.in); System.out.println("Wo soll der Countdown beginnen?"); int x=ein.nextInt(); ...
    309 Bytes (48 Wörter) - 11:36, 28. Sep. 2013
  • =UNIT 1= The going-to future rules * [http://www.englisch-hilfen.de/en/grammar/going_to.htm Bildung] exercises * [https://www.ego4u.de/de/cram ...
    14 KB (1.874 Wörter) - 09:00, 19. Mär. 2020
  • === Schritt 1 === [[Datei:EOS2-Haus-Schritt-1.png|thumb|Zeichenfenster zu EOS2-Programm ...
    6 KB (788 Wörter) - 11:31, 23. Sep. 2017
  • =UNIT 1= The gerund * [https://www.ego4u.de/de/cram-up/grammar/infinitive-gerund/exercises?21 The gerund ] * [https://www.ego4u.de/de/cram-up/grammar/infinitive ...
    7 KB (950 Wörter) - 11:00, 26. Okt. 2020
  • com/Rohsteine/Obsidian-Goldobsidian-Rohsteine-1-kg::249.html ... 1. Russland 2. Polen 3. Ukraine • Größte Abbaugebiete in Deutschland: ...
    27 KB (3.770 Wörter) - 16:41, 5. Feb. 2015
  • Aufgabe 1 Überführe folgende bekannte Methode in eine alternative Formulierung mit while-Schleife: public void zahlenBisHundertAddieren2(){ ...
    331 Bytes (43 Wörter) - 10:57, 1. Nov. 2013
  • int i=1; while(i ...
    170 Bytes (25 Wörter) - 10:58, 1. Nov. 2013
  • Zur Startseite - Kapitel 1 - Kapitel 2 - Kapitel 3 Programme sind in der Praxis viel zu groß, um in einem einzigen Stück geschrieben zu werden ...
    6 KB (864 Wörter) - 17:36, 21. Jan. 2015
  • Aufgabe 1 ("Quadratwurzel") Zu erstellen ist eine Methode quadratwurzelBerechnen, die die Quadratwurzel einer Zahl näherungsweise berechnet.Dabei ...
    4 KB (606 Wörter) - 18:37, 7. Dez. 2014
  • double untergrenze = 1.0; double obergrenze = zahl; double mitte; //Sonderfall zahl genauigkeit) { // Ermittlung der Mitte des Intervalls ...
    722 Bytes (74 Wörter) - 17:08, 8. Apr. 2014
  • //Primfaktor 1 ausgeben System.out.print("1"); for (long j = 2; j ...
    528 Bytes (48 Wörter) - 17:07, 8. Apr. 2014
  • Aufgabe 1 ("Winkelfunktionen") Für diese Aufgabe sind vier Methoden zu erstellen. Eine Methode winkelfunktionen(double x), die für einen beliebigen ...
    9 KB (1.249 Wörter) - 14:52, 22. Jan. 2015
  • Zur Startseite - Kapitel 1 - Kapitel 2 - Kapitel 3 - Kapitel 4 Ein Array oder Feld ist ein Container, der dazu dient, mehrere Elemente (Komponenten ...
    6 KB (721 Wörter) - 19:23, 27. Mär. 2014
  • Aufgabe 1 Die ersten 20 Fibonacci-Zahlen sollen mit Hilfe eines Arrays erzeugt und ausgegeben werden. Dazu benötigen wir ein Array vom Typ long ...
    736 Bytes (105 Wörter) - 15:56, 1. Nov. 2013
  • fibonacci[1]=1; for (int i=2;i ...
    353 Bytes (43 Wörter) - 14:53, 22. Jan. 2015
  • Aufgabe 1 Gesucht ist eine Methode, die die ersten 10 Potenzen einer Zahl abspeichert. Als Datentyp sollte long verwendet werden. Zusätzlich ...
    1 KB (148 Wörter) - 15:57, 1. Nov. 2013
  • pot[0]=1; for(int i=1; i ...
    393 Bytes (50 Wörter) - 14:54, 22. Jan. 2015
  • public void primfaktorZerlegungArray(long zahl){ //zahl wird für die Ausgabe in einer Variable "konserviert" long n=zahl; //Festellung der maximalen ...
    1 KB (129 Wörter) - 10:25, 26. Feb. 2015
  • Aufgabe 1 ("Magisches Quadrat") Es soll eine Klasse MAGIC geschrieben werden, in der ein Feld der Größe 3x3 zur Darstellung eines magischen ...
    857 Bytes (113 Wörter) - 10:16, 26. Feb. 2015
  • if (mq [0][0]+mq [0][1]+mq [0][2] == sum && mq [1][0]+mq [1][1]+mq [1][2] == sum && mq [2][0]+mq [2][1]+mq [2] ...
    1 KB (198 Wörter) - 18:43, 26. Jan. 2014
  • 1. Du lernst mit Hilfe von verschiedenen Kanälen: Hören, Sehen, Machen. Nutze alle diese Kanäle! 2. Achte auf eine ordentliche und saubere ...
    2 KB (386 Wörter) - 10:41, 2. Nov. 2013
  • 1.Arbeit Arbeit ist die einem Körper zugeführte bzw. entzogene Energie E. ... Umrechnung: 1W=1 J/s bzw. 1J= 1Ws(Wattsekunde) Veraltet: ...
    1 KB (198 Wörter) - 10:12, 3. Jul. 2014
  • * Zuerst löst man den Normalfall (Zahl>1): Eine Schleife wird solange ... * Es bleibt noch der Sonderfall (zahl<1) übrig. Dazu fügen wir vor ...
    1 KB (192 Wörter) - 17:46, 6. Nov. 2013
  • =UNIT 1= Reflexive pronouns and reciprocal pronouns * [https://www.ego4u.de/de/cram-up/grammar/pronouns/exercises?05 reflexive pronouns] ...
    13 KB (1.667 Wörter) - 18:51, 29. Jul. 2020
  • for(int i=w.length()-1;i>=0;i--){ char c = w.charAt(i); System.out.print(transformer(c, geheimzahl)+" "); } } private int transformer(char letter ...
    654 Bytes (83 Wörter) - 14:49, 22. Jan. 2015
  • * Eine Schleife liest beginnend beim letzten Buchstaben (Index length ... | Index 1 | Index 2 | Index 3 |- | = w.length()-4 | = w.length()-3 ...
    1 KB (151 Wörter) - 12:35, 26. Nov. 2013
  • Falls η=1 vorliegt, heißt das, dass die Maschine immer weiterläuft ... Falls η>1 vorliegt, liefert die Maschine mehr Energie als hineingesteckt ...
    684 Bytes (98 Wörter) - 16:45, 8. Jul. 2014
  • public void buchstabenZaehlen(String txt){ //Zeichenkette in Kleinbuchstaben umwandeln txt=txt.toLowerCase(); //äußere Schleife läuft von a bis z ...
    961 Bytes (137 Wörter) - 14:49, 22. Jan. 2015
  • System.out.println("Methode 1: "+s1); //... gibt den 6.Buchstaben der Zeichenkette s1 aus System.out.println("Methode 2: "+s1.charAt(5)); ...
    2 KB (261 Wörter) - 14:49, 22. Jan. 2015
  • abzuspeichern. Initialisierung mit Wert 1, da die Zahl der Wörter gleich ... int j=1; //Schleife läft durch die ganze Zeichenkette for(int i=0; i ...
    534 Bytes (82 Wörter) - 14:52, 22. Jan. 2015
  • Datei:Kalkstein.JPG
    description={{de|1=Kalkstein |date=2013-12-12 17:03:42 |source= |author=Hoeherl012 |permission= |other_versions= |other_fields= }} ...
    (960 × 720 (0 Bytes)) - 02:47, 21. Jan. 2014
  • Datei:Platinum.jpg
    description={{de|1=Platin-Barren |date=2013-12-16 20:32:50 |source=http://www.stockfreeimages.com/p1/platinum.html |author=Paul Fleet ...
    (120 × 90 (0 Bytes)) - 02:46, 21. Jan. 2014
  • Datei:Rubin.jpg
    description={{de|1=rubin |date=2013-12-17 10:23:22 |source=commons.wikimedia.org |author=Rob Lawinsky |permission= |other_versions= ...
    (591 × 600 (0 Bytes)) - 02:46, 21. Jan. 2014
  • Datei:Rubinring.jpg
    description={{de|1=ring mit rubinen |date=2013-12-17 10:23:28 |source=commons.wikimedia.org |author=paparutzi / christina rutz |permission= ...
    (732 × 599 (0 Bytes)) - 02:32, 21. Jan. 2014
  • "Kraft 1 mal Strecke 1 ist gleich die Kraft 2 mal Strecke 2" bzw. "Was man an Weg einspart, muss man an Kraft zugeben und andersherum" ...
    327 Bytes (55 Wörter) - 15:37, 16. Jan. 2014
  • Datei:Die Welt der Steine.docx
    description={{de|1=test test 1 2 |date=2014-01-16 14:41:30 |source= |author=Anonym51 |permission= |other_versions= |other_fields= }} ...
    (0 Bytes) - 02:28, 21. Jan. 2014
  • == 1. Hemmende Faktoren für die Industrialisierung in Deutschland == =====Allgemein===== Da Deutschland zu Beginn der Industrialisierung noch ...
    18 KB (2.519 Wörter) - 09:31, 25. Mär. 2014
  • Zur Startseite - Kapitel 1 - Kapitel 2 - Kapitel 3 - Kapitel 4 - Kapitel 5 Bis jetzt haben wir Aufgaben durch einfaches Hintereinaderausführen ...
    5 KB (711 Wörter) - 18:21, 3. Feb. 2014
  • Aufgabe 1 Viele Bilder des russischen Malers, Grafikers und Kunsttheoretikers [http://de.wikipedia.org/wiki/Wassily_Kandinsky Wassily Kandinsky ...
    1.011 Bytes (142 Wörter) - 18:35, 26. Jan. 2014
  • Datei:Eos haus schritt1.png
    description={{de|1=Zeichenfenster zu EOS Programm "Haus vom Nikolaus" - Schritt 1 |date=2014-01-29 20:12:45 |source= |author=F59Fuchs ...
    (439 × 379 (0 Bytes)) - 21:14, 29. Jan. 2014
  • Datei:Eos haus schritt3.png
    description={{de|1=Zeichenfenster zu EOS Programm "Haus vom Nikolaus" - Schritt 3 |date=2014-01-29 20:12:44 |source= |author=F59Fuchs ...
    (439 × 379 (0 Bytes)) - 21:14, 29. Jan. 2014
  • Datei:Eos haus schritt2.png
    description={{de|1=Zeichenfenster zu EOS Programm "Haus vom Nikolaus" - Schritt 2 |date=2014-01-29 20:12:45 |source= |author=F59Fuchs ...
    (439 × 379 (0 Bytes)) - 21:14, 29. Jan. 2014
  • Datei:Eos haus schritt4.png
    description={{de|1=Zeichenfenster zu EOS Programm "Haus vom Nikolaus" - Schritt 4 |date=2014-01-29 20:12:46 |source= |author=F59Fuchs ...
    (439 × 379 (0 Bytes)) - 21:14, 29. Jan. 2014
  • Datei:Eos haus schritt5.png
    description={{de|1=Zeichenfenster zu EOS Programm "Haus vom Nikolaus" - Schritt 5 |date=2014-01-29 20:12:46 |source= |author=F59Fuchs ...
    (439 × 379 (0 Bytes)) - 21:15, 29. Jan. 2014
  • Zur Startseite - Kapitel 1 - Kapitel 2 - Kapitel 3 - Kapitel 4 - Kapitel 5 - Kapitel 6 - Kapitel 8 Bisher haben wir vornehmlich Datentypen verwendet ...
    14 KB (1.793 Wörter) - 13:55, 30. Apr. 2015
  • Datei:Obj1.JPG
    description={{de|1=Beispiel für Objekte |date=2013-11-10 15:38:44 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (500 × 181 (0 Bytes)) - 17:06, 2. Feb. 2014
  • Datei:Klass1.JPG
    description={{de|1=Objektdiagramme |date=2013-11-10 15:39:20 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (500 × 205 (0 Bytes)) - 17:08, 2. Feb. 2014
  • Datei:Klass2.JPG
    description={{de|1=Klassendiagramm |date=2013-11-10 16:29:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (264 × 332 (0 Bytes)) - 17:09, 2. Feb. 2014
  • Datei:Klassendiagramm.JPG
    description={{de|1=Klassendiagramm UML |date=2013-11-11 17:48:04 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (414 × 191 (0 Bytes)) - 17:11, 2. Feb. 2014
  • Datei:Assoziation.JPG
    description={{de|1=Assoziation UML |date=2014-01-07 18:52:30 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (577 × 238 (0 Bytes)) - 17:11, 2. Feb. 2014
  • Aufgabe 1 Erstelle eine Klasse Kreis, die drei verschiedene Konstruktoren enthält und zwei Methoden mit denen die Größe und die Position des ...
    1 KB (184 Wörter) - 10:23, 9. Mär. 2014
  • Aufgabe 1 Für die Verwaltung einer Spedition werden zwei Klassen angelegt: Eine Klasse LKW, in dessen Konstruktor Marke, Tankinhalt und Verbrauch ...
    1 KB (180 Wörter) - 10:55, 10. Mär. 2014
  • Datei:Zustaende.JPG
    description={{de|1=Zustaende |date=2014-03-04 09:58:52 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (850 × 210 (0 Bytes)) - 12:47, 6. Mär. 2014
  • Aufgabe 1 Die Klasse Schueler aus 7.1.2 soll um Getter- und Setter-Methoden für Name, Vorname und Klasse erweitert werden. Dabei soll die Methode ...
    1 KB (148 Wörter) - 11:59, 19. Mär. 2015
  • liste[1]=new Konto("ktnr222","Maria","Meier"); liste[2]=new Konto("ktnr333","Karl","Kraus"); } public void abfragen(String kntnr){ ...
    2 KB (222 Wörter) - 18:23, 25. Feb. 2014
  • Datei:EOS Programm starten....png
    description={{de|1=Ausschnitt aus der Menüleiste von EOS |date=2014-02-05 19:32:00 |source= |author=F59Fuchs |permission= |other_versions= ...
    (237 × 50 (0 Bytes)) - 20:33, 5. Feb. 2014
  • Datei:Aggregatszustände.png
    description={{de|1=Aggregatszustände |date=2014-02-04 16:12:42 |source= |author=Hoeherl012 |permission= |other_versions= |other_fields= ...
    (853 × 480 (0 Bytes)) - 17:13, 4. Feb. 2014
  • =UNIT 1= Nouns in the singular and plural [http://www.englisch-hilfen.de/en/exercises/nouns_articles/plural.htm The plural of the nouns] ...
    23 KB (3.388 Wörter) - 20:20, 25. Jan. 2022
  • Datei:EOS Programm Play.png
    description={{de|1=Ausschnitt aus der Menüleiste von EOS |date=2014-02-05 19:31:59 |source= |author=F59Fuchs |permission= |other_versions= ...
    (347 × 51 (0 Bytes)) - 20:33, 5. Feb. 2014
  • Datei:EOS2-Haus-Schritt-5.png
    description={{de|1=EOS2-Haus-Schritt-5 |date=2017-09-23 11:28:44 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (1.015 × 974 (0 Bytes)) - 11:29, 23. Sep. 2017
  • Aufgabe 1 Das Bank-Beispiel aus 7.2.2 soll nun erweitert werden. Zuerst erhält die Klasse Konto noch zwei Methoden einzahlen() und auszahlen ...
    2 KB (275 Wörter) - 15:28, 30. Apr. 2015
  • === Übung 1 === Bringe die HTML-Tags in die richtige Reihenfolge! <!DOCTYPE html> <html> <head> <title>Pausenzeiten am Comenius ...
    981 Bytes (127 Wörter) - 17:59, 23. Nov. 2014
  • Datei:HTML Dokument Struktur.png
    description={{de|1=Aufbau einer HTML5-Seite: Strukturierung nach drei Bereichen |date=2014-02-11 20:46:44 |source= |author=F59Fuchs ...
    (465 × 379 (0 Bytes)) - 21:47, 11. Feb. 2014
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 20:32, 5. Apr. 2014
  • *Kreuzworträtsel - Rechtsbegriffe 1 *Zuordnungsübung - Pflichtverletzungen *Lernspiel Suchsel - Rund um die Kaufhandlung == Klasse 10 == ...
    2 KB (257 Wörter) - 11:27, 28. Nov. 2015
  • | Lieferverzug || Fall 1 |- | Zahlungsverzug || Fall 4 |- | Sachmangel || Fall 3 |- | Rechtsmangel || Fall 5 |- | Verletzung einer Nebenpflicht ...
    1 KB (191 Wörter) - 20:04, 23. Feb. 2014
  • Aufgabe 1 Erstelle ausgehend von der Klasse Schueler in Aufgabe 7.1.2 eine Klasse Schueler, in der die Zahl der erzeugten Instanzen festgehalten ...
    2 KB (323 Wörter) - 15:17, 16. Apr. 2015
  • s[1]=new Schueler("Meier", "Marie", "5c"); s[2]=new Schueler("Geier", "Gabi", "5d"); s[3]=new Schueler("Mueller", "Martin", "5b"); ...
    1 KB (189 Wörter) - 17:15, 8. Apr. 2014
  • Datei:Bankautomat.JPG
    description={{de|1=Bankautomat |date=2014-03-06 09:25:03 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (1.009 × 516 (0 Bytes)) - 12:48, 6. Mär. 2014
  • Datei:Fussgaengerampel.JPG
    description={{de|1=Fußgängerampel |date=2014-03-06 09:20:46 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (579 × 346 (0 Bytes)) - 12:48, 6. Mär. 2014
  • Datei:8-2-1 lsg.JPG
    description={{de|1=Lösung Aufgabe 8-2-1 |date=2014-03-04 10:01:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (600 × 355 (0 Bytes)) - 12:48, 6. Mär. 2014
  • Datei:Getraenkeautomat.JPG
    description={{de|1=Getränkeautomat |date=2014-03-06 09:21:20 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (593 × 246 (0 Bytes)) - 12:48, 6. Mär. 2014
  • Datei:UebergangMitBedingung.JPG
    description={{de|1=Zustandsübergang mit Bedingung |date=2014-03-06 09:32:29 |source= |author=B.Schiller |permission= |other_versions= ...
    (518 × 85 (0 Bytes)) - 12:48, 6. Mär. 2014
  • Aufgabe 1 Welche Zustände kann eine einfache Verkehrsampel annehmen? Welche Zustandsübergänge treten dabei auf? Lösungsvorschlag ...
    1.020 Bytes (133 Wörter) - 12:53, 6. Mär. 2014
  • [(1,1);S] (Startzustand) schritt[(1,2);S] schritt[(1,3);S] linksDrehen[(1,3);O] schritt[(2,3);O] schritt[(3,3);O] schritt [(4,3);O] ...
    933 Bytes (149 Wörter) - 12:54, 6. Mär. 2014
  • Aufgabe 1 Erstelle unter Rückgriff auf die Ergebnisse von Aufgabe 8.1.1 ein Zustandsdiagramm für eine Verkehrsampel. Gibt es bei einer Ampel ...
    226 Bytes (30 Wörter) - 12:57, 6. Mär. 2014
  • Aufgabe 1 Es soll ein vereinfachter Bankautomat mit Hilfe eines Zustandsübergangsdiagramms modelliert werden. Folgende Abläufe sollen umgesetzt ...
    1.007 Bytes (155 Wörter) - 12:58, 6. Mär. 2014
  • Datei:Mikrowelle.JPG
    description={{de|1=Zustandsdiagramm einer vereinfachten Mikrowelle |date=2014-03-07 08:59:24 |source= |author=B.Schiller |permission= ...
    (520 × 246 (0 Bytes)) - 10:05, 7. Mär. 2014
  • Datei:DBVis Schritt1.PNG
    description={{de|1=DBVis Schritt1 |date=2014-05-01 12:13:54 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (103 × 71 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:Schleife.PNG
    description={{de|1=Aufgabenlösung Karol Schleife 3D |date=2014-03-12 13:43:43 |source= |author=Schlaffner057 |permission= |other_versions= ...
    (512 × 282 (0 Bytes)) - 14:44, 12. Mär. 2014
  • Datei:SchachbrettÜ.jpg
    description={{de|1=Schachbrett |date=2014-03-16 11:49:09 |source= |author=Bleifuss061 |permission= |other_versions= |other_fields= ...
    (471 × 288 (25 KB)) - 12:57, 16. Mär. 2014
  • Datei:Projekt bild 8.PNG
    description={{de|1=Beschreibung |date=2015-04-30 16:54:21 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (411 × 76 (0 Bytes)) - 16:54, 30. Apr. 2015
  • Datei:Uebung Karol Schleife.PNG
    description={{de|1=Screenshot Uebung Schleife |date=2014-03-23 09:08:59 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (680 × 245 (0 Bytes)) - 10:10, 23. Mär. 2014
  • Datei:Uebung Karol Raute.PNG
    description={{de|1=Screenshot Uebung Raute |date=2014-03-23 09:40:42 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (490 × 270 (0 Bytes)) - 10:41, 23. Mär. 2014
  • Datei:Uebung Karol Burgmauer.PNG
    description={{de|1=Screenhot Uebung Burgmauer |date=2014-03-23 10:17:27 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (400 × 402 (0 Bytes)) - 11:18, 23. Mär. 2014
  • Datei:Zinnen.PNG
    description={{de|1=Karol Bild Für Aufgabe 5 |date=2014-03-26 12:42:53 |source= |author=Schlaffner057 |permission= |other_versions= ...
    (451 × 384 (0 Bytes)) - 13:44, 26. Mär. 2014
  • Übung 1: Zuordnungsübung Datentypen === Schema erstellen === Übung 1: Schema aus Tabelle erstellen Übung 2: Schema aus Tabelle ...
    2 KB (195 Wörter) - 08:57, 11. Mär. 2016
  • Datei:Klassendiagramm Band.png
    description={{de|1=Klassendiagramm Band |date=2014-04-01 15:00:04 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (794 × 385 (0 Bytes)) - 15:00, 1. Apr. 2014
  • Datei:Klassendiagramm Bund und Laender.png
    description={{de|1=Klassendiagramm Bund und Laender |date=2014-03-27 16:59:16 |source= |author=F59Fuchs |permission= |other_versions= ...
    (809 × 512 (0 Bytes)) - 17:59, 27. Mär. 2014
  • Datei:Karol A6.PNG
    description={{de|1=Karol Aufgabe 6 |date=2014-03-30 10:21:36 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (457 × 312 (0 Bytes)) - 10:22, 30. Mär. 2014
  • Datei:Karol A7.PNG
    description={{de|1=Karol Aufgabe 7 |date=2014-03-30 10:21:44 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (760 × 315 (0 Bytes)) - 10:22, 30. Mär. 2014
  • * [http://www.kico4u.de/english/uebungen/5klasse/numbers1-5.htm Numbers 1 - 10] * [http://www.kico4u.de/english/uebungen/5klasse/animals.htm Vocabulary ...
    1 KB (186 Wörter) - 12:37, 30. Mär. 2014
  • Aufgabe 1: Gib eine Übersicht aus, welche Person (Name) welche(s) Instrument(e) (Art) spielt! SELECT P.Name, I.Art FROM PERSON AS P, spielt AS ...
    3 KB (518 Wörter) - 08:30, 7. Apr. 2014
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 14:44, 1. Apr. 2014
  • Datei:Aufgabe 7-4-4.PNG
    description={{de|1=Klassendiagramm Auftrag |date=2014-04-01 18:02:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (750 × 501 (0 Bytes)) - 18:02, 1. Apr. 2014
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 18:50, 1. Apr. 2014
  • Datei:Brunnen.PNG
    description={{de|1=..... |date=2014-04-02 12:58:43 |source= |author=Schlaffner057 |permission= |other_versions= |other_fields= }} == ...
    (300 × 301 (0 Bytes)) - 12:59, 2. Apr. 2014
  • Lufttemperatur : DECIMAL(3,1) ; Luftfeuchtigkeit : INT ; Windgeschwindigkeit ... Aufgabe 1: Wie hoch war die höchste und niedrigste Lufttemperatur ...
    2 KB (242 Wörter) - 14:24, 6. Apr. 2014
  • //die while-Schleife läuft solange bis der Endwert 1 erreicht ist while(n!=1){if(n%2==0){n=n/2;counter++;}else{n=3*n+1;counter++;}}; ...
    1 KB (180 Wörter) - 19:49, 6. Apr. 2014
  • Datei:Karol A9.PNG
    description={{de|1=Screenshot Karol Aufgabe 9 |date=2014-04-07 16:21:21 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (484 × 266 (0 Bytes)) - 16:21, 7. Apr. 2014
  • Datei:Scratch erstesbsp(1).JPG Als nächstes machen wir Scratchy's ... Aufgabe 1-1 Scratchy soll nun "Das Haus vom Nikolaus" zeichnen, d.h ...
    5 KB (798 Wörter) - 12:29, 24. Mai 2015
  • Datei:Scratch aufgabe-1-1.JPG
    description={{de|1="Das Haus vom Nikolaus" |date=2014-04-14 09:28:09 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (369 × 312 (0 Bytes)) - 09:54, 14. Apr. 2014
  • Datei:Scratch aufgabe-1-1 lsg.JPG
    description={{de|1="Das Haus vom Nikolaus" - Lösung |date=2014-04-14 09:40:32 |source= |author=B.Schiller |permission= |other_versions= ...
    (363 × 510 (0 Bytes)) - 09:54, 14. Apr. 2014
  • Datei:Scratch erstesbsp(1).JPG
    description={{de|1=Beispiel 1 (1) |date=2014-04-14 09:25:55 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (256 × 407 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch blockstab.JPG
    description={{de|1=Blocks Tab |date=2014-04-14 08:32:50 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (208 × 339 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch erstesbsp(3).JPG
    description={{de|1=Beispiel 1 (3) |date=2014-04-14 09:27:08 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (224 × 134 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch erstesbsp(4).JPG
    description={{de|1=Beispiel 1 (4) |date=2014-04-14 09:27:35 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (307 × 229 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch erstesbsp(2).JPG
    description={{de|1=Beispiel 1 (2) |date=2014-04-14 09:26:43 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (285 × 213 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch Programmierumgebung.JPG
    description={{de|1=Programmierumgebung |date=2014-04-13 09:33:43 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (851 × 432 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch spritelist.JPG
    description={{de|1=Sprite List |date=2014-04-13 10:13:07 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (487 × 200 (0 Bytes)) - 09:55, 14. Apr. 2014
  • Datei:Scratch xy-grid.JPG
    description={{de|1=xyGrid |date=2014-04-13 09:50:23 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (488 × 422 (0 Bytes)) - 09:56, 14. Apr. 2014
  • Datei:Scratch_aufgabe-1-1_lsg.JPG ...
    37 Bytes (6 Wörter) - 09:56, 14. Apr. 2014
  • (hier einfach der Schriftzug "Level 1" bis "Level 3"). ====Skript für Level 1==== Datei:Scratch_level_1.JPG ====Skript für ...
    12 KB (1.773 Wörter) - 19:40, 9. Mai 2019
  • Datei:Scratch_Kontrollstrukturen(1).JPG Die Parameterwerte können ... Aufgabe 2-1 ("Bouncing Ball") Starte ein neues Projekt und lösche ...
    4 KB (648 Wörter) - 17:52, 20. Jul. 2014
  • Datei:Scratch Kontrollstrukturen(1).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:46:24 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (180 × 81 (0 Bytes)) - 08:52, 15. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(2).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:47:07 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (308 × 88 (0 Bytes)) - 08:53, 15. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(4).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:48:24 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (215 × 84 (0 Bytes)) - 08:53, 15. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(3).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:48:00 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (197 × 101 (0 Bytes)) - 08:53, 15. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(5).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:48:50 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (251 × 72 (0 Bytes)) - 08:53, 15. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(6).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:49:12 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (261 × 125 (0 Bytes)) - 08:53, 15. Apr. 2014
  • Datei:Scratch Kontrollstrukturen(7).JPG
    description={{de|1=Scratch Kontrollstrukturen |date=2014-04-15 08:49:37 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (250 × 120 (0 Bytes)) - 08:53, 15. Apr. 2014
  • Datei:Scratch aufgabe-2-1 stage.JPG
    description={{de|1=aufgabe-2-1 stage |date=2014-04-15 09:09:03 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (350 × 303 (47 KB)) - 09:16, 15. Apr. 2014
  • Datei:Scratch aufgabe-2-1 lsg.JPG
    description={{de|1=aufgabe-2-1 lsg |date=2014-04-15 09:34:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (266 × 264 (0 Bytes)) - 09:35, 15. Apr. 2014
  • Aufgabe 3-1 Es soll ein kleines Spiel programmiert werden, bei dem ... ein Crash angezeigt und eine Zeitstrafe von 1 Sekunde verhängt. Das eigentliche ...
    6 KB (911 Wörter) - 10:37, 29. Apr. 2015
  • Datei:Scratch absolute Bewegung.JPG
    description={{de|1=absolute Bewegung |date=2014-04-15 13:44:31 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (251 × 222 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Datei:Scratch aufgabe-3-1.JPG
    description={{de|1=Labyrinth |date=2014-04-18 09:33:33 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (463 × 306 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Datei:Scratch aufgabe-3-1 lsg.JPG
    description={{de|1=aufgabe 3-1_lsg |date=2014-04-18 09:34:21 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (690 × 372 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Datei:Scratch relative Bewegung.JPG
    description={{de|1=relative Bewegung |date=2014-04-15 14:07:12 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (205 × 277 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Datei:Scratch tastensteuerung.JPG
    description={{de|1=tastensteuerung |date=2014-04-18 08:49:04 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (353 × 426 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Datei:Scratch weitere Bewegung.JPG
    description={{de|1=weitere Bewegungen |date=2014-04-15 14:28:06 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (192 × 165 (0 Bytes)) - 09:46, 18. Apr. 2014
  • Aufgabe 4-1 Die Aufgabe 3-1 ("Labyrinth") soll so erweitert werden, dass die Anzahl ...
    8 KB (1.231 Wörter) - 10:43, 19. Sep. 2015
  • Datei:Scratch aufgabe-4-1 lsg.JPG
    description={{de|1=aufgabe 4-1_lsg |date=2014-04-19 11:12:58 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (707 × 569 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch aufgabe-4-2 lsg1.JPG
    description={{de|1=aufgabe 4-2_lsg1 |date=2014-04-21 17:55:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (359 × 487 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch aufgabe-4-2.JPG
    description={{de|1=aufgabe 4-2 |date=2014-04-21 17:54:24 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (484 × 359 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch aufgabe-4-2 lsg2.JPG
    description={{de|1=aufgabe 4-2_lsg2 |date=2014-04-21 17:56:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (541 × 596 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch benutzereingabe.JPG
    description={{de|1=benutzereingabe |date=2014-04-21 10:07:10 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (235 × 93 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch timer.JPG
    description={{de|1=timer |date=2014-04-19 10:48:06 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (255 × 253 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch variablen.JPG
    description={{de|1=variablen |date=2014-04-22 15:58:02 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (600 × 274 (0 Bytes)) - 16:00, 22. Apr. 2014
  • Datei:Scratch variablen2.JPG
    description={{de|1=variablen |date=2014-04-19 10:26:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (703 × 350 (0 Bytes)) - 16:01, 22. Apr. 2014
  • Datei:Scratch datentypen.JPG
    description={{de|1=datentypen |date=2014-04-21 09:50:56 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (466 × 270 (0 Bytes)) - 16:01, 22. Apr. 2014
  • Datei:Scratch variablen3.JPG
    description={{de|1=variablen |date=2014-04-19 10:38:01 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (233 × 99 (0 Bytes)) - 16:01, 22. Apr. 2014
  • Aufgabe 1: Gib den Dienstgrad und den Namen aller Lehrer aus! ... Welche Lehrer (Name) arbeiten Teilzeit und unterrichten als 1. Fach ...
    2 KB (235 Wörter) - 10:16, 21. Apr. 2015
  • Aufgabe 1: Gib alle Informationen über Städte aus und sortiere sie absteigend nach der Anzahl ihrer Einwohner. SELECT * FROM STADT ...
    5 KB (706 Wörter) - 20:08, 24. Apr. 2014
  • Aufgabe 1: Gib eine Übersicht aus, welche Person (Name) welche(s) Instrument(e) (Art) spielt! SELECT P.Name, I.Art FROM PERSON AS P, spielt AS ...
    3 KB (518 Wörter) - 20:12, 24. Apr. 2014
  • Lufttemperatur : DECIMAL(3,1) ; Luftfeuchtigkeit : INT ; Windgeschwindigkeit ... Aufgabe 1: Wie hoch war die höchste und niedrigste Lufttemperatur ...
    2 KB (242 Wörter) - 20:10, 24. Apr. 2014
  • Datei:Uebung Kardinalitaet.png
    description={{de|1=Uebung Kardinalitaet |date=2014-04-25 12:59:24 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (664 × 268 (0 Bytes)) - 12:59, 25. Apr. 2014
  • a) 1:N Begründung: Ein Spieler kann bei genau einem Verein spielen ... b) 1:N Begründung: Ein Kunde kann beliebig viele Konten bei einer ...
    1 KB (192 Wörter) - 18:49, 29. Apr. 2014
  • Datei:Klassendiagramm Zony ausschnitt.png
    description={{de|1=Klassendiagramm Zony Ausschnitt |date=2014-04-26 12:34:25 |source= |author=F59Fuchs |permission= |other_versions= ...
    (1.070 × 191 (0 Bytes)) - 12:34, 26. Apr. 2014
  • 1 \frac {N}{m} ...
    421 Bytes (59 Wörter) - 10:16, 3. Jul. 2014
  • Datei:DBVis Schritt3.PNG
    description={{de|1=DBVis Schritt3 |date=2014-05-01 12:13:56 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (970 × 567 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:DBVis Schritt2.PNG
    description={{de|1=DBVis Schritt2 |date=2014-05-01 12:13:59 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (972 × 565 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:DBVis Schritt4.PNG
    description={{de|1=DBVis Schritt4 |date=2014-05-01 12:13:58 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (971 × 565 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:DBVis Schritt5.PNG
    description={{de|1=DBVis Schritt5 |date=2014-05-01 12:14:00 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (974 × 571 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:DBVis Schritt7.PNG
    description={{de|1=DBVis Schritt7 |date=2014-05-01 12:14:03 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (972 × 565 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:DBVis Schritt6.PNG
    description={{de|1=DBVis Schritt6 |date=2014-05-01 12:14:01 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (974 × 567 (0 Bytes)) - 12:15, 1. Mai 2014
  • Datei:DBVis Schritt8.PNG
    description={{de|1=DBVis Schritt8 |date=2014-05-01 12:14:04 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (974 × 567 (0 Bytes)) - 12:15, 1. Mai 2014
  • Beispiel 1: CREATE TABLE LEHRER ( LehrerNr INT, Name VARCHAR(50), GebDat DATE, PRIMARY KEY(LehrerNr) ); Beispiel 2: Erstellung einer Beziehungstabelle ...
    711 Bytes (78 Wörter) - 21:36, 8. Mai 2014
  • Beispiel 1: INSERT INTO LEHRER VALUES (1, "Herr Müller", "1980-05-20"); ...
    618 Bytes (87 Wörter) - 08:36, 14. Mai 2014
  • WHERE LehrerNr = 1; ...
    317 Bytes (42 Wörter) - 14:41, 1. Mai 2014
  • Datei:DBVis Schritt2a.PNG
    description={{de|1=DBVis Schritt2a |date=2014-05-02 08:44:07 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (1.023 × 767 (0 Bytes)) - 08:44, 2. Mai 2014
  • Datei:DBVis Schritt2b.PNG
    description={{de|1=DBVis Schritt2b |date=2014-05-02 08:44:07 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (1.021 × 771 (0 Bytes)) - 08:44, 2. Mai 2014
  • Aufgabe 1 Es soll nun der Bankautomat aus Aufgabe 8.3.1. in Java implementiert werden. Auf den Zustand Entnahmeaufforderung anzeigen kann dabei ...
    3 KB (371 Wörter) - 14:09, 12. Mai 2014
  • Datei:Aufgabe 8-4-1.JPG
    description={{de|1=klassendiagramm aufgabe 8.4.1 |date=2014-05-04 17:50:18 |source= |author=B.Schiller |permission= |other_versions= ...
    (283 × 324 (0 Bytes)) - 17:51, 4. Mai 2014
  • Datei:Dbvis driver loaded icon.PNG
    description={{de|1=Dbvis driver loaded icon |date=2014-05-10 09:19:59 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (19 × 18 (0 Bytes)) - 09:20, 10. Mai 2014
  • Datei:DBVis Schritt9.PNG
    description={{de|1=DBVis Schritt9 |date=2014-05-10 09:35:40 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (997 × 639 (0 Bytes)) - 09:36, 10. Mai 2014
  • Datei:Dbvis execute sql.PNG
    description={{de|1=Dbvis execute sql |date=2014-05-10 09:24:48 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (22 × 22 (0 Bytes)) - 09:25, 10. Mai 2014
  • Datei:Dbvis sql commander tab.PNG
    description={{de|1=Dbvis sql commander tab |date=2014-05-10 09:24:48 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (30 × 33 (0 Bytes)) - 09:25, 10. Mai 2014
  • Datei:Button - Unterschrift.png
    description={{de|1=Unterschrift-Button für den Wiki-Editor |date=2014-02-19 18:02:12 |source=idea-sketch.com |author=idea-sketch.com ...
    (21 × 22 (2 KB)) - 11:09, 11. Mai 2014
  • == Schritt 1: == Kopiere dir die Dateien sqlite3.exe und 9x_Nachname_Vorname (Austausch->Lehrer Public->FuchsF) auf deinen Desktop. ...
    2 KB (302 Wörter) - 21:40, 14. Mai 2014
  • Datei:SQLite 1.PNG
    description={{de|1=SQLite 1 |date=2014-05-14 21:14:37 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (129 × 183 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 3.PNG
    description={{de|1=SQLite 3 |date=2014-05-14 21:14:38 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (677 × 342 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 2.PNG
    description={{de|1=SQLite 2 |date=2014-05-14 21:14:38 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (245 × 209 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 4.PNG
    description={{de|1=SQLite 4 |date=2014-05-14 21:14:38 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (837 × 390 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 5.PNG
    description={{de|1=SQLite 5 |date=2014-05-14 21:14:39 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (765 × 383 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 7.PNG
    description={{de|1=SQLite 7 |date=2014-05-14 21:14:41 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (757 × 383 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 6.PNG
    description={{de|1=SQLite 6 |date=2014-05-14 21:14:40 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (757 × 371 (0 Bytes)) - 21:15, 14. Mai 2014
  • Datei:SQLite 8.PNG
    description={{de|1=SQLite 8 |date=2014-05-14 21:14:41 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} == ...
    (757 × 383 (0 Bytes)) - 21:16, 14. Mai 2014
  • Beispiel 1: CREATE TABLE LEHRER ( LehrerNr INT, Name VARCHAR(50), ... INSERT INTO LEHRER VALUES (1, "Frau Müller", "1980-05-20"); ...
    4 KB (487 Wörter) - 08:37, 17. Mai 2014
  • Datei:SQLiteSpy 1.png
    description={{de|1=SQLiteSpy 1 |date=2014-05-16 17:57:18 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} ...
    (637 × 466 (0 Bytes)) - 17:57, 16. Mai 2014
  • Datei:SQLiteSpy 2.png
    description={{de|1=SQLiteSpy 2 |date=2014-05-16 17:57:18 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} ...
    (918 × 480 (0 Bytes)) - 17:57, 16. Mai 2014
  • Datei:SQLiteSpy 3.png
    description={{de|1=SQLiteSpy 3 |date=2014-05-16 17:57:18 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= }} ...
    (860 × 414 (0 Bytes)) - 17:57, 16. Mai 2014
  • Datei:Vererbung1.JPG
    description={{de|1=Vererbung1 |date=2014-05-01 11:41:16 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (927 × 231 (0 Bytes)) - 15:31, 18. Mai 2014
  • Datei:Vererbung2.JPG
    description={{de|1=Vererbung2 |date=2014-05-01 11:53:55 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (590 × 383 (0 Bytes)) - 15:31, 18. Mai 2014
  • Datei:Vererbung3.JPG
    description={{de|1=Vererbung3 |date=2014-05-18 09:51:00 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (482 × 242 (0 Bytes)) - 15:31, 18. Mai 2014
  • Datei:Vererbung4.JPG
    description={{de|1=Vererbung4 |date=2014-05-18 10:44:50 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (332 × 500 (0 Bytes)) - 15:31, 18. Mai 2014
  • Aufgabe 1 Folgende Begriffe sollen in Form eines Klassendiagramms in eine Klassenhierarchie umgesetzt werden: Rechteck - Kreis - Polygon - Figur ...
    687 Bytes (95 Wörter) - 15:32, 18. Mai 2014
  • Aufgabe 1 Für eine Mitarbeiterverwaltung soll eine Klasse Mitarbeiter mit den Attributen Name, Vorname und Gehalt und entsprechenden Getter-Methoden ...
    1 KB (190 Wörter) - 17:47, 25. Mai 2014
  • Datei:Scratch aufgabe-3-2.JPG
    description={{de|1=Autorennen Bühne |date=2014-05-26 21:25:43 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (481 × 361 (0 Bytes)) - 21:36, 26. Mai 2014
  • Datei:Scratch aufgabe-3-2 lsg1.JPG
    description={{de|1=Autorennen Skript 1 |date=2014-05-26 21:26:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (351 × 795 (0 Bytes)) - 21:36, 26. Mai 2014
  • Datei:Scratch aufgabe-3-2 lsg2.JPG
    description={{de|1=Autorennen Skript 2 |date=2014-05-26 21:27:13 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (304 × 792 (0 Bytes)) - 21:36, 26. Mai 2014
  • Skript für Fahrzeug 1 Datei:Scratch_aufgabe-3-2_lsg1.JPG Skript für Fahrzeug 2 Datei:Scratch_aufgabe-3-2_lsg2.JPG ...
    139 Bytes (22 Wörter) - 21:38, 26. Mai 2014
  • ==1. Grundlegendes== Der Begriff "Anomalie des Wassers" ist der zusammenfasende Ausdruck eines physikalischen Phänomens, dass mit dem Zufrieren ...
    657 Bytes (110 Wörter) - 17:31, 15. Sep. 2014
  • Datei:Aggregatszustand.png
    description={{de|1=Agregatszustand |date=2014-05-27 11:42:44 |source= |author=Hoeherl012 |permission= |other_versions= |other_fields= ...
    (853 × 480 (0 Bytes)) - 11:43, 27. Mai 2014
  • 1Pa = 1\frac{N}{m^2} 1hPa = 100Pa 1kPa = 10hPa = 1.000Pa 1MPa =1.000kPa=10.000hPa=1.000.000Pa ...
    1 KB (232 Wörter) - 10:07, 3. Jul. 2014
  • Datei:Scratch aufgabe-3-3.JPG
    description={{de|1=Mouse on the run |date=2014-05-31 17:48:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (481 × 361 (0 Bytes)) - 18:03, 31. Mai 2014
  • Datei:Scratch aufgabe-3-3 lsg1.JPG
    description={{de|1=Mouse on the run (Katzen) |date=2014-05-31 17:50:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (442 × 232 (0 Bytes)) - 18:03, 31. Mai 2014
  • Datei:Scratch aufgabe-3-3 lsg2.JPG
    description={{de|1=Mouse on the run (Maus) |date=2014-05-31 17:49:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (802 × 727 (0 Bytes)) - 18:03, 31. Mai 2014
  • Datei:Scratch aufgabe-3-3 lsg 2.JPG
    description={{de|1=Mouse on the run |date=2014-05-31 18:21:58 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (808 × 716 (0 Bytes)) - 18:23, 31. Mai 2014
  • Aufgabe 1 Es sollen drei Klassen erstellt werden: Viereck, Rechteck als Unterklasse von Viereck und Quadrat als Unterklasse von Rechteck. Jede ...
    1 KB (144 Wörter) - 11:28, 1. Jun. 2014
  • können: Jedesmal wenn der Timer abgelaufen ist (nach 1 sec), soll der Wert des Countdown Labels um eins verringert werden. Hat er den Wert 0 erreicht ...
    10 KB (1.591 Wörter) - 07:46, 26. Jun. 2014
  • mit dem Wert 0 beginnt, sondern mit dem Wert 1 und damit auch der Index des ... sie mit Hilfe einer Schleife, die vom Index 1 bis zur aktuellen Länge der ...
    16 KB (2.445 Wörter) - 07:51, 4. Mai 2015
  • Datei:Kruemel1.JPG
    description={{de|1=kruemel1 |date=2014-06-21 10:50:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (1.000 × 487 (0 Bytes)) - 13:54, 21. Jun. 2014
  • Datei:Kruemel2.JPG
    description={{de|1=kruemel2 |date=2014-06-21 11:25:38 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (1.000 × 488 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 1.JPG
    description={{de|1=mole1 |date=2014-06-11 20:46:52 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (953 × 183 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 2.JPG
    description={{de|1=mole2 |date=2014-06-11 20:49:02 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (633 × 139 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 3.JPG
    description={{de|1=mole3 |date=2014-06-11 20:47:38 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (253 × 86 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 4a.JPG
    description={{de|1=mole4a |date=2014-06-12 15:07:16 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (245 × 228 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 4.JPG
    description={{de|1=mole4 |date=2014-06-11 20:49:46 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (689 × 223 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 5.JPG
    description={{de|1=mole5 |date=2014-06-11 20:51:08 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (632 × 213 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 6.JPG
    description={{de|1=mole6 |date=2014-06-11 20:53:44 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (387 × 137 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 7.JPG
    description={{de|1=mole7 |date=2014-06-11 20:54:39 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (396 × 195 (0 Bytes)) - 13:55, 21. Jun. 2014
  • Datei:Mole 8.JPG
    description={{de|1=mole8 |date=2014-06-11 20:56:14 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (639 × 192 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:Mole 9.JPG
    description={{de|1=mole9 |date=2014-06-11 20:56:38 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == == ...
    (254 × 88 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:Mole design.JPG
    description={{de|1=mole design |date=2014-06-12 14:02:52 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (210 × 318 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:MoleSprite.gif
    description={{de|1=mole sprite |date=2014-06-21 13:48:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (45 × 29 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:PaintApp 1.JPG
    description={{de|1=paint1 |date=2014-06-11 09:06:03 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (442 × 188 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:PaintApp 1b.JPG
    description={{de|1=paint1b |date=2014-06-11 09:09:21 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (284 × 182 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:PaintApp 2.JPG
    description={{de|1=paint2 |date=2014-06-11 09:06:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (564 × 215 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:PaintApp 1a.JPG
    description={{de|1=paint1a |date=2014-06-11 09:10:17 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (285 × 183 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:PaintApp 4.JPG
    description={{de|1=paint4 |date=2014-06-11 09:07:19 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (455 × 108 (0 Bytes)) - 13:56, 21. Jun. 2014
  • Datei:PaintApp 5.JPG
    description={{de|1=paint5 |date=2014-06-11 09:07:38 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (479 × 169 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:PaintApp 6.JPG
    description={{de|1=paint6 |date=2014-06-11 09:07:55 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (472 × 188 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:PaintApp Design.JPG
    description={{de|1=paint design |date=2014-06-10 15:02:34 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (219 × 367 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:PaintApp ext.JPG
    description={{de|1=paint ext |date=2014-06-11 10:46:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (898 × 687 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:PaintApp 3.JPG
    description={{de|1=paint3 |date=2014-06-11 09:06:53 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (360 × 232 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:PaintApp ext design.JPG
    description={{de|1=paint ext design |date=2014-06-11 11:00:35 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (255 × 201 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:Voc 1.JPG
    description={{de|1=vocab1 |date=2014-06-17 15:41:20 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (382 × 80 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:Voc 2.JPG
    description={{de|1=vocab2 |date=2014-06-17 15:43:55 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (453 × 221 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:Voc 4.JPG
    description={{de|1=vocab4 |date=2014-06-17 15:47:59 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (679 × 530 (0 Bytes)) - 13:57, 21. Jun. 2014
  • Datei:Voc 3.JPG
    description={{de|1=vocab3 |date=2014-06-17 15:46:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (674 × 368 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 5.JPG
    description={{de|1=vocab5 |date=2014-06-17 15:48:38 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (439 × 87 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 6.JPG
    description={{de|1=vocab6 |date=2014-06-17 15:49:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (673 × 633 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 7.JPG
    description={{de|1=vocab7 |date=2014-06-17 15:50:40 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (271 × 86 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 8.JPG
    description={{de|1=vocab8 |date=2014-06-17 15:51:40 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (677 × 413 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 10a.JPG
    description={{de|1=vocab10a |date=2014-06-17 16:05:47 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (268 × 48 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 10b.JPG
    description={{de|1=vocab10b |date=2014-06-17 15:54:27 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (786 × 259 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 9.JPG
    description={{de|1=vocab9 |date=2014-06-17 15:52:50 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (530 × 174 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 10d.JPG
    description={{de|1=vocab10d |date=2014-06-17 16:06:20 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (830 × 448 (0 Bytes)) - 13:58, 21. Jun. 2014
  • Datei:Voc 10c.JPG
    description={{de|1=vocab10c |date=2014-06-17 15:56:19 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (784 × 287 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc 12.JPG
    description={{de|1=vocab12 |date=2014-06-17 16:00:18 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (778 × 192 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc 13.JPG
    description={{de|1=vocab13 |date=2014-06-17 16:00:54 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (455 × 143 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc 14.JPG
    description={{de|1=vocab14 |date=2014-06-17 16:01:12 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (456 × 242 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc 16.JPG
    description={{de|1=vocab16 |date=2014-06-17 16:12:13 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (681 × 243 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc 15.JPG
    description={{de|1=vocab15 |date=2014-06-17 16:01:31 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (259 × 84 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc a.JPG
    description={{de|1=vocab a |date=2014-06-17 17:20:17 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (439 × 252 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc list 2.JPG
    description={{de|1=voc list 2 |date=2014-06-16 07:41:08 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (336 × 129 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc list 1.JPG
    description={{de|1=voc list 1 |date=2014-06-16 07:40:31 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (412 × 55 (0 Bytes)) - 13:59, 21. Jun. 2014
  • Datei:Voc list 3.JPG
    description={{de|1=voc list 3 |date=2014-06-16 07:41:29 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (396 × 73 (0 Bytes)) - 14:00, 21. Jun. 2014
  • Datei:Voc list 4.JPG
    description={{de|1=voc list 4 |date=2014-06-16 07:42:14 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (557 × 77 (0 Bytes)) - 14:00, 21. Jun. 2014
  • Datei:Voc list 5.JPG
    description={{de|1=voc list 5 |date=2014-06-16 07:42:33 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (349 × 53 (0 Bytes)) - 14:00, 21. Jun. 2014
  • Datei:Voc list 6.JPG
    description={{de|1=voc list 6 |date=2014-06-16 07:59:40 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (519 × 196 (0 Bytes)) - 14:00, 21. Jun. 2014
  • Datei:Scratch aufgabe 4-3.JPG
    description={{de|1=Highway to hell |date=2014-06-21 14:12:13 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (486 × 364 (0 Bytes)) - 14:14, 21. Jun. 2014
  • Datei:Scratch aufgabe 4-3 lsg1.JPG
    description={{de|1=4-3_lsg1 |date=2014-06-21 14:18:44 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (795 × 163 (0 Bytes)) - 14:21, 21. Jun. 2014
  • Datei:Scratch aufgabe 4-3 lsg2.JPG
    description={{de|1=4-3_lsg2 |date=2014-06-21 14:19:19 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (556 × 838 (0 Bytes)) - 14:22, 21. Jun. 2014
  • Datei:A.d.W.png
    description={{de|1=ein bild |date=2014-07-03 10:12:28 |source= |author=Woerle018 |permission= |other_versions= |other_fields= }} == ...
    (822 × 545 (0 Bytes)) - 10:13, 3. Jul. 2014
  • Datei:3-1-karol-scratch.JPG
    description={{de|1=Bedingungen Karol Scratch |date=2014-10-11 15:27:04 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (698 × 218 (0 Bytes)) - 15:29, 11. Okt. 2014
  • Datei:Flaschenzug.png
    description={{de|1=Beispiel eines Flaschenzugs |date=2014-07-03 10:21:17 |source= |author=Hoeherl057 |permission= |other_versions= ...
    (503 × 758 (0 Bytes)) - 10:22, 3. Jul. 2014
  • Datei:Aggregatszustände 2.png
    description={{de|1=Aggregatzustände |date=2014-07-03 10:23:19 |source= |author=Hoeherl012 |permission= |other_versions= |other_fields= ...
    (853 × 480 (0 Bytes)) - 10:23, 3. Jul. 2014
  • Datei:A.d.W.2.png
    description={{de|1=ghtgsfdgh |date=2014-07-03 10:24:30 |source= |author=Woerle018 |permission= |other_versions= |other_fields= }} == ...
    (1.644 × 1.090 (0 Bytes)) - 10:25, 3. Jul. 2014
  • Datei:80 Hut.png
    description={{de|1=Kuddelmujddel |date=2014-07-03 10:25:54 |source= |author=Maderer029 |permission= |other_versions= |other_fields= ...
    (544 × 311 (0 Bytes)) - 10:26, 3. Jul. 2014
  • | 1,34 || drei gültige Ziffern |- | 4,8508 || fünf gültige Ziffern |- | 0,00274 || drei gültige Ziffern |- | 0,93750 || fünf ...
    1 KB (180 Wörter) - 14:10, 13. Sep. 2014
  • Es ist ein Stromstärke von 1,5 A gegeben. Diese wird 15 min aufrecht ... Gegeben: I= 1,5 A; t= 15min Gesucht: Q Lösung: I= Q/t ...
    805 Bytes (134 Wörter) - 12:31, 2. Aug. 2014
  • Einheit : [w] = 1 Nm = 1 Joule (J) wenn eine Tafel Schokolade (m = 102 g, Fg = 1 N) um 1 Meter gehoben wird ...
    1 KB (171 Wörter) - 12:31, 2. Aug. 2014
  • Datei:Darstellung Hebelgesetz.png
    description={{de|1=Hier sieht man die Kraftarme bzw. die wirkenden Kräfte eines Hebels |date=2014-07-10 15:59:48 |source= |author=Scom59M ...
    (1.594 × 756 (0 Bytes)) - 16:02, 10. Jul. 2014
  • -> F2 = F1 * a1/a2 = 50N * 1m/2m = 50N * 1/2 = 25N Tina benötigt also 25N (2,5 kg) um das Paket zu heben. ...
    810 Bytes (126 Wörter) - 12:28, 2. Aug. 2014
  • 1/Rges= 1/R1+1/R2 Die Teilströme verhalten sich zueinander umgekehrt ... 1/R = 1/R1 + 1/R2 = 1/50Ohm + 1/200Ohm = 4/200Ohm + 1/200Ohm = 5/200Ohm ...
    736 Bytes (109 Wörter) - 16:40, 11. Jul. 2014
  • Datei:Pt14 YT 1.JPG
    description={{de|1=Youtube Suche |date=2014-09-13 09:34:36 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (883 × 525 (0 Bytes)) - 09:45, 13. Sep. 2014
  • Datei:Pt14 YT 2.JPG
    description={{de|1=Youtube Filter |date=2014-09-13 09:50:07 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (550 × 206 (0 Bytes)) - 09:53, 13. Sep. 2014
  • Datei:Pt14 YT 3.JPG
    description={{de|1=YouTube Teilen |date=2014-09-13 10:18:12 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (582 × 307 (0 Bytes)) - 10:19, 13. Sep. 2014
  • PT14-Testseite 1 PT14-Testseite 2 PT14-Testseite 3 PT14-Testseite 4 PT14-Testseite 5 PT14-Testseite 6 PT14-Testseite 7 PT14-Testseite 8 ...
    241 Bytes (22 Wörter) - 15:11, 15. Sep. 2014
  • * Aufgabe 1: Welche Anzahl an Konstanten enthält die Formel? Wie viele Variablen? * Aufgabe 2: Informiere Dich, welche historische Bedeutung ...
    361 Bytes (52 Wörter) - 15:37, 15. Sep. 2014
  • * Buch S. 60 - 61 lesen, Fragen S. 61 Nr. 1 - 3 * Was kostete ein Kilo Kaffee in der DDR zu Zeiten der Kaffeekrise? * Aufgezählter Listeneintrag ...
    666 Bytes (85 Wörter) - 17:40, 15. Sep. 2014
  • Datei:Unbenannt.png
    description={{de|1=Testbild |date=2014-09-15 17:37:21 |source= |author=S59Kayser |permission= |other_versions= |other_fields= }} == ...
    (768 × 614 (0 Bytes)) - 17:37, 15. Sep. 2014
  • Datei:DFD zu Term Uebung 1.png
    description={{de|1=DFD zu Term Uebung 1 |date=2014-10-18 11:48:12 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (349 × 329 (0 Bytes)) - 11:48, 18. Okt. 2014
  • Datei:DFD zu Term Uebung 2.png
    description={{de|1=DFD zu Term Uebung 2 |date=2014-10-19 17:00:26 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (329 × 339 (0 Bytes)) - 17:00, 19. Okt. 2014
  • {| border="1" cellspacing="0" valign="top" |- | Brief schreiben || E-Mail schreiben |- | in gelben Postkasten werfen || Absenden der E-Mail ...
    783 Bytes (101 Wörter) - 17:24, 20. Okt. 2014
  • Aufgabe 1 (Datentypen) Ordne die Ausdrücke dem passenden Datentyp zu: Aufgabe 2 (Java-Programm) Aufgabe 3 (Bedingungen) Aufgabe 4 (Das Compiler-Spiel) ...
    3 KB (345 Wörter) - 19:08, 31. Okt. 2014
  • Datei:DFD zu Term Uebung 3.png
    description={{de|1=DFD zu Term Uebung 3 |date=2014-11-04 21:03:44 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (373 × 318 (0 Bytes)) - 22:04, 4. Nov. 2014
  • Datei:Term zu DFD Uebung 1.png
    description={{de|1=Term zu DFD Uebung 1 |date=2014-11-16 09:14:17 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (384 × 486 (0 Bytes)) - 10:14, 16. Nov. 2014
  • Datei:Term zu DFD Uebung 2.png
    description={{de|1=Term zu DFD Uebung 2 |date=2014-11-16 09:21:34 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (513 × 510 (0 Bytes)) - 10:21, 16. Nov. 2014
  • Aufgabe 1 Was tun folgende Schleifen? Hinweis zur Bearbeitung: Die ersten Werte für i einsetzen bis ein Muster erkennbar wird. 1) ...
    3 KB (425 Wörter) - 08:43, 2. Dez. 2014
  • Datei:DFD zu Term Uebung 4.png
    description={{de|1=DFD zu Term Uebung 4 |date=2014-11-27 19:44:07 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (496 × 414 (0 Bytes)) - 20:45, 27. Nov. 2014
  • Datei:Term zu DFD Uebung 3.png
    description={{de|1=Term zu DFD Uebung 3 |date=2014-11-27 20:01:48 |source= |author=F59Fuchs |permission= |other_versions= |other_fields= ...
    (417 × 506 (0 Bytes)) - 21:02, 27. Nov. 2014
  • Datei:Info10 3 1 while.JPG
    description={{de|1=while-Schleife |date=2014-12-02 11:50:58 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (546 × 236 (0 Bytes)) - 12:54, 2. Dez. 2014
  • Datei:While schleife 3.JPG
    description={{de|1=while-schleife |date=2014-12-07 17:59:53 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (625 × 197 (0 Bytes)) - 19:03, 7. Dez. 2014
  • Datei:Malachit.jpg
    description={{de|1=Ein Bild eines Malachits |date=2014-12-11 14:48:26 |source=Google Bilder/Goldschmiede.de |author=Goldschmiede.de ...
    (200 × 200 (0 Bytes)) - 15:50, 11. Dez. 2014
  • Datei:Amethyst1.jpg
    description={{de|1=Ametyhst |date=2014-12-11 14:55:37 |source=http://de.wikipedia.org/wiki/Amethyst#mediaviewer/File:Amethyst_Druse.jpg ...
    (300 × 239 (0 Bytes)) - 15:57, 11. Dez. 2014
  • Datei:Eisenmeteorit.jpg
    |description={{de|1=Name: Himmelseisen, Himmelsstein Aussehen: grau anthrazit, grau-braun, Rostbraun Gesteinsart: Meteorit, Extraterrestrisches Gestein ...
    (601 × 661 (0 Bytes)) - 16:09, 11. Dez. 2014
  • Datei:Beispiel12345.jpg
    description={{de|1=Beispiel |date=2014-12-11 15:23:54 |source=http://de.wikipedia.org/wiki/Amethyst#mediaviewer/File:Amethyst_Druse.jpg ...
    (800 × 639 (0 Bytes)) - 16:25, 11. Dez. 2014
  • Datei:1024px-Hand Pieces of Obsidian.jpg
    description={{de|1=Handstücke von Obsidian mit typischem Muschelbruch und scharfen Kanten |date=2014-12-11 15:47:23 |source=http://de.wikipedia ...
    (1.024 × 685 (0 Bytes)) - 16:55, 11. Dez. 2014
  • Datei:Mondgestein.png
    description={{de|1=Genesis Rock, der von Apollo 15 mitgebracht wurde |date=01:20, 16. Jun. 2005 |source=http://de.wikipedia.org/wiki/Datei:Apollo_15_Ge ...
    (598 × 402 (0 Bytes)) - 13:12, 14. Dez. 2014
  • Datei:Bernstein.png
    description={{de|1=..... |date=2015-01-08 15:01:44 |source=Bernsteinfee.de |author=... |permission= |other_versions= |other_fields= ...
    (275 × 183 (0 Bytes)) - 16:03, 8. Jan. 2015
  • Datei:LageAfg.svg.png
    description={{de|1=Eine Karte mit Afghanistan markiert |date=2015-01 ... h=329&w=330&tbnid=haEXj3RV_P8bhM%3A&zoom=1&docid=9Rx_NQBfBMSPsM&ei=0JWuVMfoEYmuU ...
    (330 × 329 (0 Bytes)) - 16:40, 8. Jan. 2015
  • Datei:Obsidian..jpg
    description={{de|1=..... |date=2015-01-08 15:16:07 |source=http://www.paganspace.net/group/crystal-magick/forum/topics/obsidian |author= Demetria ...
    (229 × 220 (0 Bytes)) - 16:29, 8. Jan. 2015
  • Datei:Anthrazitkohle.jpg
    description={{de|1=..... |date=2015-01-15 15:32:10 |source=de.dreamstime.com |author=de.dreamstime.com |permission= |other_versions= ...
    (259 × 194 (0 Bytes)) - 16:33, 15. Jan. 2015
  • Datei:Smaragd.jpg
    description={{de|1=..... |date=2015-01-15 15:49:42 |source=schmuckmarkt.ch |author=schmuckmarkt.ch |permission= |other_versions= |other_fields= ...
    (79 × 79 (0 Bytes)) - 16:50, 15. Jan. 2015
  • 1) Spule mit Eisenkern statt Leiterschleife ----> größere Drehwirkung ... 1) Wird der Generator mit einem Kommutator verwendet, so erzeugt er ...
    2 KB (209 Wörter) - 21:38, 24. Jun. 2015
  • Aufgabe 1 Es soll eine Klasse Rechteck erstellt werden, die eine Methode abmessungenAnzeigen() mit zwei Parametern enthält, die für eine eingegebene ...
    2 KB (317 Wörter) - 11:59, 22. Jan. 2015
  • Datei:Malachit aus Kongo.jpg
    description={{de|1=Malachit aus Kongo |date=2015-01-22 14:42:42 |source=http://de.wikipedia.org/wiki/Malachit#mediaviewer/File:Malachite_2(R%C3 ...
    (1.920 × 1.275 (0 Bytes)) - 15:46, 22. Jan. 2015
  • delay(1000); // 1 Sekunde (=1000 ms) warten digitalWrite(ledPin, LOW ... delay(1000); // 1 Sekunde (=1000 ms) warten } Der obere Teil eines ...
    1 KB (193 Wörter) - 19:04, 28. Jan. 2015
  • Datei:Karol saeulenhalle.JPG
    description={{de|1=Karol Aufgabe SÄulenhalle |date=2015-02-03 21:32:19 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (227 × 228 (0 Bytes)) - 22:35, 3. Feb. 2015
  • Datei:Karol treppe.JPG
    description={{de|1=Karol Aufgabe Treppe |date=2015-02-03 21:43:33 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (406 × 224 (0 Bytes)) - 22:47, 3. Feb. 2015
  • Stufe(1) Stufe(2) Stufe(3) Stufe(4) Stufe(3) Stufe(2) Stufe(1) Schritt *Programm ...
    187 Bytes (20 Wörter) - 22:48, 3. Feb. 2015
  • Datei:Karol Quadratrand lsg.JPG
    description={{de|1=Lösung für Aufgabe Karol-Quadratrand |date=2015-02-15 09:52:00 |source= |author=B.Schiller |permission= |other_versions= ...
    (681 × 349 (0 Bytes)) - 10:53, 15. Feb. 2015
  • Datei:Karol Gartenmauer.JPG
    description={{de|1=Aufgabe Karol baut eine Gartenmauer |date=2015-02-15 10:22:00 |source= |author=B.Schiller |permission= |other_versions= ...
    (431 × 267 (0 Bytes)) - 11:23, 15. Feb. 2015
  • Datei:Screenshot Diagonale.JPG
    description={{de|1=Screenshot Aufgabe Diagonale |date=2015-02-16 09:21:16 |source= |author=B.Schiller |permission= |other_versions= ...
    (296 × 220 (0 Bytes)) - 10:22, 16. Feb. 2015
  • Datei:Screenshot ZiegelNebeneinander.JPG
    description={{de|1=Screenshot Ziegel nebeneinander |date=2015-02-16 09:27:01 |source= |author=B.Schiller |permission= |other_versions= ...
    (299 × 214 (0 Bytes)) - 10:28, 16. Feb. 2015
  • Datei:Screenshot kreuz.JPG
    description={{de|1=Screenshot Aufgabe Kreuz |date=2015-02-16 09:44:31 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (435 × 254 (0 Bytes)) - 10:45, 16. Feb. 2015
  • Datei:Karol A10.PNG
    description={{de|1=Karol Aufgabe 10 (Pyramide) |date=2015-02-26 08:19:45 |source= |author=B.Schiller |permission= |other_versions= ...
    (527 × 349 (0 Bytes)) - 09:20, 26. Feb. 2015
  • Aufgabe 1: An welchem Datum war der letzte Login des Benutzers mit dem Namen "hans053"? SELECT LetzterLogin FROM BENUTZER WHERE Benutzername ...
    2 KB (250 Wörter) - 08:37, 9. Apr. 2015
  • Datei:Projekt bild 1.PNG
    description={{de|1=Beschreibung |date=2015-04-09 17:52:29 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (599 × 366 (0 Bytes)) - 17:53, 9. Apr. 2015
  • Datei:Projekt bild 2.PNG
    description={{de|1=Beschreibung |date=2015-04-09 18:06:24 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (720 × 303 (0 Bytes)) - 18:06, 9. Apr. 2015
  • 100) ; Land : VARCHAR(100) ; Stärke : DECIMAL(3,1) : Opfer : INT ] ...
    863 Bytes (101 Wörter) - 16:31, 20. Apr. 2015
  • Datei:Bild 1.PNG
    description={{de|1=Speichern |date=2015-04-29 15:16:20 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= }} ...
    (983 × 240 (0 Bytes)) - 15:16, 29. Apr. 2015
  • Datei:Projekt bild 5.PNG
    description={{de|1=beschrei ung |date=2015-04-29 15:25:39 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (1.147 × 307 (0 Bytes)) - 15:25, 29. Apr. 2015
  • Datei:Projekt bild 6.PNG
    description={{de|1=Beschreibung |date=2015-04-29 15:33:54 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (1.331 × 485 (0 Bytes)) - 15:34, 29. Apr. 2015
  • Datei:Projekt bild 7.PNG
    description={{de|1=beschreibung |date=2015-04-29 15:40:38 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (668 × 290 (0 Bytes)) - 15:40, 29. Apr. 2015
  • Datei:Projekt bild 9.PNG
    description={{de|1=Beschreibung |date=2015-04-30 16:54:28 |source= |author=Hoeherl011 |permission= |other_versions= |other_fields= ...
    (617 × 79 (0 Bytes)) - 16:55, 30. Apr. 2015
  • Datei:Scratch asteroid 1.JPG
    description={{de|1=Scratch asteroid 1 |date=2015-06-15 17:15:05 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (103 × 307 (0 Bytes)) - 17:22, 15. Jun. 2015
  • Datei:Scratch asteroid 2.JPG
    description={{de|1=Scratch asteroid 2 |date=2015-06-15 17:16:13 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (102 × 208 (0 Bytes)) - 17:22, 15. Jun. 2015
  • Datei:Scratch asteroid asteroid.JPG
    description={{de|1=Scratch asteroid asteroid |date=2015-06-15 17:18:39 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (543 × 397 (0 Bytes)) - 17:22, 15. Jun. 2015
  • Datei:Scratch asteroid laser.JPG
    description={{de|1=Scratch asteroid laser |date=2015-06-15 17:18:12 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (333 × 399 (0 Bytes)) - 17:22, 15. Jun. 2015
  • Datei:Scratch asteroid raumschiff 1.JPG
    description={{de|1=Scratch asteroid raumschiff 1 |date=2015-06-15 17:17:19 |source= |author=B.Schiller |permission= |other_versions= ...
    (343 × 340 (0 Bytes)) - 17:23, 15. Jun. 2015
  • Datei:Scratch asteroid raumschiff 2.JPG
    description={{de|1=Scratch asteroid raumschiff 2 |date=2015-06-15 17:17:46 |source= |author=B.Schiller |permission= |other_versions= ...
    (341 × 409 (0 Bytes)) - 17:23, 15. Jun. 2015
  • Datei:Scratch asteroid laser img.JPG
    description={{de|1=Laser Bild |date=2015-06-16 19:59:44 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (85 × 89 (0 Bytes)) - 20:01, 16. Jun. 2015
  • Datei:Scratch moorhuhn 1.JPG
    description={{de|1=zielvorrichtung_image |date=2015-06-20 10:16:03 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (102 × 205 (0 Bytes)) - 10:28, 20. Jun. 2015
  • Datei:Scratch moorhuhn 2.JPG
    description={{de|1=zielvorrichtung_skript |date=2015-06-20 10:24:12 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (274 × 277 (0 Bytes)) - 10:29, 20. Jun. 2015
  • Datei:Scratch moorhuhn 3.JPG
    description={{de|1=vogel_img |date=2015-06-20 10:16:59 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (101 × 411 (0 Bytes)) - 10:29, 20. Jun. 2015
  • Datei:Scratch moorhuhn 4.JPG
    description={{de|1=vogel_skript |date=2015-06-20 10:25:54 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (528 × 376 (0 Bytes)) - 10:29, 20. Jun. 2015
  • Datei:Scratch pacman 1.JPG
    description={{de|1=Scratch pacman 1 |date=2015-06-22 16:40:22 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (105 × 208 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 2.JPG
    description={{de|1=Scratch pacman 2 |date=2015-06-22 16:41:17 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (353 × 225 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 3.JPG
    description={{de|1=Scratch pacman 3 |date=2015-06-22 16:46:57 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (170 × 137 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 5.JPG
    description={{de|1=Scratch pacman 5 |date=2015-06-22 16:50:54 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (335 × 350 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 4.JPG
    description={{de|1=Scratch pacman 4 |date=2015-06-22 16:50:32 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (267 × 227 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 6.JPG
    description={{de|1=Scratch pacman 6 |date=2015-06-22 16:51:48 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (282 × 202 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 7.JPG
    description={{de|1=Scratch pacman 7 |date=2015-06-22 16:52:27 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (584 × 210 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Scratch pacman 8.JPG
    description={{de|1=Scratch pacman 8 |date=2015-06-22 16:52:58 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (363 × 232 (0 Bytes)) - 16:58, 22. Jun. 2015
  • Datei:Kräftezerlegung.jpg
    description={{de|1=Beispiel 1 |date=2015-06-24 16:25:00 |source= |author=Pascal02 |permission= |other_versions= |other_fields= }} == ...
    (1.132 × 1.012 (0 Bytes)) - 16:26, 24. Jun. 2015
  • Datei:Physik 2 NEW.jpg
    description={{de|1=hdhhdhd |date=2015-06-24 16:46:41 |source= |author=Pascal02 |permission= |other_versions= |other_fields= }} == == ...
    (887 × 867 (0 Bytes)) - 16:47, 24. Jun. 2015
  • Datei:Scratch jumprun 1.JPG
    description={{de|1=Scratch jumprun 1 |date=2015-06-24 17:28:01 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (253 × 130 (0 Bytes)) - 17:40, 24. Jun. 2015
  • Datei:Scratch jumprun 2.JPG
    description={{de|1=Scratch jumprun 2 |date=2015-06-24 17:30:03 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (224 × 125 (0 Bytes)) - 17:40, 24. Jun. 2015
  • Datei:Scratch jumprun 3.JPG
    description={{de|1=Scratch jumprun 3 |date=2015-06-24 17:28:53 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (358 × 423 (0 Bytes)) - 17:40, 24. Jun. 2015
  • Datei:Scratch jumprun 4.JPG
    description={{de|1=Scratch jumprun 4 |date=2015-06-24 17:29:20 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (233 × 74 (0 Bytes)) - 17:40, 24. Jun. 2015
  • Datei:Scratch jumprun 5.JPG
    description={{de|1=Scratch jumprun 5 |date=2015-06-24 17:31:56 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (215 × 240 (0 Bytes)) - 17:40, 24. Jun. 2015
  • Datei:Scratch jumprun 6.JPG
    description={{de|1=Scratch jumprun 6 |date=2015-06-24 17:30:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (335 × 276 (0 Bytes)) - 17:40, 24. Jun. 2015
  • Datei:Scratch jumprun 7.JPG
    description={{de|1=Scratch jumprun 7 |date=2015-06-24 17:31:06 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (527 × 190 (0 Bytes)) - 17:40, 24. Jun. 2015
  • ===== Beispiel 1 ===== [[Datei:Kräftezerlegung.jpg|thumb| F1 = F2 ... Schritt 1: Verlängere die Linien der Wäscheleine nach unten. ...
    2 KB (262 Wörter) - 17:44, 24. Jun. 2015
  • Datei:Scratch jumprun 6a.JPG
    description={{de|1=Scratch jumprun 6a |date=2015-06-24 18:01:27 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (332 × 265 (0 Bytes)) - 18:03, 24. Jun. 2015
  • Datei:Scratch jumprun 8.JPG
    description={{de|1=Scratch jumprun 8 |date=2015-06-24 18:00:52 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (219 × 104 (0 Bytes)) - 18:03, 24. Jun. 2015
  • eines Protons zum Element mit der um 1 niedrigeren Ordnungszahl. == Eigenschaften == === Abschirmung === β-Strahlen lassen sich durch mit einem ...
    2 KB (244 Wörter) - 21:31, 2. Jul. 2015
  • Reaktionsgleichung: 2D +3T -> 4He (3,5 MeV) + n0 (14,1 MeV) -Waffennutzung: In Wasserstoffbomben läuft eine unkontrollierte Deuterium/Tritium ...
    1.017 Bytes (138 Wörter) - 19:07, 2. Jul. 2015
  • nur 4 bis 10 cm, im Gewebe sogar weniger als 0,1 mm. So lassen sich Alphastrahlen also bereits durch ein Blatt Papier abschirmen. Die geringe Reichweite ...
    3 KB (380 Wörter) - 13:59, 3. Jul. 2015
  • Datei:Betazerfall.PNG
    description={{de|1=Schematische Darstellung des Betazerfalls |date=2015-07-02 21:23:04 |source= |author=Feynman01 |permission= |other_versions= ...
    (356 × 674 (0 Bytes)) - 21:26, 2. Jul. 2015
  • Datei:Regel von Lenz Bild.jpg
    description={{de|1=Bild zur Lenz'schen Regel |date=2015-07-02 22:33:15 |source= |author=Bohr03 |permission= |other_versions= |other_fields= ...
    (882 × 630 (0 Bytes)) - 22:35, 2. Jul. 2015
  • -down-Quark --> -1/3e -strange-Quark --> -1/3e [[Datei:Quarks 2 bild1|miniatur|rechts]] ...
    2 KB (237 Wörter) - 15:30, 3. Jul. 2015
  • Bewegung. Durch Einsetzen der Werte in s = 1/2*a * t^2 erhält man für ... a = g * (1 – v²) Quellen: https://de.wikipedia.org/wiki/Freier_Fall; ...
    2 KB (230 Wörter) - 16:22, 3. Jul. 2015
  • Datei:T-v-Diagramm.jpeg
    description={{de|1=Zusammenhänge |date=2015-07-03 21:08:45 |source= |author=Pauli01 |permission= |other_versions= |other_fields= }} ...
    (2.480 × 3.506 (0 Bytes)) - 21:10, 3. Jul. 2015
  • Datei:T-s-Diagramm.jpeg
    description={{de|1=Zusammenhänge |date=2015-07-03 21:08:49 |source= |author=Pauli01 |permission= |other_versions= |other_fields= }} ...
    (2.480 × 3.506 (0 Bytes)) - 21:10, 3. Jul. 2015
  • Datei:T-a-Diagramm.jpeg
    description={{de|1=Zusammenhänge |date=2015-07-03 21:11:18 |source= |author=Pauli01 |permission= |other_versions= |other_fields= }} ...
    (2.480 × 3.506 (0 Bytes)) - 21:12, 3. Jul. 2015
  • Datei:P1010206.JPG
    description={{de|1=t-v-Diagramm |date=2015-07-01 |source= |author=Dirac05 |permission= |other_versions= |other_fields= }} == == cc-by-sa-3.0 ...
    (4.320 × 3.240 (0 Bytes)) - 23:02, 3. Jul. 2015
  • Datei:P1010197.JPG
    description={{de|1=t-v-Diagramm |date=2015-07-01 |source= |author=Dirac05 |permission= |other_versions= |other_fields= }} == == cc-by-sa-3.0 ...
    (4.320 × 3.240 (0 Bytes)) - 23:08, 3. Jul. 2015
  • 1. Bei einer gleichförmigen, geradlinigen Bewegung, wie zum Beispiel ... [[Datei:P1010206.JPG|thumb|t-v-Diagramm zu 1.]] 2. Bei einer gleichmäßig ...
    1 KB (155 Wörter) - 23:43, 3. Jul. 2015
  • Datei:Diagramm 1.JPG
    description={{de|1=Beschleunigung ist 0 und Geschwindigkeit ist konstant |date=2015-07-04 16:24:58 |source= |author=Pauli03 |permission= ...
    (2.504 × 1.371 (0 Bytes)) - 16:32, 4. Jul. 2015
  • Datei:Diagramm2.JPG
    description={{de|1=Bewegung mit konstanter Beschleunigung |date=2015-07-04 16:51:51 |source= |author=Pauli03 |permission= |other_versions= ...
    (2.555 × 1.121 (0 Bytes)) - 16:54, 4. Jul. 2015
  • Datei:Diagramm3.JPG
    description={{de|1=Fläche unter Graphen ist gleich der Geschwindigkeit |date=2015-07-04 16:56:19 |source= |author=Pauli03 |permission= ...
    (2.476 × 1.497 (0 Bytes)) - 16:57, 4. Jul. 2015
  • Datei:Diagramm4.JPG
    description={{de|1=Beispiel |date=2015-07-04 16:59:05 |source= |author=Pauli03 |permission= |other_versions= |other_fields= }} == == ...
    (2.424 × 1.691 (0 Bytes)) - 16:59, 4. Jul. 2015
  • Datei:Generator.pdf
    description={{de|1=Generator |date=2015-07-07 16:09:07 |source= |author=Pascal02 |permission= |other_versions= |other_fields= }} == ...
    (2.479 × 3.508 (0 Bytes)) - 16:10, 7. Jul. 2015
  • Datei:Versuchsaufbau.png
    description={{de|1=Versuchsaufbau |date=2015-07-09 20:20:57 |source= |author=Feynman01 |permission= |other_versions= |other_fields= ...
    (1.366 × 827 (0 Bytes)) - 20:24, 9. Jul. 2015
  • Datei:Deutung Rutherfordversuch.png
    description={{de|1=Versuchsablauf auf Teilchenebene (Atomkern) |date=2015-07-09 20:20:57 |source= |author=Feynman01 |permission= |other_versions= ...
    (1.368 × 856 (0 Bytes)) - 20:24, 9. Jul. 2015
  • Datei:T-v-Diagramm..jpeg
    description={{de|1=Durch die Fläche unter dem Graphen im t-v-Diagramm kann man die zurückgelegte Strecke berechnen. |date=2015-07-10 20:50:08 ...
    (2.480 × 3.506 (0 Bytes)) - 20:53, 10. Jul. 2015
  • Datei:T-a-Dagramm..jpeg
    description={{de|1=Die Fläche unter dem Graphen im t-a-Diagramm ist die Geschwindigkeit. |date=2015-07-10 20:50:15 |source= |author=Pauli01 ...
    (2.480 × 3.506 (0 Bytes)) - 20:53, 10. Jul. 2015
  • Datei:T-s-Diagramm..jpeg
    description={{de|1=Die Steigung im t-s-Diagramm ist die Geschwindigkeit |date=2015-07-10 20:50:12 |source= |author=Pauli01 |permission= ...
    (2.480 × 3.506 (0 Bytes)) - 20:53, 10. Jul. 2015
  • (Bremsstrahlung, mit insgesamt rund 1 % der eingestrahlten Energie) und Wärme (rund 99 %). Elektronenstöße schlagen Elektronen aus den Schalen ...
    5 KB (672 Wörter) - 14:26, 12. Jul. 2015
  • Überlege, welche zusätzliche Angabe für die Lösungen 1 und 3 notwendig ... zwischen 0 und 255 angegeben (= 8 bit bzw. 1 byte). Wir benötigen also ...
    7 KB (1.089 Wörter) - 09:53, 13. Sep. 2015
  • Datei:Proc compd 1.JPG
    description={{de|1=compd1 |date=2015-09-03 17:10:19 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (447 × 302 (0 Bytes)) - 09:49, 13. Sep. 2015
  • Datei:Proc compd 3.JPG
    description={{de|1=compd3 |date=2015-09-03 18:31:45 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (838 × 543 (0 Bytes)) - 09:49, 13. Sep. 2015
  • Datei:Proc compd 2.JPG
    description={{de|1=compd2 |date=2015-09-03 17:15:25 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (350 × 243 (0 Bytes)) - 09:49, 13. Sep. 2015
  • Datei:Proc compd 5.JPG
    description={{de|1=compd5 |date=2015-09-04 09:05:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (209 × 89 (0 Bytes)) - 09:49, 13. Sep. 2015
  • Datei:Proc compd 6.JPG
    description={{de|1=compd6 |date=2015-09-04 09:06:11 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (231 × 212 (0 Bytes)) - 09:49, 13. Sep. 2015
  • Datei:Proc compd 7.JPG
    description={{de|1=compd7 |date=2015-09-04 09:37:30 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (199 × 199 (0 Bytes)) - 09:49, 13. Sep. 2015
  • Datei:Proc install 1.JPG
    description={{de|1=install1 |date=2015-08-12 15:32:44 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (782 × 355 (0 Bytes)) - 09:50, 13. Sep. 2015
  • Datei:Proc install 3.JPG
    description={{de|1=install3 |date=2015-08-12 15:36:11 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (423 × 325 (0 Bytes)) - 09:50, 13. Sep. 2015
  • Datei:Proc install 4.JPG
    description={{de|1=install4 |date=2015-08-13 21:10:37 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (200 × 212 (0 Bytes)) - 09:50, 13. Sep. 2015
  • Datei:Proc install 2.JPG
    description={{de|1=install2 |date=2015-08-12 15:22:54 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (576 × 202 (0 Bytes)) - 09:51, 13. Sep. 2015
  • Aufgabe 1 Ändere obigen Code so ab, dass die zweite Linie grün erscheint. void setup(){ size(400, 400); background(243, 247, 129); ...
    5 KB (653 Wörter) - 10:13, 13. Sep. 2015
  • Datei:Proc compd 4.JPG
    description={{de|1=Proc_comp 4 |date=2015-09-15 17:43:49 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (762 × 246 (0 Bytes)) - 17:45, 15. Sep. 2015
  • Datei:Scratch cloudvariable.JPG
    description={{de|1=Cloud Variable |date=2015-09-19 10:44:15 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (304 × 206 (0 Bytes)) - 10:45, 19. Sep. 2015
  • :x=x+1; } der Methode draw() wird der Wert für x um 1 erhöht und im nächsten Durchlauf ...
    16 KB (2.294 Wörter) - 17:34, 7. Okt. 2015
  • Datei:Proc gfunc 1.JPG
    description={{de|1=gfunc1 |date=2015-08-17 14:26:47 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (182 × 43 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 2.JPG
    description={{de|1=gfunc2 |date=2015-08-17 15:08:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (392 × 184 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 4.JPG
    description={{de|1=gfunc4 |date=2015-09-04 11:24:07 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (261 × 155 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 3.JPG
    description={{de|1=gfunc3 |date=2015-08-17 15:56:35 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (612 × 374 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 5.JPG
    description={{de|1=gfunc5 |date=2015-09-04 11:38:17 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (297 × 180 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 7.JPG
    description={{de|1=gfunc7 |date=2015-09-05 10:12:18 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (328 × 130 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 6.JPG
    description={{de|1=gfunc6 |date=2015-09-04 11:42:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (304 × 179 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 8.JPG
    description={{de|1=gfunc8 |date=2015-09-05 10:22:35 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (114 × 106 (0 Bytes)) - 10:53, 19. Sep. 2015
  • Datei:Proc gfunc 9.JPG
    description={{de|1=gfunc9 |date=2015-09-06 09:31:46 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (214 × 239 (0 Bytes)) - 10:54, 19. Sep. 2015
  • Datei:Proc gfunc 10.JPG
    description={{de|1=gfunc10 |date=2015-09-06 09:32:48 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (216 × 245 (0 Bytes)) - 10:54, 19. Sep. 2015
  • Datei:Proc gfunc 12.JPG
    description={{de|1=gfunc12 |date=2015-09-06 10:26:00 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (207 × 232 (0 Bytes)) - 10:54, 19. Sep. 2015
  • Datei:Proc gfunc 11.JPG
    description={{de|1=gfunc11 |date=2015-09-06 09:58:18 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (268 × 294 (0 Bytes)) - 10:54, 19. Sep. 2015
  • Datei:Proc gfunc 13.JPG
    description={{de|1=gfunc13 |date=2015-09-06 10:51:05 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (213 × 240 (0 Bytes)) - 10:54, 19. Sep. 2015
  • Portfolioaufgabe 1: "Lieblingsplätze" (Abgabetermin: 10.11.2015) Portfolioaufgabe 2: "Wohnumgebung" (Abgabetermin: 22.12.2015) Portfolioaufgabe ...
    1 KB (122 Wörter) - 12:57, 25. Sep. 2016
  • der Brennwerte (z.B. bei 85mm kürzer als 1/85 sec). Länger als 1/60 sec sollte man allerdings nicht aus der Hand fotografieren. Ist dies bei ...
    4 KB (594 Wörter) - 16:12, 20. Sep. 2015
  • Datei:Digifot 1.JPG
    description={{de|1=digifot1 |date=2015-09-20 16:06:35 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (169 × 226 (0 Bytes)) - 16:12, 20. Sep. 2015
  • Datei:Digifot 2.JPG
    description={{de|1=digifot_2 |date=2015-09-20 16:07:28 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (180 × 271 (0 Bytes)) - 16:12, 20. Sep. 2015
  • Datei:Digifot 3.JPG
    description={{de|1=digifot3 |date=2015-09-20 16:08:08 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (331 × 144 (0 Bytes)) - 16:12, 20. Sep. 2015
  • Datei:Digifot 4.JPG
    description={{de|1=digifot4 |date=2015-09-20 16:08:34 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (628 × 306 (0 Bytes)) - 16:12, 20. Sep. 2015
  • Datei:BearbeitungNeu.JPG
    description={{de|1=Bearbeitung |date=2015-09-20 16:26:36 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (713 × 142 (0 Bytes)) - 16:28, 20. Sep. 2015
  • Datei:P-Seminar Fotografie.jpg
    description={{de|1=Heimat |date=2014-11-23 09:08:18 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (650 × 323 (0 Bytes)) - 16:48, 21. Sep. 2015
  • Datei:1 01.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:36:59 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:00, 30. Sep. 2015
  • Datei:1 02.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:39:23 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:01, 30. Sep. 2015
  • Datei:1 04.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:42:48 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:02, 30. Sep. 2015
  • Datei:1 05.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:44:19 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:03, 30. Sep. 2015
  • Datei:1 06.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:51:39 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (3.888 × 2.592 (0 Bytes)) - 17:04, 30. Sep. 2015
  • Datei:1 07.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:54:46 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (2.592 × 3.888 (0 Bytes)) - 17:04, 30. Sep. 2015
  • Datei:1 03.jpg
    description={{de|1=Heimat Bilder |date=2015-09-30 14:41:22 |source= |author=Stieglitz |permission= |other_versions= |other_fields= ...
    (2.592 × 3.888 (0 Bytes)) - 17:05, 30. Sep. 2015
  • :x = x+1; :y = y+1; } Sehen wir uns etwas genauer an, was hier passiert. In einem ...
    14 KB (1.917 Wörter) - 09:51, 26. Sep. 2018
  • Datei:Proc vari 1.JPG
    description={{de|1=Pro_vari1 |date=2015-09-06 15:01:53 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (392 × 183 (0 Bytes)) - 10:57, 4. Okt. 2015
  • Datei:Proc vari 2.JPG
    description={{de|1=Pro_vari2 |date=2015-09-06 18:24:19 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (301 × 324 (0 Bytes)) - 10:57, 4. Okt. 2015
  • Datei:Proc vari 3.JPG
    description={{de|1=Pro_vari3 |date=2015-09-07 11:22:32 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (213 × 238 (0 Bytes)) - 10:57, 4. Okt. 2015
  • Datei:Proc gfunc 14.JPG
    description={{de|1=gfunc 14 |date=2015-10-05 16:29:43 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (590 × 80 (0 Bytes)) - 16:37, 5. Okt. 2015
  • Datei:Proc gfunc 15.JPG
    description={{de|1=gfunc 15 |date=2015-10-05 16:33:02 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (334 × 330 (0 Bytes)) - 16:37, 5. Okt. 2015
  • Datei:Proc vari 4.JPG
    description={{de|1=proc_vari4 |date=2015-10-07 17:57:11 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (402 × 226 (0 Bytes)) - 18:04, 7. Okt. 2015
  • Datei:TestTestTest.JPG
    description={{de|1=P1_Aliasname_1 |date=2015-10-07 10:34:41 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (332 × 302 (0 Bytes)) - 15:28, 15. Okt. 2015
  • Aufgabe 1 a) Ändere das obige Programm so ab, dass der Punkt alle ... if(count==60){g=g-1; count=0;}; if(h>200){h=0; b=0;}; if(g==0){g=255;}; ...
    18 KB (2.430 Wörter) - 10:03, 22. Feb. 2017
  • Datei:Proc bedi 1.JPG
    description={{de|1=proc_bedi1 |date=2015-09-20 10:01:14 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (209 × 236 (0 Bytes)) - 07:52, 10. Okt. 2015
  • Datei:Proc bedi 2.JPG
    description={{de|1=proc_bedi2 |date=2015-09-20 10:32:30 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (211 × 239 (0 Bytes)) - 07:52, 10. Okt. 2015
  • Datei:Proc bedi 4.JPG
    description={{de|1=proc_bedi4 |date=2015-09-28 15:44:04 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (245 × 263 (0 Bytes)) - 07:52, 10. Okt. 2015
  • Datei:Proc bedi 3.JPG
    description={{de|1=proc_bedi3 |date=2015-09-27 09:53:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (212 × 239 (0 Bytes)) - 07:52, 10. Okt. 2015
  • Datei:Proc bedi 5.JPG
    description={{de|1=proc_bedi5 |date=2015-09-28 15:44:37 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (310 × 271 (0 Bytes)) - 07:52, 10. Okt. 2015
  • Datei:Proc bedi 6.JPG
    description={{de|1=proc_bedi6 |date=2015-09-28 15:55:07 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (303 × 375 (0 Bytes)) - 07:52, 10. Okt. 2015
  • Datei:Proc bedi 7.JPG
    description={{de|1=proc_bedi7 |date=2015-09-28 16:19:57 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (315 × 241 (0 Bytes)) - 07:53, 10. Okt. 2015
  • Datei:Proc bedi 8.JPG
    description={{de|1=Proc bedi 8 |date=2015-10-11 10:08:51 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (300 × 289 (0 Bytes)) - 10:22, 11. Okt. 2015
  • Datei:Proc bedi 9.JPG
    |description={{de|1=Proc bedi 8 9}} |date=2015-10-11 10:10:15 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (300 × 180 (0 Bytes)) - 10:22, 11. Okt. 2015
  • Datei:Proc bedi 10.JPG
    description={{de|1=Proc bedi 10 |date=2015-10-11 10:19:21 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (400 × 175 (0 Bytes)) - 10:22, 11. Okt. 2015
  • Datei:Proc bedi 11.JPG
    description={{de|1=Pacman |date=2015-10-12 17:18:46 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} == ...
    (327 × 192 (0 Bytes)) - 17:24, 12. Okt. 2015
  • x = x + 1; if (x > width) { x = 0; } ellipse(x, 100, 20, 20); ... wir mittels einer while-Schleife die Zahlen 1 bis 10 auf der Konsole ausgeben: ...
    18 KB (2.293 Wörter) - 09:50, 23. Nov. 2015
  • Datei:Proc loop 1.JPG
    description={{de|1=Proc loop 1 |date=2015-10-18 10:29:18 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (250 × 208 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 2.JPG
    description={{de|1=Proc loop 2 |date=2015-10-17 15:38:04 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (407 × 232 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 3.JPG
    description={{de|1=Proc loop 3 |date=2015-10-17 15:40:27 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (206 × 231 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 4.JPG
    description={{de|1=Proc loop 4 |date=2015-10-17 16:05:28 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (206 × 231 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 6.JPG
    description={{de|1=Proc loop 6 |date=2015-10-17 20:49:02 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (200 × 209 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 5.JPG
    description={{de|1=Proc loop 5 |date=2015-10-17 16:19:07 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (207 × 232 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 8.JPG
    description={{de|1=Proc loop 8 |date=2015-10-18 10:27:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (250 × 323 (0 Bytes)) - 14:15, 18. Okt. 2015
  • Datei:Proc loop 7.JPG
    description={{de|1=Proc loop 7 |date=2015-10-17 21:09:01 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (408 × 162 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 9.JPG
    description={{de|1=Proc loop 9 |date=2015-10-18 09:41:18 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (207 × 232 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 10.JPG
    description={{de|1=Proc loop 10 |date=2015-10-18 10:01:40 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (206 × 230 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 12.JPG
    description={{de|1=Proc loop 12 |date=2015-10-18 10:52:10 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (209 × 233 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 13.JPG
    description={{de|1=Proc loop 13 |date=2015-10-18 10:53:51 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (209 × 233 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 11.JPG
    description={{de|1=Proc loop 11 |date=2015-10-18 10:37:33 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (207 × 232 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 14.JPG
    description={{de|1=Proc loop 14 |date=2015-10-18 10:59:30 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (210 × 234 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 15.JPG
    description={{de|1=Proc loop 15 |date=2015-10-18 13:01:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (206 × 229 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 17.JPG
    description={{de|1=Proc loop 17 |date=2015-10-18 13:52:26 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (200 × 206 (0 Bytes)) - 14:16, 18. Okt. 2015
  • Datei:Proc loop 16.JPG
    description={{de|1=Proc loop 16 |date=2015-10-18 13:49:30 |source= |author=B.Schiller |permission= |other_versions= |other_fields= ...
    (200 × 212 (0 Bytes)) - 14:17, 18. Okt. 2015
  • {| border="1" cellspacing="0" valign="top" |- | http:// || www || comenius-gymnasium-deggendorf.de || /Schulleben/ || schulleben_index.html ...
    470 Bytes (47 Wörter) - 08:45, 27. Okt. 2015
  • Aufgabe 1 Folgender Code erstellt auf der Zeichenfläche ein Haus und ... xPos1 = xPos1+1; if(xPos1>width){xPos1=0; yPos1=yPos1+10;}; ...
    18 KB (2.249 Wörter) - 18:49, 8. Jan. 2017
  • Datei:Proc meth 1.JPG
    description={{de|1=Proc_meth_1 |date=2015-11-06 08:30:00 |source= |author=B.Schiller |permission= |other_versions= |other_fields= }} ...
    (507 × 332 (0 Bytes)) - 12:45, 8. Nov. 2015
  • Datei:Seminar IMG 3.jpg
    description={{de|1=D & F |date=2015-11-08 18:30:34 |source= |author=Stieglitz |permission= |other_versions= |other_fields= }} == == ...
    (800 × 533 (0 Bytes)) - 19:34, 8. Nov. 2015
  • Datei:Seminar IMG 2.jpg
    description={{de|1=C & F |date=2015-11-08 18:30:34 |source= |author=Stieglitz |permission= |other_versions= |other_fields= }} == == ...
    (800 × 533 (0 Bytes)) - 19:34, 8. Nov. 2015
  • Datei:Seminar IMG 1.jpg
    description={{de|1=B & F |date=2015-11-08 18:30:33 |source= |author=Stieglitz |permission= |other_versions= |other_fields= }} == == ...
    (800 × 533 (0 Bytes)) - 19:34, 8. Nov. 2015
  • Datei:P1 ArtWolfe 2.jpg
    description={{de|1=Donau |date=2015-10-27 16:19:34 |source= |author=ArtWolfe |permission= |other_versions= |other_fields= }} == == ...
    (800 × 532 (0 Bytes)) - 16:18, 9. Nov. 2015
  • Datei:P1 ArtWolfe 3.jpg
    description={{de|1=Donau |date=2015-10-27 16:23:30 |source= |author=ArtWolfe |permission= |other_versions= |other_fields= }} == == ...
    (800 × 532 (0 Bytes)) - 16:18, 9. Nov. 2015
  • Datei:P1 ArtWolfe 1.jpg
    description={{de|1=Donau |date=2015-10-27 16:17:28 |source= |author=ArtWolfe |permission= |other_versions= |other_fields= }} == == ...
    (800 × 532 (0 Bytes)) - 16:18, 9. Nov. 2015
  • Datei:Blossfeldt 1.jpg
    description={{de|1=Bloosfeldt: Portfolio Lieblingsplätze: Bild 1 |date=2015-10-24 16:15:42 |source= |author=Blossfeldt |permission= ...
    (800 × 531 (0 Bytes)) - 17:30, 9. Nov. 2015
  • Datei:P1 EugeneSmith 1.jpg
    description={{de|1=P1 EugeneSmith 1.jpg |date=2015-11-04 08:52:54 |source= |author=EugeneSmith |permission= |other_versions= |other_fields= ...
    (800 × 533 (0 Bytes)) - 16:29, 9. Nov. 2015
  • Datei:P1 EugeneSmith 2.jpg
    description={{de|1=P1 EugeneSmith 2.jpg |date=2015-11-04 08:52:16 |source= |author=EugeneSmith |permission= |other_versions= |other_fields= ...
    (800 × 533 (0 Bytes)) - 16:29, 9. Nov. 2015
  • Datei:P1 EugeneSmith 3.jpg
    description={{de|1=P1 EugeneSmith 3.jpg |date=2015-11-04 08:53:41 |source= |author=EugeneSmith |permission= |other_versions= |other_fields= ...
    (800 × 533 (0 Bytes)) - 16:29, 9. Nov. 2015

Zeige (vorherige 500 | nächste 500) (20 | 50 | 100 | 250 | 500)