
Arduino Pretest RPL (Live Coding)
Quiz
•
Other
•
2nd Grade
•
Practice Problem
•
Hard
ZAINAL ARIFIN
Used 4+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
void setup()
{
// put your setup code here, to run once:
...;
Serial.print("Hello World");
}
void loop()
{
// put your main code here, to run repeatedly:
}
Isilah titik-titik pada code di atas!
2.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
int a;
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
a=0;
Serial.print(...);
}
void loop()
{
// put your main code here, to run repeatedly:
}
Isilah titik-titik pada code di atas!
3.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
... a;
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
a=0.5;
Serial.print(a);
}
void loop()
{
// put your main code here, to run repeatedly:
}
Isilah titik-titik pada code di atas!
4.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
... a;
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
a='$';
Serial.print(a);
}
void loop()
{
// put your main code here, to run repeatedly:
}
Isilah titik-titik pada code di atas!
5.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
... a[3];
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
a[0]="SMK Wiraswasta";
a[1]="XI RPL";
a[2]="TAV";
Serial.println(a[0]);
Serial.println(a[1]);
Serial.println(a[2]);
}
void loop()
{
// put your main code here, to run repeatedly:
}
Isilah titik-titik pada code di atas!
6.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
String a[3];
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
a[0]="SMK Wiraswasta";
a[1]="XI RPL";
a[2]="TAV";
...(a[0]);
...(a[1]);
...(a[2]);
}
void loop()
{
// put your main code here, to run repeatedly:
}
Isilah titik pada code di atas!
7.
FILL IN THE BLANK QUESTION
3 mins • 2 pts
String a[3];
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
...;
}
void loop()
{
// put your main code here, to run repeatedly:
}
void text()
{
a[0]="SMK Wiraswasta";
a[1]="XI RPL";
a[2]="TAV";
Serial.println(a[0]);
Serial.println(a[1]);
Serial.println(a[2]);
}
Isilah titik-titik di atas!
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Ebolusyon ng Alpabetong Filipino
Quiz
•
KG - 5th Grade
13 questions
Mesin Ringkas
Quiz
•
1st - 3rd Grade
11 questions
Druk 3d
Quiz
•
1st - 3rd Grade
15 questions
SHS - MAIKLING PAGSUSULIT 2.1
Quiz
•
2nd Grade
10 questions
M.C5 - Analyse des risques professionnels
Quiz
•
1st - 5th Grade
20 questions
PTS PKWU KELAS XI
Quiz
•
2nd Grade
10 questions
KIMIA FARMASI XI
Quiz
•
2nd Grade
15 questions
DIKLAT DASAR SAMPLING AIR & AIR LIMBAH
Quiz
•
1st - 5th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Other
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
14 questions
States of Matter
Lesson
•
KG - 3rd Grade
13 questions
Veterans' Day
Quiz
•
1st - 3rd Grade
10 questions
Charlie Brown's Thanksgiving Adventures
Interactive video
•
2nd - 5th Grade
20 questions
Multiplication Mastery Checkpoint
Quiz
•
1st - 5th Grade
20 questions
Subtraction Facts
Quiz
•
2nd Grade
20 questions
Multiplication Facts
Quiz
•
2nd - 3rd Grade
20 questions
Place Value
Quiz
•
KG - 3rd Grade
