Physical Computing - L1 + L2

Physical Computing - L1 + L2

5 Qs

quiz-placeholder

Similar activities

Get In The Zone: The Psychology of Video Game Design Comprehension Quiz

Get In The Zone: The Psychology of Video Game Design Comprehension Quiz

KG - University

10 Qs

Microprosser 8085

Microprosser 8085

University

10 Qs

DSD QUIZZ 2 2023 Batch

DSD QUIZZ 2 2023 Batch

KG - University

10 Qs

DISTELSA SEPTIEMBRE

DISTELSA SEPTIEMBRE

Professional Development

6 Qs

Unit 2 20000-1208

Unit 2 20000-1208

12th Grade

10 Qs

Unit 6 Get to the Root of It

Unit 6 Get to the Root of It

KG - University

10 Qs

Motor Servo

Motor Servo

1st Grade

10 Qs

Testbed - VEX IQ Sensors

Testbed - VEX IQ Sensors

KG - University

5 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 *