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
20 questions
არდუინოს შესავალი.N1
Quiz
•
9th Grade - University
20 questions
Serial Killer Quiz
Quiz
•
9th - 12th Grade
20 questions
IOT
Quiz
•
8th - 12th Grade
10 questions
ARDUINO
Quiz
•
9th - 12th Grade
18 questions
BACE 4.6 Serial Dilutions Practice S25
Quiz
•
9th - 12th Grade
12 questions
Psychology: Cognition
Quiz
•
10th - 12th Grade
16 questions
Java Основи
Quiz
•
11th Grade - University
10 questions
Review Quiz G9 Celba
Quiz
•
9th - 12th Grade
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade