pxt-calliope/docs/reference/js/lessons/blink/quiz.md
2016-03-25 16:47:20 -07:00

656 B

blink quiz

Learn how to create a blinking LED script.

Name

Directions

Use this activity document to guide your work in the blink tutorial.

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

1. Describe what led->plot does?


2. Draw which LED is ON after running this code

led.plot(2, 2)

3. Draw which LED is ON after running this code

led.plot(0, 0)

4. Draw which LED is ON after running this code

led.plot(4, 4)