Ch.1 Revision Test

Ch.1 Revision Test

6th Grade

5 Qs

quiz-placeholder

Similar activities

KS3 - Fun Computing Quiz 2

KS3 - Fun Computing Quiz 2

4th - 12th Grade

10 Qs

Micro:bit2

Micro:bit2

6th - 9th Grade

10 Qs

Microbit: Review after Dice

Microbit: Review after Dice

6th - 8th Grade

9 Qs

Microbit Quiz 1

Microbit Quiz 1

6th Grade

8 Qs

Know Your Microbit

Know Your Microbit

4th - 8th Grade

10 Qs

Język Programowania Python

Język Programowania Python

1st - 12th Grade

10 Qs

Physical Computing

Physical Computing

6th - 8th Grade

10 Qs

ICT - GRADE 6 - JAN 2021

ICT - GRADE 6 - JAN 2021

6th Grade

10 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"))