Arduino programming

Quiz
•
Computers
•
12th Grade
•
Hard
Standards-aligned
Al-sh Al-sh
Used 68+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A==7 means
A is equal to 7
7 is assigned as an int A
A is not equal to 7
A is greater than 7
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does A&&B mean
It is a logical AND operator
It is a logical OR operator
It is a multiplication operator
it is a division operator
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
int Led1=4;
void setup(){
digitalWrite (LED1, High);
}
Find the errors?
LED 1
DigitalWrite
HIGH
Void Setup
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
I use temperature sensor to read the room temperature. How do I write Temperature Sensor Set-up.
void setup(){
_______________________;
}
PinMode (Tsensor, Output);
pinMode (Tsensor, OUTPUT);
PinMode (Tsensor, Input);
pinMode (Tsensor, INPUT);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tags
CCSS.8.F.A.1
CCSS.HSF.IF.A.1
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
BTEC Level 2 Technology Systems W1-4

Quiz
•
11th - 12th Grade
11 questions
Arduino - Contador

Quiz
•
9th Grade - University
15 questions
Conceptos Básicos de Arduino

Quiz
•
9th - 12th Grade
15 questions
Input and Output Devices Quiz

Quiz
•
11th Grade - University
11 questions
Arduino Quiz

Quiz
•
10th Grade - University
13 questions
NRW 2022

Quiz
•
7th - 12th Grade
10 questions
Hardware

Quiz
•
9th - 12th Grade
10 questions
Parts of a Computer

Quiz
•
9th - 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
20 questions
Digital Citizenship

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

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

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

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade