Search Header Logo

C++ and Arduino Basics Quiz

Authored by Nermeen Awadeen

Computers

10th Grade

Used 3+ times

C++ and Arduino Basics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in C++?

A container for storing data values

A type of function

A loop structure

A conditional statement

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'setup()' function in Arduino programming?

Runs once at the start

Runs repeatedly

Sets pin modes

Controls the loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to declare a variable in C++?

data_type variable_name;

variable_name: data_type;

variable_name = data_type;

data_type: variable_name;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'digitalWrite()' function in Arduino?

To set a pin HIGH or LOW

To read input from a pin

To delay the program

To initialize variables

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code snippet: 'int x = 5; int y = 10; float sum = x + y; cout << sum;'?

15

5

10

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a resistor in a circuit?

Limits current flow

Stores energy

Generates light

Acts as a switch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to connect an LED to an Arduino?

Connect the longer leg to a digital pin

Connect the shorter leg to a digital pin

Connect both legs to GND

Connect the LED directly to power

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?