C++/Arduino Quiz

C++/Arduino Quiz

11th Grade

19 Qs

quiz-placeholder

Similar activities

Infternet of Things

Infternet of Things

11th Grade

15 Qs

Quiz #2 Electronics

Quiz #2 Electronics

9th - 12th Grade

20 Qs

coding quiz

coding quiz

5th Grade - Professional Development

20 Qs

Input Devices

Input Devices

11th Grade

20 Qs

Arduino 1

Arduino 1

11th Grade

20 Qs

An introduction to Arduino

An introduction to Arduino

10th - 11th Grade

16 Qs

Arduino Kelas XI SMAK 3 PENABUR Jakarta

Arduino Kelas XI SMAK 3 PENABUR Jakarta

11th Grade

15 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

C++/Arduino Quiz

C++/Arduino Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

APR E

Used 7+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the serial.begin() function in Arduino programming?

To initialize serial communication

To set the baud rate for serial communication

To define the number of data bits for serial communication

To configure the parity for serial communication

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set a digital pin to HIGH using the digitalWrite() function?

digitalWrite(pin, OFF)

digitalWrite(pin, 0)

digitalWrite(pin, HIGH)

digitalWrite(pin, LOW)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the delay() function do in Arduino programming?

The delay() function speeds up the program execution.

The delay() function stops the program completely.

The delay() function randomly pauses the program for different amounts of time.

The delay() function pauses the program for a specified amount of time.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables used for in Arduino programming?

Variables in Arduino programming are used to display data on the LCD screen.

Variables in Arduino programming are used to control the flow of the program.

Variables in Arduino programming are used to connect to external devices.

Variables in Arduino programming are used to store and manipulate data.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are relational operators in Arduino programming?

Operators used to assign values to variables in Arduino programming.

Operators used to compare two values in Arduino programming.

Operators used to perform mathematical operations in Arduino programming.

Operators used to control the flow of execution in Arduino programming.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store whole numbers in Arduino programming?

float

int

string

boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring a variable in Arduino programming?

int = myVariable;

myVariable = int;

int myVariable;

myVariable = int();

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?