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
12 questions
Grade 8 Review

Quiz
•
6th - 8th Grade
10 questions
11 . Arduino Robot Car

Quiz
•
6th - 8th Grade
10 questions
5 . Input Control LED

Quiz
•
6th - 8th Grade
11 questions
Coding Basics in Swift

Quiz
•
7th Grade
14 questions
Interactive Animations and Games from code.org

Quiz
•
7th - 12th Grade
9 questions
Arduino Basics Quiz

Quiz
•
6th - 8th Grade
13 questions
C# - Unity Quiz

Quiz
•
6th - 9th Grade
10 questions
16 . Distance Range Finder

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade