
QUIZ G11

Quiz
•
Computers
•
11th Grade
•
Medium
Salman Alasyi
Used 2+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following variable names is invalid in Arduino?
sensorValue
123data
temperature_sensor
motorSpeed
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the function of "String" data type?
For declaring alphabetical value
For wiring the circuit
For storing number
For displaying the data
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is a string stored in Arduino?
As an array of characters
As a single number
As binary code
As an integer
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of values does a digital pin read?
Any value between 0 and 1023
Only HIGH (1) or LOW (0)
Any floating point value
A value between 0 and 255
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following functions writes a HIGH signal to a digital pin?
digitalWrite(pin, 1);
analogWrite(pin, HIGH);
digitalRead(pin, HIGH);
analogRead(pin, 1);
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare an integer variable named speed in Arduino?
int speed = 10;
integer speed = 10;
var speed = 10;
speed = 10;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a variable in Arduino?
To store and manipulate data
To create new functions
To directly control hardware
To print values on the screen
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Arduino Microcontroller Quiz

Quiz
•
11th Grade
15 questions
6 Arduino: Potentiometers

Quiz
•
11th Grade
20 questions
PRG2-1 Arduino úvod

Quiz
•
11th Grade
17 questions
IGCSE ICT Chapter 1-3 revision

Quiz
•
10th - 11th Grade
16 questions
Arduino Quiz

Quiz
•
9th - 12th Grade
15 questions
Robot Enspiro

Quiz
•
5th - 12th Grade
19 questions
Analog vs. Digital Information

Quiz
•
10th - 12th Grade
19 questions
C++/Arduino Quiz

Quiz
•
11th 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