Font size
WorksheetsArduino Test ?
Total questions: 20
Worksheet time: 20mins
请问Void Loop 是拿来琢磨的?
拿来lap人家的脸
在code里面扮演着重复的角色
在code里面扮演着重复但是有条件的重复
在code里面会一直跑到你家停电
void setup() {
pinMode(LED_BUILTIN, OUTPUT)
}
void loop {
digitalWrite(LED_BUILTIN, HIGH);
delay{1000};
digitalwrite(LED_BUILTIN, LOW);
delay(1000);
请问以上的程式中共有多少个错误??
就是没有0
2
4
6
7
RGB 中可以产生让你很high的颜色,那么它是由什么基本颜色组成?
红
黄
蓝
青
Micro-controller 是。。。。。?
用 transistors和 conductors of heat and sound sensor的一个小小的Cpu
一个可以带来带去的电路并且能用来做其他的电路
一个微型处理器在一个内接的电路上并含有一个处理器,记忆体,和可以处理 input/output
用Silver做出来来的东西
这个是三小??
Uno Cards JOM
Raspberry Pi (Apple pie)
Arduino Duo board
Arduino Uno board
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...
Stop
Compile
Create Sketch
Serial Monitor
Arduino can interact with...
buttons, leds
smartphone
sensors
all of the above
以前的arduino大多数都以2进制(binary)来进行操作。那么以下的哪个不是2进制该出现的东东??
01
00
30
80
What does the 'wait' command do?
Tells the robot to stop and wait
Tells the programme to wait for the specified time before running the next line of code
Stops all code from running
How many digital inputs does Arduino UNO have?
14
6
How many analog inputs does Arduino UNO have?
14
6
Digital or Analog signal?
Digital
Analog
Digital or Analog signal?
Digital
Analog
What is the name of this component?
LED
Resistor
Servo Motor
Potentiometer
Correct or not ?
Correct
Incorrect
Which LED is ON ?
8
9
None!
ALL!
