ARDUINO WORKSHOP

ARDUINO WORKSHOP

University

20 Qs

quiz-placeholder

Similar activities

Basics of Robotics

Basics of Robotics

University

25 Qs

Mikrokontroller

Mikrokontroller

University

20 Qs

Arduino Programming Basics

Arduino Programming Basics

University

25 Qs

Kalakriti S1 Quiz JIDO

Kalakriti S1 Quiz JIDO

University

15 Qs

UAS MK MIKROKONTROLLER

UAS MK MIKROKONTROLLER

University

20 Qs

Экзамен

Экзамен

University

19 Qs

Kuis Pertemuan 1 dan 2

Kuis Pertemuan 1 dan 2

University

15 Qs

Exploring the Realm of IoT

Exploring the Realm of IoT

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?