Micro:bit Programming Concepts

Micro:bit Programming Concepts

Assessment

Interactive Video

Computers, Instructional Technology, Design

6th - 8th Grade

Hard

Created by

Patricia Brown

FREE Resource

This video tutorial builds on the previous episode by introducing interaction with the micro:bit through button presses and creating simple drawings. It explains how displays work, focusing on pixels and the LED array on the micro:bit. The tutorial guides viewers through creating images using MicroPython, handling button interactions, and implementing conditional statements. It also covers using flowcharts to plan program logic and provides a step-by-step guide to coding and testing a program on the micro:bit. The video concludes with challenges for further learning.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the smallest controllable element on a digital display device?

Screen

LED

Pixel

Array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many pixels does the micro:bit's LED array have?

50

25

15

10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to display images on the micro:bit's LED array?

print()

show()

draw()

display()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'from microbit import *' statement in MicroPython?

To start the micro:bit

To connect to the internet

To import all functions from the micro:bit library

To display text on the screen

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a button on the micro:bit is pressed?

It changes color

It vibrates

It turns off

It closes a circuit

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to check if a button on the micro:bit is pressed?

is_clicked()

is_active()

is_touched()

is_pressed()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a conditional statement in programming?

To execute code based on a condition

To display images

To import libraries

To repeat code

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?