Search Header Logo

Arduino Signals and Programming Quiz

Authored by sajedah al-hilo

Architecture

6th Grade

Used 3+ times

Arduino Signals and Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which technique does Arduino use to generate analogue signals?

Pulse width modulation (PWM)

Amplitude modulation

Frequency modulation

Square wave modulation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which value corresponds to a 100% duty cycle in PWM?

255

200

500

128

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming language does Arduino use for sketch development?

Java

JavaScript

Python

C/C++

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is required to establish a serial communication with the Arduino board?

Serial.begin(9600);

Serial.init(9600);

Serial.start(9600);

Serial.send(9600);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which part of the Arduino code should Serial.begin be written?

void setup():

void main():

void loop():

void start():

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the statement Serial.println(…); do in Arduino?

It converts data to a string.

It initializes the serial communication.

It sends data without starting a new line.

It sends data and moves to a new line on the display.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of Serial.println(5+1); on the monitor?

5

1

5+1

6

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?