Arduino Quiz #11: Functions

Arduino Quiz #11: Functions

11th Grade

18 Qs

quiz-placeholder

Similar activities

Quiz #6 (BSIT 3G)

Quiz #6 (BSIT 3G)

University

20 Qs

Komponen Arduino

Komponen Arduino

11th Grade

15 Qs

Pengertian dan Komponen Arduino

Pengertian dan Komponen Arduino

12th Grade

20 Qs

Quiz de Robótica com Arduino

Quiz de Robótica com Arduino

12th Grade

15 Qs

Arduino

Arduino

12th Grade

15 Qs

Quiz tentang Arduino dan Raspberry Pi

Quiz tentang Arduino dan Raspberry Pi

11th Grade - University

20 Qs

Evaluación periodo 1 grado 10°

Evaluación periodo 1 grado 10°

10th Grade - University

18 Qs

Diagnostico Grado Sexto

Diagnostico Grado Sexto

6th Grade - University

18 Qs

Arduino Quiz #11: Functions

Arduino Quiz #11: Functions

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

Joshua.Teacher Mclean

Used 2+ times

FREE Resource

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

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?