wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Test ?

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

请问Void Loop 是拿来琢磨的?

a)

拿来lap人家的脸

b)

在code里面扮演着重复的角色

c)

在code里面扮演着重复但是有条件的重复

d)

在code里面会一直跑到你家停电

2.

void setup() {

pinMode(LED_BUILTIN, OUTPUT)

}


void loop {

digitalWrite(LED_BUILTIN, HIGH);

delay{1000};

digitalwrite(LED_BUILTIN, LOW);

delay(1000);

请问以上的程式中共有多少个错误??

a)

就是没有0

b)

2

c)

4

d)

6

e)

7

3.

RGB 中可以产生让你很high的颜色,那么它是由什么基本颜色组成?

a)

b)

c)

d)

4.

Micro-controller 是。。。。。?

a)

用 transistors和 conductors of heat and sound sensor的一个小小的Cpu

b)

一个可以带来带去的电路并且能用来做其他的电路

c)

一个微型处理器在一个内接的电路上并含有一个处理器,记忆体,和可以处理 input/output

d)

用Silver做出来来的东西

5.

这个是三小??

a)

Uno Cards JOM

b)

Raspberry Pi (Apple pie)

c)

Arduino Duo board

d)

Arduino Uno board

6.

Before your program “code” can be sent to the board, it needs to be converted into instructions that the board understands. This process is called...

a)

Stop

b)

Compile

c)

Create Sketch

d)

Serial Monitor

7.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

8.
An output is something that happens when a circuit is in use.  An example of an output is:
a)
Light flashing
b)
Buzzer sounding
c)
Temperature being given
d)
All of the answers are correct
9.
The resistor that changes resistance based on how much light it receives is called a _________ . resistor.
a)
photo
b)
potentiometer
c)
LED
d)
light
10.
What does the LCD stand for?
a)
Light Creating Diode
b)
Load Creates Data
c)
Liquid Crystal Display
11.
What does a LCD do?
a)
Displays information and messages
b)
Creates a light
c)
Turns on a circuit
12.

以前的arduino大多数都以2进制(binary)来进行操作。那么以下的哪个不是2进制该出现的东东??

a)

01

b)

00

c)

30

d)

80

13.

What does the 'wait' command do?

a)

Tells the robot to stop and wait

b)

Tells the programme to wait for the specified time before running the next line of code

c)

Stops all code from running

14.

How many digital inputs does Arduino UNO have?

a)

14

b)

6

15.

How many analog inputs does Arduino UNO have?

a)

14

b)

6

16.

Digital or Analog signal?

a)

Digital

b)

Analog

17.

Digital or Analog signal?

a)

Digital

b)

Analog

18.

What is the name of this component?

a)

LED

b)

Resistor

c)

Servo Motor

d)

Potentiometer

19.

Correct or not ?

a)

Correct

b)

Incorrect

20.

Which LED is ON ?

a)

8

b)

9

c)

None!

d)

ALL!