Physical Computing - L1 + L2

Physical Computing - L1 + L2

5 Qs

quiz-placeholder

Similar activities

Brakes- Question Set 5

Brakes- Question Set 5

KG - University

9 Qs

Raspberry Pi Pico Tech Specs Quiz

Raspberry Pi Pico Tech Specs Quiz

KG - University

10 Qs

Poka Yoke

Poka Yoke

3rd Grade - University

10 Qs

Comprendre la propagation de la lumière

Comprendre la propagation de la lumière

KG - University

10 Qs

Micro:bit Satellite Building

Micro:bit Satellite Building

KG - University

10 Qs

[Transcell] Load Cells 2024

[Transcell] Load Cells 2024

University - Professional Development

10 Qs

Microprosser

Microprosser

University

10 Qs

Microprosser 8085

Microprosser 8085

University

10 Qs

Physical Computing - L1 + L2

Physical Computing - L1 + L2

Assessment

Quiz

others

Hard

Created by

Mr Lee

Used 36+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

1. Which of the following are inputs on the micro:bit?
Buttons
Light sensor
GPIO pins
Accelerometer
Temperature sensor

2.

MULTIPLE SELECT QUESTION

30 sec • 3 pts

2. Which of the following are outputs on the micro:bit?

LEDs

GPIO pins

Radio

Buttons

Light sensor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which button on the Micro:Bit website translates your program and transfers it to the micro:bit?

Save

Load

(Send to) Flash

Files

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What type of error would occur if you missed a bracket out of your code?
Logic
Syntax
Runtime

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. When coding in micro Python in mu, what is the correct line of code to start your micro:bit programs with?
import microbit *
from * input microbit
from microbit input *
from microbit import *