ARDUINO WORKSHOP

ARDUINO WORKSHOP

University

20 Qs

quiz-placeholder

Similar activities

Chapter 17 Hairstyling

Chapter 17 Hairstyling

University

20 Qs

app inventor

app inventor

University

16 Qs

PC Pro Chapter 3

PC Pro Chapter 3

11th Grade - University

20 Qs

Fiber Optics

Fiber Optics

6th Grade - Professional Development

15 Qs

EC8071_CR_MODELEXAM-IV (08.12.2020)_PART-B

EC8071_CR_MODELEXAM-IV (08.12.2020)_PART-B

University

15 Qs

Test de evaluación para prácticas del Summer Camp

Test de evaluación para prácticas del Summer Camp

University

20 Qs

Pengendali Sistem Robotik

Pengendali Sistem Robotik

10th Grade - University

25 Qs

Cooking utensils

Cooking utensils

University

20 Qs

ARDUINO WORKSHOP

ARDUINO WORKSHOP

Assessment

Quiz

Other

University

Medium

Created by

Abi V

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about the VIN pin on the Arduino Uno is TRUE?

It provides a constant 3.3V output.

It is used to power the board when using an external power source.

It can be used to read analog voltages.

It is a ground pin used for circuit protection.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default resolution of analogRead() on the Arduino Uno?

8-bit (0 - 255)

10-bit (0 - 1023)

12-bit (0 - 4095)

16-bit (0 - 65535)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pin(s) on the Arduino Uno are officially hardware PWM capable?

D2, D4, D6, D8, D12

D3, D5, D6, D9, D10, D11

D1, D2, D3, D9, D10, D13

All digital pins (D0 - D13)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The built-in LED on the Arduino Uno is connected to which pin?

D1

D5

D10

D13

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you use analogWrite(9, 127);, what voltage (approximately) will appear at pin D9?

1.25V

2.5V

3.75V

5V

Answer explanation

Since 127 is approximately 50% of 255, the output voltage is 50% of 5V, which is 2.5V.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the attachInterrupt() function in Arduino?

It enables a timer interrupt for delay calculations.

It stops the execution of loop() and jumps to another function.

It links an external event to an interrupt service routine (ISR).

It allows the Arduino to communicate over I2C.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following digital pins on the Arduino Uno are also used for I2C communication?

D2,D3

D10,D11

A4,A5

D0,D1

Answer explanation

A4 = SDA, A5 = SCL for I2C communication

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?