Arduino Basics

Arduino Basics

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

EXAMEN 1ER TRIMESTRE- SOPORTE 3ERO BT

EXAMEN 1ER TRIMESTRE- SOPORTE 3ERO BT

12th Grade

15 Qs

Arduino: conceptos básicos

Arduino: conceptos básicos

12th Grade

24 Qs

Variables

Variables

9th - 12th Grade

17 Qs

Arduino Review Quiz

Arduino Review Quiz

9th - 12th Grade

21 Qs

IoT X TJKT

IoT X TJKT

10th Grade

15 Qs

Arduino Summer Camp Quiz 2

Arduino Summer Camp Quiz 2

5th - 12th Grade

20 Qs

Programing fundamental

Programing fundamental

12th Grade

20 Qs

ABD1 (C++)

ABD1 (C++)

9th - 12th Grade

15 Qs

Arduino Basics

Arduino Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Janine Towle

Used 88+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does IDE stand for?

Integrated Development Environment

In Deep Environment

Internal Deep Escape

IDE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

loop ( )

delay( )

setup ( )

input( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

loop ( )

delay( )

setup ( )

input( )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to end a statement

!

"

;

\

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These tell the Arduino software when the setup section begins and ends. Without them, the software is lost and unable to compile your code. Think of these as additional punctuation that your code requires. Your code must be perfectly punctuated to compile.

( )

[ ]

< >

{ }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Single line comment

//

&&

<=

>=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comparison operator which means greater than or equal to.

//

&&

<=

>=

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?