Code.org Microbits Lessons 1-5

Code.org Microbits Lessons 1-5

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

Finch Flock Robots Week 1

Finch Flock Robots Week 1

6th Grade

7 Qs

Microbit 3

Microbit 3

6th Grade - University

10 Qs

Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

PLTW Computer Science

PLTW Computer Science

6th Grade

10 Qs

Micro-bits

Micro-bits

3rd - 8th Grade

10 Qs

Microbit Homework 1

Microbit Homework 1

6th Grade

10 Qs

G7 Introduction to Microbit

G7 Introduction to Microbit

7th Grade

10 Qs

Code.org Microbits Lessons 1-5

Code.org Microbits Lessons 1-5

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Carrie Casey

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When you run this code, what will happen?

Two LEDs will light up on the Microbit

Random LEDs will light up on the Microbit

a smiley face will light up on the Microbit

an unhappy face will light up on the Microbit

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What is going to happen when this code is run?

a smiley face will light up on the Microbit

LED (0,3) will light up when button A is pressed

LED (0,3) will turn off when button B is pressed

my name will scroll on the Microbit

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where do you find the "icons" to bring in an arrow image?

you have to go get an image and bring it in as a jpg or png file

you click image in setProperty block and the icon should be there

After choose image in the setProperty block, click the 3rd arrow and choose "Icons" they are all found there

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your Microbit isn't working in Code.org. What do you need to do?

keep trying - it will eventually work

sit there and wait for it to eventually work

play a game - there's nothing you can do

Go to Lesson 3, Number 1 Setup

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When you run this code, which "string" will not run on the Microbit and why won't it run?

Hello World won't run because it's not spelled correctly

Smith won't run because it is missing the quotes which makes it a "string."