Physical Computing - L1 + L2

Physical Computing - L1 + L2

5 Qs

quiz-placeholder

Similar activities

Test di Ingresso 4Bi

Test di Ingresso 4Bi

9th - 12th Grade

10 Qs

Review: Chapter 13.1 & 13.2 Trials

Review: Chapter 13.1 & 13.2 Trials

KG - University

10 Qs

Competitive Set

Competitive Set

Professional Development

10 Qs

التدريب على القواعد

التدريب على القواعد

KG - University

5 Qs

Renewable Energy

Renewable Energy

KG - University

10 Qs

Renewable Energy

Renewable Energy

KG - University

10 Qs

Quiz on CVCe and CVC Words

Quiz on CVCe and CVC Words

4th Grade

10 Qs

Quiz 1

Quiz 1

1st Grade

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 *