Search Header Logo
BBC Microbit - Lesson 3

BBC Microbit - Lesson 3

Assessment

Presentation

Computers

6th - 7th Grade

Medium

Created by

Kieran Haren

Used 5+ times

FREE Resource

9 Slides • 13 Questions

1

media

2

Multiple Choice

Which of these is the brain of the Microbit?
1
RAM
2
CPU
3
Accelerometer
4
Compass

3

media

4

Open Ended

Write the code to create a loop.

5

Multiple Choice

Question image
What is the part within the red boxes called?
1
Input buttons
2
Ground
3
CPU
4
Micro-usb connector

6

media

7

Open Ended

Write the code to create a selection.

8

Multiple Choice

Which syntax would you use to display scrolling text that said "I love school"
1
display.show("I love school")
2
display.scroll(I love school)
3
display.show(I love school)
4
display.scroll("I love school")

9

media

10

Multiple Choice

What syntax would you use to display an in-built image of a sword?

1

display.show(image.sword)

2

display.show(Image.SWORD)

3

display.scroll(Image.SWORD)

4

display.show(Image.sword)

11

media

12

Multiple Choice

Define what is meant by a variable
1
RAM.
2
A sequence of instructions.
3
A memory location which stores something.
4
Repetition of code a certain number of times.

13

media

14

Multiple Choice

Question image
What is the position of the top left LED?
1
(1,1)
2
(0,1)
3
(0,0)
4
(1,0)

15

media

16

Multiple Choice

How can strings and variables be told apart?
1
The data in a string is stored inside quotes
2
By its name
3
By its size

17

media

18

Multiple Choice

The symbol that assigns ("gives") a variable a value

1
=
2

== 

3

:

4

#

19

media

20

Multiple Choice

What piece of code must be used at the beginning of every micro:bit Python program?

1

from microbit import *

2

while True

3

Import Microbit

4

From Microbit Import

21

Multiple Choice

Python is different from many programming languages because it uses this as part of the language's syntax

1

symbols

2

keywords

3

punctuation

4

indentation

22

Multiple Choice

Which symbol ends every if statement and while loop in Python

1

:

2

//

3

#

4

*

media

Show answer

Auto Play

Slide 1 / 22

SLIDE