Search Header Logo

Arduino Quiz #11: Functions

Authored by Joshua.Teacher Mclean

Information Technology (IT)

11th Grade

Used 3+ times

Arduino Quiz #11: Functions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of using functions in an Arduino sketch?

They make the code run faster.

They help organize and modularize the code.

They increase the memory usage.

They make the code harder to read.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a required function in an Arduino sketch?

begin()

initialize()

setup()

main()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the 'myMultiplyFunction' do in the example provided?

Adds two numbers

Subtracts two numbers

Multiplies two numbers

Divides two numbers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should a custom function be declared in an Arduino sketch?

Inside the setup() function

Inside the main() function

Inside the loop() function

Outside any other function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the 'ReadSens_and_Condition' function?

To initialize a sensor

To write data to a sensor

To read a sensor, average the readings, scale, and invert the result

To read a sensor and return the raw value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times does the 'ReadSens_and_Condition' function read the sensor?

Five times

Four times

Six times

Three times

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the 'myMultiplyFunction' when called with parameters 2 and 3?

8

5

6

7

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?