Arduino ELESA

Arduino ELESA

University

10 Qs

quiz-placeholder

Similar activities

Quiz de Comandos Arduino

Quiz de Comandos Arduino

University

15 Qs

Chapter 2 Telecom

Chapter 2 Telecom

University

10 Qs

Arduino MCQ

Arduino MCQ

University

10 Qs

Round-1 Quizoid

Round-1 Quizoid

University

15 Qs

ECE 102 Quiz on Comms Concepts

ECE 102 Quiz on Comms Concepts

University

15 Qs

A & R Week 7 Industry session assessment

A & R Week 7 Industry session assessment

University

10 Qs

Quiz Pengenalan Mikrokontroler dan Arduino

Quiz Pengenalan Mikrokontroler dan Arduino

10th Grade - University

15 Qs

Electronics

Electronics

University

11 Qs

Arduino ELESA

Arduino ELESA

Assessment

Quiz

Other

University

Medium

Created by

Nikita Mota

Used 8+ 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?