Arduino Quiz

Arduino Quiz

University

15 Qs

quiz-placeholder

Similar activities

Awesome MyReSkill IoT

Awesome MyReSkill IoT

12th Grade - Professional Development

10 Qs

Infoarduino

Infoarduino

10th Grade - Professional Development

10 Qs

Understand your camera

Understand your camera

University

14 Qs

Robotics/Coding Pop Quiz

Robotics/Coding Pop Quiz

4th Grade - Professional Development

10 Qs

Quiz PLC OMRON Pertemuan 3

Quiz PLC OMRON Pertemuan 3

University

15 Qs

Robótica básica 1 - Conceitos

Robótica básica 1 - Conceitos

6th Grade - University

10 Qs

Filme/seriale

Filme/seriale

7th Grade - Professional Development

20 Qs

Engines 2 Week 2

Engines 2 Week 2

University

11 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?