Microbits/App lab

Microbits/App lab

7th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Y7 Input Output Devices

Y7 Input Output Devices

6th - 8th Grade

10 Qs

Micro:bit Quiz Homework Michaelmas I

Micro:bit Quiz Homework Michaelmas I

6th - 8th Grade

15 Qs

scratch code review

scratch code review

4th - 8th Grade

10 Qs

CODING QUIZZ

CODING QUIZZ

8th Grade

13 Qs

Quizizz Friday March 24

Quizizz Friday March 24

9th - 12th Grade

17 Qs

Microbit Quiz

Microbit Quiz

6th - 8th Grade

10 Qs

Coding class 1 vocab

Coding class 1 vocab

6th - 8th Grade

12 Qs

Microbits/App lab

Microbits/App lab

Assessment

Quiz

Computers

7th - 12th Grade

Medium

Created by

Carmela Garcia

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When does screen1 turn green?

When you click the Button

When you press the 'A' Button

When you press the 'B' Button

Answer explanation

screen1 turns green when the user clicks a button, as this action triggers the change. The other option is incorrect because it simply restates the condition without specifying the action required.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What picture does this make on the microbit?

ledScreen.clear();

ledScreen.on(1, 1);

ledScreen.on(3, 1);

ledScreen.on(0, 3);

ledScreen.on(1, 4);

ledScreen.on(2, 4);

ledScreen.on(3, 4);

ledScreen.on(4, 3);

A sad face

A happy face

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What colour is the background in the following code?

setProperty("screen1", "background-color", "blue");

red

green

blue

yellow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What font family is used for the Title?

setProperty("title", "font-family", "Lucida Console");

Arial

Lucida Console

No specified font family.

Times New Roman

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where the will similey face move to when it is clicked?

setProperty("smiley", "x", randomNumber(5, 275));

setProperty("smiley", "y", randomNumber(5, 380));

The smiley face will disappear when clicked.
The smiley face will move to a fixed position at (100, 200).
The smiley face will move only horizontally between (5, 275).
The smiley face will move to a random position within the coordinates (5, 5) to (275, 380).

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does UI stand for?

User Interface
User Interaction

User Identification

User

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does LED stand for?

Light Emitting Display
Light Emitting Device
Laser Emitting Diode
Light Emitting Diode

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?