Microbit-Coordinate Grade 7

Microbit-Coordinate Grade 7

7th Grade

8 Qs

quiz-placeholder

Similar activities

Python foundation

Python foundation

5th Grade - University

10 Qs

Computer Science

Computer Science

6th - 8th Grade

13 Qs

Unit 2 Mid Unit Assessment

Unit 2 Mid Unit Assessment

6th - 8th Grade

8 Qs

M:B Lesson #8

M:B Lesson #8

7th Grade

8 Qs

Drones - Lesson 5 and 6 Review

Drones - Lesson 5 and 6 Review

6th - 8th Grade

11 Qs

Jesus forgives

Jesus forgives

4th - 7th Grade

10 Qs

Revision from Chapter 10

Revision from Chapter 10

7th Grade

10 Qs

Python Coding

Python Coding

6th - 8th Grade

12 Qs

Microbit-Coordinate Grade 7

Microbit-Coordinate Grade 7

Assessment

Quiz

Other

7th Grade

Hard

Created by

Salman Alasyi

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

How many coordinate pairs are represented on the micro:bit LED screen? 

16

25

10

50

2.

FILL IN THE BLANK QUESTION

1 min • 12 pts

Media Image

What is the coordinates for the LEDs?Write in sequence

3.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

What is the code for the outcome shown in the video?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

What direction the LEDs are running?

right-left

top-bottom

bottom-top

left-right

5.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

Why we use variable in this code block?

to make the variable increment its value from 0 to 4

to hold constant value from 0 to 4

to toggle 4 values

nothing is right

6.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What location is the origin coordinate on the micro:bit screen?

(0,0) upper left

(0,0) bottom right

(0,0) upper right

(0,0) bottom left

7.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What is the function of For Do Loops?

Run part of the program the number of times you say using an index variable.

execute all the code in it

increment each code in it

repeat all the time

8.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What sequence of code block we use to make a LED blinking?

forever:

show led

unplot

plot

Forever:

plot

toggle

pause

on start:

plot

unplot

pause

forever:

plot

pause

unplot