pxt-calliope/olddocs/lessons/lucky-7/quiz.md
Tom Ball f4eca66648 move lessons out of web site
will move select lessons back to "educators" section
2016-06-14 11:49:58 -04:00

704 B

lucky 7 blocks quiz

Show a number on the micro:bit

Name

Directions

Use this activity document to guide your work in the lucky 7 activity.

Answer the questions while completing the tutorial. Pay attention to the dialogues!

1. Describe what "show number" does?

2. Draw every LED that is ON after running this code

basic.showNumber(7)

3. Draw every LED that is ON after running this code

basic.showNumber(21)

4. Write the code that will be used to display the number 3 on the micro:bit.