Ch.1 Revision Test

Ch.1 Revision Test

6th Grade

5 Qs

quiz-placeholder

Similar activities

Y7 Microbit Challenge Quiz

Y7 Microbit Challenge Quiz

6th Grade

4 Qs

Scratch L3 Bonus Lesson Quiz: Hungry Dino

Scratch L3 Bonus Lesson Quiz: Hungry Dino

3rd - 6th Grade

5 Qs

Keyboard Review 1

Keyboard Review 1

6th - 8th Grade

10 Qs

Code.org Microbits Lessons 1-5

Code.org Microbits Lessons 1-5

6th - 8th Grade

5 Qs

Finch Flock Robots Week 2

Finch Flock Robots Week 2

6th Grade

7 Qs

คำถามก่อนเรียน ระบบอัตโนมัติ

คำถามก่อนเรียน ระบบอัตโนมัติ

6th - 8th Grade

10 Qs

Internet Basics

Internet Basics

6th - 8th Grade

10 Qs

Microbit Check

Microbit Check

6th - 8th Grade

6 Qs

Ch.1 Revision Test

Ch.1 Revision Test

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Hui Wong

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is not a high level programming language?

Python

Scratch

Java

機器語言

Machine language

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following commands can call the ‘microbit’ library in Mu Editor?

import microbit*

import micropython

from microbit import *

from micropython import

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following commands can display string in the micro:bit?

display.show(HAPPY)

display.scroll("Happy")

display.scroll(Happy)

display.Image("Happy")

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following commands can display a heart-shaped pattern on the micro:bit?

display.scroll("Heart")

display.Image("HEART")

display.show("HEART")

display.show(Image.HEART)

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What Python command should be used to display the pattern on the micro:bit?

display.scroll("09990:09090:90099:90009:09990")

display.show("09990:90090:90909:90009:09990")

display.show(Image("09990:90009:90909:90009:09990"))

display.show(Image("09990:90009:90990:90009:99090"))