Code.org Microbits Lessons 1-5

Code.org Microbits Lessons 1-5

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Term 2 - Quiz 1

Term 2 - Quiz 1

6th Grade

10 Qs

Coding helps to Understand

Coding helps to Understand

6th - 10th Grade

10 Qs

All Fun and Games - E-saftey and gaming

All Fun and Games - E-saftey and gaming

6th - 8th Grade

10 Qs

Syllabus Quiz

Syllabus Quiz

8th Grade

8 Qs

Grade 6- PRINT statement in Python

Grade 6- PRINT statement in Python

6th Grade

10 Qs

21 Things Basics

21 Things Basics

7th - 8th Grade

10 Qs

L'information

L'information

7th Grade

10 Qs

Computer Science: Computer Systems

Computer Science: Computer Systems

6th Grade - University

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."