Quiz - Arduino Challenge 1

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
JML- TARQUINO
Used 9+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
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( )
8.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Find the error in the block of code shown:
The function is missing a parenthesis
Inside the function, the instructions should not end with semicolons (;)
Inside the function, One of the variables is misspelled
There are no errors in the code
9.
FILL IN THE BLANK QUESTION
1 min • 10 pts
In the code shown, For each time the loop function is executed, How much time is the Red Led on?
Similar Resources on Wayground
13 questions
Introduction to Arduino Robotics

Quiz
•
7th Grade
7 questions
Introduction to Arduino

Quiz
•
6th - 9th Grade
10 questions
Microbit lesson 2

Quiz
•
6th Grade
10 questions
MineCraft

Quiz
•
7th Grade
13 questions
Python

Quiz
•
7th - 8th Grade
10 questions
9 . Arduino Piano

Quiz
•
6th - 8th Grade
8 questions
Topic 3: Displaying Text on the Serial Monitor

Quiz
•
5th - 6th Grade
13 questions
Scratch

Quiz
•
8th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
13 questions
Primary and Secondary Sources

Quiz
•
6th Grade
15 questions
Decimal Operations

Quiz
•
6th Grade
10 questions
Plotting Points on the Coordinate Plane

Quiz
•
7th - 8th Grade