WorksheetsmBlock
Total questions: 11
Worksheet time: 6mins
mBlock is a program for...
coding Lego projects
text editing
block-based coding
image editing
A makerUNO device can be programmed by mBlock using 2 modes :
connect or upload
upload or live
copy or paste
typed or drag/drop
What are Sprites in mBlock?
Object that perform functions controlled by scripts
Script in a program
Image background that can be changed
Devices added into mBlock
Which block can only be used in Upload Mode?
What is the value of X and Y to put a sprite exactly at the center of the stage?
X: -180 , Y: 240
X: 100 , Y: 100
X: 1 , Y: 1
X: 0 , Y: 0
Which Arduino built-in function is similar to the block of code in the picture?
void setup()
void forever()
void loop()
void start()
Choose all the correct output that will happen from this block of code (more than 1 answer)
LED 2 until LED 12 will light up
LEDs will alternately on and off
LED 13 will light up first
LEDs on and off interval is half a second
Based on the code in the picture, what will happen to the LED in pin 9?
It will blink
It will turn on
It will not turn on
It will turn on 1 second then off
Type the similar Arduino code to the block of code in the picture
(a)
What Arduino code similar to this block of code?
(a)
Type the Arduino code that is the same as the block of code in the picture
(a)
