Skip to main content
Dat 1. Semester
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Resources

Ekstra materiale

Nogle gange har man bare brug for at få tingene forklaret på en anden måde. Her er nogle links til alternative ressourcer udover vores egne. Internettet bugner med materiale og det er bare at finde det der passer dig bedst. Du kan altid søge på emnet fx “loops” efterfulgt af “java” og “beginner”.

Video links til Processing videoer, stammer fra dengang vi startede i Processing, et miljø som bygger på Java. Måske kan de vidoer stadig bruges selvom vi ikke længere bruger Processing. Prøv det af.

Mandag - Conditions

Reading

  1. w3schools: Java if…else
  2. w3schools: Java switch
  3. docJava.dk: Selection
  4. docJava.dk: Algoritmer

Videos

  1. Learning Processing: Boolean expressions (12:14)
  2. Learning Processing: if, else if, else(11:16)
  3. Learning Processing:Logical operators : and or (9:55)
  4. Learning Processing:Boolean variables (8:47)
  5. Learning Processing:Coding with John:.equals() vs. == in Java - The Real Difference

Exercises

  1. w3Schools: if…else
  2. w3Schools: switch
  3. Learning Processing: Chapter 5, Conditionals (samme øvelser som i bogen)

Onsdag - Loops

Reading

  1. w3Schools: Java For Loop
  2. w3schools: Java Nested Loops
  3. w3schools: For-Each Loop

Videos

  1. Learning Processing: Introduction to Loops (11:14)
  2. Learning Processing:Two Loops Exercise (2:55)
  3. Learning Processing:The ‘For’ loop (6:59)
  4. Learning Processing:Variable Scope (9:00)
  5. Learning Processing:A Loop Inside Draw (6:32)
  6. Learning Processing:Nested Loops In Loops (6:51

Exercises

  1. Learning Processing: Exercises (chapter 6)(samme øvelser som i bogen)
  2. Håndkørte loops