wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

mBlock

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

mBlock is a program for...

a)

coding Lego projects

b)

text editing

c)

block-based coding

d)

image editing

2.

A makerUNO device can be programmed by mBlock using 2 modes :

a)

connect or upload

b)

upload or live

c)

copy or paste

d)

typed or drag/drop

3.

What are Sprites in mBlock?

a)

Object that perform functions controlled by scripts

b)

Script in a program

c)

Image background that can be changed

d)

Devices added into mBlock

4.

Which block can only be used in Upload Mode?

a)
b)
c)
d)
5.

What is the value of X and Y to put a sprite exactly at the center of the stage?

a)

X: -180 , Y: 240

b)

X: 100 , Y: 100

c)

X: 1 , Y: 1

d)

X: 0 , Y: 0

6.

Which Arduino built-in function is similar to the block of code in the picture?

a)

void setup()

b)

void forever()

c)

void loop()

d)

void start()

7.

Choose all the correct output that will happen from this block of code (more than 1 answer)

a)

LED 2 until LED 12 will light up

b)

LEDs will alternately on and off

c)

LED 13 will light up first

d)

LEDs on and off interval is half a second

8.

Based on the code in the picture, what will happen to the LED in pin 9?

a)

It will blink

b)

It will turn on

c)

It will not turn on

d)

It will turn on 1 second then off

9.

Type the similar Arduino code to the block of code in the picture

(a)  

10.

What Arduino code similar to this block of code?

(a)  

11.

Type the Arduino code that is the same as the block of code in the picture

(a)