NATIVE / PRB-I / 2A Variabelen

Python intro
Programming basics-II
Les 3 / Week 7a
Variabelen
NATIVE: PRB-I
Week 2
1 / 32
next
Slide 1: Slide
Applicatie- en mediaontwikkelaarMBOStudiejaar 1

This lesson contains 32 slides, with interactive quizzes and text slides.

Items in this lesson

Python intro
Programming basics-II
Les 3 / Week 7a
Variabelen
NATIVE: PRB-I
Week 2

Slide 1 - Slide

This item has no instructions

Welkom ๐Ÿ‘‹


Log vast even in via lessonup.app,
gebruik de code linksonder

Slide 2 - Slide

We gaan het nu hebben over opslag, een programma dat dingen kan onthouden
Terugblik

Slide 3 - Slide

This item has no instructions

Native
Programmeren voor Windows
Micro:bit

Slide 4 - Slide

This item has no instructions

Slide 5 - Slide

This item has no instructions

Slide 6 - Slide

This item has no instructions

Slide 7 - Slide

This item has no instructions

Slide 8 - Slide

This item has no instructions

Slide 9 - Slide

This item has no instructions

Variabel of constant?

"De temperatuur buiten"
A
Variabel
B
Constant

Slide 10 - Quiz

This item has no instructions

Variabel of constant?

"Het getal Pi / ฯ€"
A
Variabel
B
Constant

Slide 11 - Quiz

This item has no instructions

Variabel of constant?

"Aantal dagen in de maand september"
A
Variabel
B
Constant

Slide 12 - Quiz

This item has no instructions

Variabel of constant?

"Je health in een game"
A
Variabel
B
Constant

Slide 13 - Quiz

This item has no instructions

Variabel of constant?

"Je eigen voornaam"
A
Variabel
B
Constant

Slide 14 - Quiz

This item has no instructions

Variabel of constant?

"Het lesrooster"
A
Variabel
B
Constant

Slide 15 - Quiz

This item has no instructions

Variabel of constant?

"Het volume van je telefoon"
A
Variabel
B
Constant

Slide 16 - Quiz

This item has no instructions

Variabel of constant?

"De GPS-coรถrdinaten van de school"
A
Variabel
B
Constant

Slide 17 - Quiz

This item has no instructions

Variabelen
  • Een variabele is een waarde die vaak verandert.
  • Je computer reserveert een stukje geheugen om die waarde op te slaan.
  • Je geeft de variabele een duidelijk en logische naam.

Slide 18 - Slide

This item has no instructions

Slide 19 - Slide

This item has no instructions


timer
10:00

Slide 20 - Open question

This item has no instructions

Opdrachtkaart 1b

Slide 21 - Slide

This item has no instructions


A
Getal_a is een: variabele
B
Getal_a is een: constante

Slide 22 - Quiz

This item has no instructions

Opdrachtkaart 1b

Slide 23 - Slide

This item has no instructions


A
Er is geen start van dit blok, er moet nog een input zijn
B
Er waren twee blokken die op knop A reageren, dat kan niet

Slide 24 - Quiz

This item has no instructions


Slide 25 - Open question

This item has no instructions

Debugging

Slide 26 - Slide

This item has no instructions

Syntaxfout

  • Een "spelfout" in je code
  • De computer begrijpt je niet, kan het programma niet uitvoeren

Slide 27 - Slide

This item has no instructions

Syntaxfout

  • Een "spelfout" in je code
  • De computer begrijpt je niet, kan het programma niet uitvoeren
Logische fout

  • De computer begrijpt je programma wel
  • Maar het doet iets anders dan je had bedacht

(ook wel: fout in het algoritme of gewoon een denkfout)

Slide 28 - Slide

This item has no instructions

Slide 29 - Slide

This item has no instructions

Opdrachtkaarten
Zie Itslearning >> PRB-I > Lesstof > Week 2

Slide 30 - Slide

  • Doe eerst even kleine demo zelf
  • Daarna delen met studenten en zij loggen in op de classroom
  • Daarna de opdrachtkaart 1a maken, in de classroom ook zodat ik het kan volgen
En verder ๐Ÿ”œ

Slide 31 - Slide

This item has no instructions

Today I Learned

Slide 32 - Mind map

This item has no instructions