void setup()
{
// put your setup code here, to run once:
...
Serial.print("Hello World");
}
void loop()
{
// put your main code here, to run repeatedly:
}
Arduino Debug
Quiz
•
Science
•
11th Grade
•
Hard
ZAINAL ARIFIN
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
...
Serial.print("Hello World");
}
void loop()
{
// put your main code here, to run repeatedly:
}
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
...("Hello World");
}
void loop()
{
// put your main code here, to run repeatedly:
}
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
//Serial.print("Hello World");
... x;
x=10;
Serial.print(x);
}
void loop()
{
// put your main code here, to run repeatedly:
}
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
//Serial.print("Hello World");
... x;
x=10.5;
Serial.print(x);
}
void loop()
{
// put your main code here, to run repeatedly:
}
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
//Serial.print("Hello World");
... x;
x="abc";
Serial.print(x);
}
void loop()
{
// put your main code here, to run repeatedly:
}
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
//Serial.print("Hello World");
... x;
x='a';
Serial.print(x);
}
void loop()
{
// put your main code here, to run repeatedly:
}
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
int a;
for (...)
{
Serial.print(a);
Serial.print(" ");
}
}
void loop()
{
// put your main code here, to run repeatedly:
}
OUTPUT :
0 1 2 3 4 5
10 questions
Matter End Unit
Quiz
•
5th Grade - University
14 questions
Protein Synthesis Practice
Quiz
•
9th - 12th Grade
12 questions
Investigation 2 I-Check: Rocks, Soils, And Landforms
Quiz
•
4th Grade - University
10 questions
Sensores, actuadores PWM y conversión A/D
Quiz
•
11th Grade
10 questions
Review Quiz G9 Celba
Quiz
•
9th - 12th Grade
20 questions
Philippine Constitution, General Information, Current Events
Quiz
•
10th Grade - University
13 questions
Mole
Quiz
•
10th - 12th Grade
15 questions
7c) Questions - Moons of the Solar System
Quiz
•
10th - 12th Grade
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
12 questions
Multiplying Fractions
Quiz
•
6th Grade
30 questions
Biology Regents Review #1
Quiz
•
9th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function
Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function
Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review 2: Ecology
Quiz
•
9th - 12th Grade
85 questions
Regents Living Environment
Quiz
•
8th - 11th Grade
22 questions
Earth Science Reference Tables Review
Lesson
•
9th - 12th Grade
35 questions
Regents Earth Science Review
Quiz
•
9th - 12th Grade
21 questions
Earth Science Regents Review
Quiz
•
9th - 12th Grade
50 questions
Biology Spring Final Exam 2025
Quiz
•
9th - 12th Grade