Arduino Quiz

Arduino Quiz

University

15 Qs

quiz-placeholder

Similar activities

Electrónica Con Arduino

Electrónica Con Arduino

University

16 Qs

IOT

IOT

11th Grade - Professional Development

20 Qs

Unit-III Quiz

Unit-III Quiz

University

15 Qs

Kuis IoT

Kuis IoT

University

20 Qs

Kuiz robotik

Kuiz robotik

University

10 Qs

Arduino/Node MCU

Arduino/Node MCU

University

15 Qs

Mastering Arduino Final Test

Mastering Arduino Final Test

University

10 Qs

Siemens Level 1 Electrical #1

Siemens Level 1 Electrical #1

University - Professional Development

20 Qs

Arduino Quiz

Arduino Quiz

Assessment

Quiz

Professional Development

University

Hard

Created by

ARAVINDAGURU EIE

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Arduino IDE, IDE stands for _______________.

Integrated Digital Environment

Integrated Development Environment

Instruction Development Environment

Integrated Development Embedded

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_____________ Arduino boards has built-in Wi-Fi connectivity.

Arduino Uno

Arduino Mega

Arduino Nano

Arduino MKR1000

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In designing a temperature monitoring system using an Arduino Uno. The LM35 temperature sensor outputs an analog voltage proportional to the temperature. Which function will you use to read the sensor values, and how will you convert the value to degrees Celsius?

digitalRead(A0) * 0.488

analogRead(A0) * (5.0 / 1023.0) * 100

analogRead(A0) * (3.3 / 1023.0) * 100

Serial.print(analogRead(A0))

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_______________ is used to control the brightness of an LED connected to an Arduino board.

Analog input pin

Digital input pin

Analog output pin

Digital output pin

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The maximum number of analog input pins available on an Arduino UNO board is ___________.

4

6

8

10

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Identify this component.

Speaker

Temperature sensor

Wind sensor

Ultrasonic sensor

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

______________ is the microcontroller used in Arduino UNO.

AT91SAM3x8E

ATmega328p

ATmega2560

ATmega32114

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?