Search Header Logo

Arduino ELESA

Authored by Nikita Mota

Other

University

Used 9+ times

Arduino ELESA
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?