To complete each badge (1-2 hours):

  1. watch the video while taking notes
  2. complete the programming notebook for this badge
  3. write down in your mini-diary 3 things you learned and 1 you wish you understood better
logo for badge 2: decisions, conditions and logic

Badge 02: Decisions, Conditions and Logic

In this badge you will learn about computers making decisions.

Computer does what you tell it to do, but can you teach it to take some simple decisions by itself? How can computer ‘decide’ to run some part of your code, and not run another part of it? How complex can this process of decision making be and how specific we need to be when we describe it? (spoiler alert: very very specific)