Arduino ELESA

Arduino ELESA

University

10 Qs

quiz-placeholder

Similar activities

Kuis 1 Praktik Mikrokontroler

Kuis 1 Praktik Mikrokontroler

University

11 Qs

Soal Quiz Robotic Kelas 11

Soal Quiz Robotic Kelas 11

12th Grade - University

15 Qs

Arduino Quiz

Arduino Quiz

University

15 Qs

NTD 6 Manhã

NTD 6 Manhã

6th Grade - University

10 Qs

quiz final dig ii

quiz final dig ii

University

10 Qs

TRABAJO EN ARDUINO UNO

TRABAJO EN ARDUINO UNO

7th Grade - University

14 Qs

External examination CAD-2 LAB

External examination CAD-2 LAB

University

10 Qs

Arduino Uno Quiz

Arduino Uno Quiz

University

15 Qs

Arduino ELESA

Arduino ELESA

Assessment

Quiz

Other

University

Medium

Created by

Nikita Mota

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of signal does the analogWrite() function output?

Pulse Code Modulated Signal

Frequency Modulated Signal

Pulse Width Modulated Signal

Pulse Amplitude Modulated Signal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following 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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for reading data from a sensor connected to an analog input pin?

analogRead(sensor_pin);

digitalRead(sensor_pin);

analogWrite(sensor_pin, value);

digitalWrite(sensor_pin, value);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for sending data over the serial port in an Arduino sketch?

Serial.println(data);

Serial.print(data);

Serial.write(data);

Serial.read(data);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for creating a delay of 1 second in an Arduino sketch?

delay(60);

delay(1);

delay(1000);

delay(60000);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the microcontroller used in Arduino UNO?

ATmega328p

ATmega2560

ATmega32114

AT91SAM3x8E

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arduino IDE consists of 2 functions. What are they?

Loop() and build() and setup()

Build() and loop()

Setup() and build()

Setup() and loop()

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?