Basic Arduino Programming

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Dave Fogliatti
Used 15+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a variable?
A type of storage for us to store information we use in a code
Allows us to run the code many times
The type of information we store in a code
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a loop?
A type of storage for us to store information we use in a code
Allows us to run the code many times
The type of information we store in a code
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the variable of the following statement:
int count = 3;
int
count
3
;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this function does?
digitalWrite ()
writes output value to either HIGH or LOW
writes output value using PWM sequence
sets a pin to either INPUT or OUTPUT
pauses the program
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this function does?
pinMode ()
writes output value to either HIGH or LOW
writes output value using PWM sequence
sets a pin to either INPUT or OUTPUT
pauses the program
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this function does?
delay ()
writes output value to either HIGH or LOW
writes output value using PWM sequence
sets a pin to either INPUT or OUTPUT
pauses the program
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when you run this code:
digitalWrite (red, HIGH);
delay (5000);
The red LED lights up for 5000 seconds
The red LED turns off for 5000 seconds
The red LED turns on for 5 seconds
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
PENGENDALI SISTEM ROBOTIK XII_soal 1

Quiz
•
7th - 12th Grade
17 questions
Direct Input Devices

Quiz
•
7th - 9th Grade
17 questions
Python - Quiz

Quiz
•
9th - 11th Grade
22 questions
Arduino

Quiz
•
9th Grade
19 questions
J3 Arduino Quiz

Quiz
•
10th Grade
15 questions
Python Basics

Quiz
•
KG - University
18 questions
arduino

Quiz
•
10th Grade
17 questions
"switch" Java Statement - 1

Quiz
•
9th - 10th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade