ANSWERING quiz update
This commit is contained in:
parent
62da92fc1d
commit
891352e91f
@ -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
|
## 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)
|
![](/static/mb/lessons/answering-machine-0.png)
|
||||||
|
|
||||||
## 3. Draw which LED is ON after running this code
|
## 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)
|
![](/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".
|
## 4. If the rectangle below represents the micro:bit, write the code to display the letter "Z".
|
||||||
|
|
||||||
|
@ -22,19 +22,25 @@ basic.showString("Y")
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
![](/static/mb/blocks/lessons/answering-machine-3.png)
|
|
||||||
|
|
||||||
![](/static/mb/empty-microbit.png)
|
![](/static/mb/empty-microbit.png)
|
||||||
|
|
||||||
|
|
||||||
## 3. Draw which LED is ON after running this code
|
## 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)
|
![](/static/mb/lessons/answering-machine-4.png)
|
||||||
|
|
||||||
## 4. If the rectangle below represents the micro:bit, write the code to display the letter "Z".
|
## 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")
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user