Arduino ELESA

Arduino ELESA

University

10 Qs

quiz-placeholder

Similar activities

Essentials 2.0

Essentials 2.0

University

12 Qs

Quiz BAB I

Quiz BAB I

University

10 Qs

Workshop 2

Workshop 2

University

10 Qs

DE-UNIT 1-27.07.2020

DE-UNIT 1-27.07.2020

University

10 Qs

Quiz Techno Training Robotika

Quiz Techno Training Robotika

University

9 Qs

 RANGKAIAN ALAT UKUR CAHAYA SECARA ANALOG

RANGKAIAN ALAT UKUR CAHAYA SECARA ANALOG

University

10 Qs

Arduin-KNOW Recap

Arduin-KNOW Recap

University

15 Qs

Evaluación sobre Arduino Uno en Robótica

Evaluación sobre Arduino Uno en Robótica

5th Grade - University

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