5 . Input Control LED

5 . Input Control LED

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Lesson 1: Connecting Computers

Lesson 1: Connecting Computers

4th - 6th Grade

10 Qs

Cables & Connectors

Cables & Connectors

7th - 8th Grade

15 Qs

Итоговый тест: 1 полугодие

Итоговый тест: 1 полугодие

6th Grade

11 Qs

6 . RGB Color Switcher

6 . RGB Color Switcher

6th - 8th Grade

10 Qs

How Computers are different from Human Brain?

How Computers are different from Human Brain?

8th Grade

10 Qs

Монитор порта и сервопривод

Монитор порта и сервопривод

6th Grade

8 Qs

Transmission Media

Transmission Media

1st Grade - University

10 Qs

LCD дисплей

LCD дисплей

6th - 8th Grade

14 Qs

5 . Input Control LED

5 . Input Control LED

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Youngbot Academy

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