
Arduino

Quiz
•
Computers
•
9th - 10th Grade
•
Hard
chetna kachhwaha
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
___________ are pre built circuit boards that fit on top of Android.
Sensor
Breadboard
Data Types
Sheilds
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this line of code do? counter++;
Increment counter by an amount that depends on its definition.
This is not a legal statement in the Arduino language.
Adds 1 to the variable counter
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is there anything wrong with this line of code, if yes, what? if(myVar = true) Serial.println("The light is ON");
There needs to be a space after the if keyword.
The = should be ==
There is nothing wrong.
An if statement must use braces.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of foo when these lines of code are executed? foo = 12; foo = foo % 10;
1
2
1.2
None of above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this line of code do? temp = !temp;
Sets the variable temp to its logical compliment.
Converts the variable temp to a boolean value.
The line is not a legal Arduino statement.
Preforms a factorial calculation.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the range of numbers you can store in a variable of type byte?
0 to 65535
-128 to 127
0 to 255
0 to 9
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
To subtract 1 from a variable counter, you can use the following statement(s) (check all that apply)
counter- = 1;
counter = counter -1;
counter--;
--counter;
None of above
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
If/Else Statements (C++ Programming)

Quiz
•
9th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
10 questions
Функции def

Quiz
•
9th - 12th Grade
15 questions
worksheeet

Quiz
•
6th Grade - University
10 questions
Coding - Computer Programming

Quiz
•
KG - University
12 questions
Python - Conditionals

Quiz
•
9th - 12th Grade
10 questions
Python quiz

Quiz
•
10th Grade - Professi...
11 questions
Kotlin

Quiz
•
1st - 12th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

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

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade