5 . Input Control LED

5 . Input Control LED

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Exploring IoT and Bluetooth Basics

Exploring IoT and Bluetooth Basics

7th Grade

15 Qs

Arduino Lesson 1

Arduino Lesson 1

6th - 8th Grade

11 Qs

How Computers are different from Human Brain?

How Computers are different from Human Brain?

8th Grade

10 Qs

I.T. Quiz Bowl 2025

I.T. Quiz Bowl 2025

5th - 7th Grade

15 Qs

Arduino

Arduino

1st - 12th Grade

10 Qs

Jaringan Komputer

Jaringan Komputer

8th Grade

10 Qs

Identity Theft

Identity Theft

6th - 8th Grade

10 Qs

COMPUTER STUDIES

COMPUTER STUDIES

4th - 7th Grade

10 Qs

5 . Input Control LED

5 . Input Control LED

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Youngbot Academy

Used 11+ 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?