Arduino Signals and Programming Quiz

Arduino Signals and Programming Quiz

6th Grade

24 Qs

quiz-placeholder

Similar activities

soft c and g

soft c and g

2nd Grade - University

20 Qs

Cultural Heritage Little Historians

Cultural Heritage Little Historians

4th Grade - Professional Development

20 Qs

Quizz Python Revision

Quizz Python Revision

6th Grade

21 Qs

Arduino Signals and Programming Quiz

Arduino Signals and Programming Quiz

Assessment

Quiz

Architecture

6th Grade

Easy

Created by

sajedah al-hilo

Used 3+ times

FREE Resource

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

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?

Similar Resources on Wayground