Worksheets2026年科技创客社-Arduino分班考卷
Total questions: 12
Worksheet time: 6mins
Name
Class
Date
1.
Student ID
学号
4 lines
2.
What’s LED’s maximum brightness?
LED亮度的最大值是多少?
a)
A. 67
b)
B. 180
c)
C. 225
d)
D. 1025
3.
Which of the following functions is to receive the data from the push button?
以下哪一个功能可以收到来自按钮的数据?
a)
A. digitalWrite
b)
B. analogWrite
c)
C. digitalRead
d)
D. analogRead
4.
What is the value range of PWM signal?
PWM Signal 的数值范围是多少?
a)
A. 0-1
b)
B. 0-180
c)
C. 0-255
d)
D. 0-1023
5.
What will most likely happen if 5V is directly connected to GND?
如果把 5V 直接连接到 GND,最可能发生什么?
a)
A. The Arduino will work normally Arduino 正常运作
b)
B. The LED will become brighter LED 变得更亮
c)
C. A short circuit may damage the Arduino 短路,可能损坏 Arduino
d)
D. The program will run faster 程序运行更快
6.
Which colour wire is usually the positive supply on a servo motor?
转动马达上通常哪一种颜色的电线是正极电源线?
a)
A. Brown 褐色
b)
B. Orange 橙色
c)
C. Red 红色
d)
D. Yellow 黄色
7.
What is the correct order of the pins’ names in the picture?
图中引脚名称的正确顺序是什么?
a)
A. 1-Trig(Input Pin), 2-GND, 3-Vcc, 4-Echo(Output Pin)
b)
B. 1-Echo(Output Pin), 2-Trig(Input Pin), 3-GND, 4-Vcc
c)
C. 1-Vcc, 2-Echo(Output Pin), 3-GND, 4-Trig(Input Pin)
d)
D. 1-Vcc, 2-Trig(Input Pin), 3-Echo(Output Pin), 4-GND
8.
What is this called?
这个名叫什么?
a)
A. Male to Female
b)
B. Male to Male
c)
C. Female to Female
d)
D. Non-binary to Non-binary
9.
Which Arduino pin is used to connect an LED as a digital output?
以下哪一个 Arduino 引脚可以用来作为 LED 的数字输出?
a)
A. A0
b)
B. GND
c)
C. D9
d)
D. 5V
10.
Min Zhit wants to make his code keep repeating operations, what function should he use?
忞智想要让他的代码一直重复进行操作,他需要使用什么函数?
a)
A. void setup (){}
b)
B. for loop ()
c)
C. void loop (){}
d)
D. setup loop()
11.
To start using the Serial Monitor to display text or value, which line of code should we add in the program?
要开始用串口监视器来显示文字 / 数字,我们应该在程序里线加上哪一行代码?
a)
A. Serial.begin(9600);
b)
B. Serial.beginPrint(9600);
c)
C. Start.SerialMonitor(9600);
d)
D. Serial.println("Dudududu, Max Verstappen");
12.
Bonus:
Yu Wen is currently driving to work using his car’s auto-drive feature. When Yu Wen fell asleep, the auto-drive system failed, and the car continued driving towards a group of children crossing the street. As it was raining and foggy, visibility was poor even if the driver was awake. What technology would be useful for detecting the children and stopping the car in time?
羽文正在使用汽车的自动驾驶功能开车去上班。当羽文睡着时,自动驾驶系统发生故障,汽车继续朝着正在过马路的一群孩子行驶。由于当时下雨且有雾,即使司机清醒,视线也非常差。什么技术可以用来探测这些孩子,并及时让汽车停下来?
a)
A) IoT (Internet of Things)物联网
b)
B) LiDAR (Light Detection and Ranging)激光雷达(光探测与测距)
c)
C) GPS (Global Positioning System)全球定位系统
d)
D) AC (Air Conditioning)空调
100 %
