pxt-calliope/docs/lessons/night-light/quiz.md

31 lines
845 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# night light quiz
2016-04-02 01:22:47 +02:00
change the brightness of the BBC micro:bit.
2016-03-26 00:47:20 +01:00
## Name
## Directions
2016-03-31 01:10:27 +02:00
Use this activity document to guide your work in the [night light tutorial](/microbit/lessons/night-light/activity)
2016-03-26 00:47:20 +01:00
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. Describe what "led->set brightness" does ?
## 2. If the picture below is the BBC micro:bit, write the code that sets all the LEDs to full brightness and turns on all the LEDs
![](/static/mb/lessons/night-light-0.png)
<br />
## 3. If the picture below is the BBC micro:bit, write the code that sets the screen brightness to 50% (128) and turns on all the LEDs.
![](/static/mb/lessons/night-light-1.png)
<br/>
## 4. If the picture below is the BBC micro:bit, write the code turns off all the LEDs.
![](/static/mb/lessons/night-light-2.png)