Micro:Bit Quiz Unit 3

Micro:Bit Quiz Unit 3

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

PLTW CSIM Lesson 1 Assessment Quiz - v2

PLTW CSIM Lesson 1 Assessment Quiz - v2

5th - 9th Grade

20 Qs

Coding Assessment

Coding Assessment

5th - 7th Grade

18 Qs

micro:bit coding

micro:bit coding

6th - 8th Grade

15 Qs

Summer Coding Club Quiz on the BBC micro:bit

Summer Coding Club Quiz on the BBC micro:bit

5th - 7th Grade

22 Qs

Computer Science Final Exam - Big Hero 6

Computer Science Final Exam - Big Hero 6

7th - 8th Grade

20 Qs

Code.org CS Discoveries Lessons 3-7 Review

Code.org CS Discoveries Lessons 3-7 Review

6th - 8th Grade

15 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

แบบทดสอบ MicroBit

แบบทดสอบ MicroBit

7th 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?