Search Header Logo

Quiz - Arduino Challenge 1

Authored by JML- TARQUINO

Computers

6th - 8th Grade

Used 10+ times

Quiz - Arduino Challenge 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

What does IDE stand for?

Internal Deep Escape

In Deep Environment

Integrated Development Environment

I Don't Elaborate

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which command or function is called repetitively over and over again as long as the Arduino has power.

setup()

loop()

instruction()

repeat()

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which command is called when a sketch starts?. It is used to initialize variables, pin modes, start using libraries, etc. It will only run once, after each power up or reset of the Arduino board.

delay()

input()

loop()

setup()

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What character is used to end a statement in a C++ Code?

!

,

;

-

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which character is used in Arduino software to tell when the function section begins and ends?. (Without them, the software is lost and unable to compile your code)

( )

[ ]

{ }

< >

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

This is used only in function declarations. It indicates that the function is expected to return no information to the function from which it was called.

bool

float

void

char

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which command is used to pause the program for the amount of time (in miliiseconds) specified as parameter?. (There are 1000 milliseconds in a second.)

stop( )

delay( )

regress( )

start( )

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?