J3 Arduino Quiz

J3 Arduino Quiz

10th Grade

19 Qs

quiz-placeholder

Similar activities

Perakitan Komputer

Perakitan Komputer

10th Grade

18 Qs

Tower Take Over

Tower Take Over

6th - 12th Grade

15 Qs

REPASO DE CONTENIDOS

REPASO DE CONTENIDOS

1st - 12th Grade

15 Qs

Computer Components Intro Quiz

Computer Components Intro Quiz

9th Grade - University

20 Qs

BÀI 18 TIN HỌC 10

BÀI 18 TIN HỌC 10

10th Grade

19 Qs

TMK tahun 6: UNIT 3 PENGHASILAN DAN PENGUJIAN ATUR CARA

TMK tahun 6: UNIT 3 PENGHASILAN DAN PENGUJIAN ATUR CARA

1st - 12th Grade

20 Qs

PENGENDALI SISTEM ROBOTIK XII_soal 1

PENGENDALI SISTEM ROBOTIK XII_soal 1

7th - 12th Grade

20 Qs

analog jarkom

analog jarkom

10th Grade

20 Qs

J3 Arduino Quiz

J3 Arduino Quiz

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

Maker Class

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?