Micro:Bit Quiz Unit 3

Micro:Bit Quiz Unit 3

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Micro:bit

Micro:bit

6th - 7th Grade

18 Qs

CSIM 2.1

CSIM 2.1

8th Grade

20 Qs

LEDs on micro:bit

LEDs on micro:bit

8th Grade

15 Qs

Micro:Bit Y8

Micro:Bit Y8

8th Grade

15 Qs

PARTES DE MAKECODE

PARTES DE MAKECODE

8th Grade

20 Qs

CSIM Lesson 2 Review

CSIM Lesson 2 Review

6th - 8th Grade

25 Qs

Micro:Bit

Micro:Bit

7th Grade

18 Qs

Micro:bit Quiz

Micro:bit Quiz

6th Grade

20 Qs

Micro:Bit Quiz Unit 3

Micro:Bit Quiz Unit 3

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Talha Ehtasham

Used 40+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the gold circles at the bottom of the micro:bit called?

Rings

Pins

Volts

Activators

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you activate a Pin Press Event?

Press A and B at the same time

Zap the micro:bit with an electric shock

Touch the pin and Ground at the same time

Tilt the micro:bit

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What engineering concept allows the pins to be activated?

Gravity: a force pulls on the pins, activating them when we hold the micro:bit a certain way

Friction: energy is generated when we rub against the pins, causing them to activate

Magnetism: the pins are magnetic, so we use a magnet held near them to activate

Electricity: we touch the pin and Ground, we complete the circuit by conducting electricity through the device

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When do we use Conditionals (IF/ELSE) in our code?

When we want something to happen if some condition is true

When we want to repeat the same code over and over

When we want to package multiple lines of code into a single, reusable block.

When we don't know what the code is going to do next

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between "IF" and "ELSE IF"?

"ELSE IF" always starts a conditional statement. "IF" is used when we want to check for other conditions besides the first

Nothing, either can be used wherever and it won't make a difference.

"IF" always starts a conditional statement. "ELSE IF" is used when we want to check for other conditions besides the first

The code inside the "ELSE IF" block only happens if no other condition was true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a condition (something we'd check for in an IF/ELSE conditional statement)

show string "Hello World"

temperature > 32

repeat 4 times

on start

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an example of a condition (something we'd check for in a conditional statement)?

ammo < 0

show string "Game Over!"

activated = True

tilt > 200

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?