J3 Arduino Quiz

J3 Arduino Quiz

10th Grade

19 Qs

quiz-placeholder

Similar activities

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

SIoT-Desain IO Interfacing

SIoT-Desain IO Interfacing

10th - 12th Grade

15 Qs

An introduction to Arduino

An introduction to Arduino

10th - 11th Grade

16 Qs

EĞİTSEL ROBOTTA ELEKTRONİK BİLEŞENLER

EĞİTSEL ROBOTTA ELEKTRONİK BİLEŞENLER

10th Grade

20 Qs

Arduino

Arduino

KG - Professional Development

20 Qs

Pengenalan Arduino dan LED

Pengenalan Arduino dan LED

10th Grade

15 Qs

Arduino Junior Certification Practice Questions 1

Arduino Junior Certification Practice Questions 1

9th Grade - University

20 Qs

Mecatronica 5to IOQ Final

Mecatronica 5to IOQ Final

9th - 10th Grade

20 Qs

J3 Arduino Quiz

J3 Arduino Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Maker Class

Used 3+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

什么是Arduino中最基本的输出设备?

What is the most basic output device in Arduino?

电位器

Potentiometer

红外綫感应器

Infrared Sensor

LED

超声波传感器

Ultrasonic sensor

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

如何使LED产生闪烁(Blink)的效果?

How to make an LED produce a blinking (Blink) effect?

digitalWrite(LED_PIN, HIGH);

digitalWrite(LED_PIN, LOW);

delay(100); digitalWrite(LED_PIN, LOW);

delay(100);

analogWrite(LED_PIN, 255);

Serial.begin(9600);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

什么用途的元件可以用来调整电路的电阻值?

What component is used to adjust the resistance value in a circuit?

Potentiometer

电位器

Motor

电机

Buzzer

蜂鸣器

Button switch

按钮开关

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

如何读取连接到Arduino的电位器的值?

How do you read the value of a potentiometer connected to Arduino? 

analogRead(potPin);

digitalRead(potPin);

analogWrite(potPin, value);

digitalWrite(potPin, HIGH);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 何时使用按钮开关?

When is a button switch used?

To produce sound 产生声音

To control motor speed 控制电机速度

As an input device to detect button presses 作为输入设备检测按下动作

To send infrared signals 发送红外线信号

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

如何在Arduino中检测按钮开关是否按下?

How do you detect if a button switch is pressed in Arduino?

digitalRead(buttonPin);

analogRead(buttonPin);

pulseIn(buttonPin, HIGH);

Serial.println("Button pressed");

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

什么类型的传感器可以用来测量距离?

What type of sensor is used to measure distance?

光敏电阻

Light-dependent resistor

超声波传感器

Ultrasonic sensor

温度传感器Temperature sensor

气体传感器

Gas sensor

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?