Search Header Logo

5 . Input Control LED

Authored by Youngbot Academy

Computers

6th - 8th Grade

Used 14+ times

5 . Input Control LED
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

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

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?