5 . Input Control LED

5 . Input Control LED

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

GRADE 7- ROBOTIC WORLD

GRADE 7- ROBOTIC WORLD

7th Grade

15 Qs

Pembuatan Program Mikrokontroler

Pembuatan Program Mikrokontroler

1st - 10th Grade

13 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

Electrónica 6

Electrónica 6

6th Grade

6 Qs

Computer classification

Computer classification

5th - 6th Grade

15 Qs

TP8 - V5 - Oefentoets deel1

TP8 - V5 - Oefentoets deel1

7th - 12th Grade

12 Qs

1.2.2 - Secondary Storage

1.2.2 - Secondary Storage

KG - University

13 Qs

Повторение с фоторезистором

Повторение с фоторезистором

6th Grade

11 Qs

5 . Input Control LED

5 . Input Control LED

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Youngbot Academy

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to initialize serial communication in an Arduino sketch?

Serial.begin()

Serial.start();

Serial.Begin();

Serial.begin();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What baud rate is commonly used for serial communication with the Arduino Serial Monitor?

2400
115200
9600
4800

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to print data to the Serial Monitor?

Serial.write()
Serial.read()
Serial.begin()
Serial.print()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • Which function reads incoming serial data from the Serial Monitor?

Serial.receive()

Serial.read()

Serial.fetch()

Serial.transmit()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data does the "Serial.read() "function return?

character

boolean
float
string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to check if data is available to read from the Serial Monitor?

Serial.read()
Serial.check()
Serial.ready()
Serial.available()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you print a new line after printing data to the Serial Monitor?

Serial.print(' ');
Serial.write(' ');
Serial.writeLine();
Serial.println();

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?