ANSWERING quiz update

This commit is contained in:
Michael Elliot Braun 2016-03-28 16:35:38 -07:00
parent 62da92fc1d
commit 891352e91f
2 changed files with 19 additions and 7 deletions

View File

@ -10,17 +10,23 @@ Answers may vary. This is a function that will show a string on the LED screen o
## 2. Draw which LED is ON after running this code
![](/static/mb/blocks/lessons/answering-machine-3.png)
```blocks
basic.showString("Y")
```
![](/static/mb/lessons/answering-machine-0.png)
## 3. Draw which LED is ON after running this code
![](/static/mb/blocks/lessons/answering-machine-4.png)
```blocks
basic.showString("Hi")
```
![](/static/mb/lessons/answering-machine-1.png)
<br/>
## 4. If the rectangle below represents the micro:bit, write the code to display the letter "Z".

View File

@ -22,19 +22,25 @@ basic.showString("Y")
```
![](/static/mb/blocks/lessons/answering-machine-3.png)
![](/static/mb/empty-microbit.png)
## 3. Draw which LED is ON after running this code
![](/static/mb/blocks/lessons/answering-machine-4.png)
```blocks
basic.showString("Hi")
```
![](/static/mb/lessons/answering-machine-4.png)
## 4. If the rectangle below represents the micro:bit, write the code to display the letter "Z".
![](/static/mb/lessons/answering-machine-5.png)
```blocks
basic.showString("Z")
```