A
B
C
D
E
100

What is micro:bit?

micro:bit是什麼?

micro-computer 微型電腦

100

How many LEDs are there on a micro:bit? 

micro:bit上有幾個LED燈?

25

100

What color is the Logic block in MakeCode?

在MakeCode世界中,Logic積木的顏色是什麼?

100

In Computer Science, what is a string?

在程式世界裡面,什麼是string?

Information stored as text 文字

100

What is coding file format of micro:bit?

micro:bit的程式檔案格式是什麼?

Is it JPG, PDF or ... 

HEX

200

Which company developed the micro:bit? 

micro:bit是由哪家公司開發的?

BBC 英國廣播電視公司

200

How many input buttons are there?

micro:bit有多少種按鍵組合?

on button A pressed

on button B pressed

on button A+B pressed

200

What projects have Logic blocks been used in? Please give two examples.

Logic積木被運用在什麼專案了呢?請舉例我們做過的兩個專案。

Step Counter

Random Picker

Detector... 

Alarm Device...

200

What is the purpose of a variable in programming?

在編程中,變數的主要作用是什麼?  

Storing data 儲存數據

200

How to transfer my coding file to micro:bit?

如何燒入程式進micro:bit?

Connect your micro:bit to the computer using USB cable, drag the hex. file to the micro:bit folder.

300

What is the name of the editor you have used to code your micro:bit?

micro:bit的編程平台叫什麼名字?

MakeCode

300

Which sensor on the micro:bit can detect your movement?

micro:bit的哪一個感測器可以偵測搖晃等動作?

accelerometer 三軸加速度感測器

300

What does a Loop do?

Loop積木的功能是什麼?

Repeat a sequence 重複對應的指令

300

What type of code is this?

A. Iteration (loop)
B. Input
C. Time
D. Logic 

A. Iteration (loop)

300

How to turn on micro:bit?

如何開啟micro:bit?

Power your BBC micro:bit using a USB cable or battery pack

400


What is the difference between {on start} and {forever} ? Please give an example.

{on start}和{forever}的積木區別是什麼?請給出一個實際的例子。

on start (當啟動時) = execute at the very beginning of your program and only run once.

forever (永遠執行) = code that will loop over and over again... forever.

400

Which sensor on the micro:bit is used to measure light intensity? Where is it?

micro:bit的哪個感應器可以用來測量光線強度?感測器位置在哪裡?

Light sensor!

micro:bit uses LEDs of the display as a light sensor.

400

What is {If... then... else...}? Please give an example.

{If} your birthday is on December, {then} raise up your hand, {else} put your hand down.

{如果}你是十二月生日的話,{那麼}請舉手,{否則}請放下手。

400

Using a loop is helpful in programming, why?

Loop在程式世界中是非常好的幫手,為什麼?

It uses less lines of code

The program is easier to read 

It saves time  

It makes it easier to find bugs (mistakes) in the program

400

What does the button do at the top right of micro:bit?

micro:bit右上角按鈕的用途是什麼?

Reset button 重置按鈕

500

Which menu would you choose if you were going to write some code to send your name to the micro:bit?

如果要和micro:bit溝通,將自己的名字發送出去,你會選擇哪個積木?

Hint:Input、Variables、Basic、Loops 

In {Basic}, show string

500

Which of the following is NOT a sensor of micro:bit?

以下哪項不是micro:bit的感測器功能?

A. Bluetooth

B. PIR Sensor

C. Light Sensor

D. Accelerometer

B. PIR Sensor 紅外線感測器

500

What is {extension}? What do we need to download when we are using IOT Kit?

什麼是 extension? 我們在使用IOT KIT的時候需要額外下載什麼?

extension (add on) - search iot

500

What type of Code is this?

A. Loop
B. Event
C. Variable
D. Logic

B. Event

500

Can micro:bit connect to an iPad? How?

micro:bit可以連接iPad嗎?怎麼連接呢?

Connect using bluetooth 透過藍牙功能連接

M
e
n
u