Microbit-Coordinate Grade 7

Microbit-Coordinate Grade 7

7th Grade

8 Qs

quiz-placeholder

Similar activities

HTML tags

HTML tags

7th - 8th Grade

10 Qs

Java Lesson 9

Java Lesson 9

5th Grade - University

12 Qs

Binary strings (and previous lessons)

Binary strings (and previous lessons)

KG - 12th Grade

9 Qs

Sprite Lab Quiz code.org

Sprite Lab Quiz code.org

4th - 8th Grade

10 Qs

Micro:bit

Micro:bit

6th - 8th Grade

10 Qs

coding

coding

KG - 12th Grade

10 Qs

Do you know how to 3D print?

Do you know how to 3D print?

KG - 12th Grade

11 Qs

Personal Business Letter Test 2018

Personal Business Letter Test 2018

7th - 12th Grade

8 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