
quiziz rpl a (by ramdhan)
Authored by ZAINAL ARIFIN
Other
1st - 5th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
5 mins • 1 pt
void setup () {
Serial.begin(9600);
Serial.println("kapan indonesia merdeka?");
.....("17 agustus 1945");
2.
FILL IN THE BLANK QUESTION
5 mins • 1 pt
void setup() {
Serial.begin(9600);
Serial.println("5+5");
.....
3.
FILL IN THE BLANK QUESTION
5 mins • 1 pt
....() {
Serial.begin(9600);
}
void loop () {
}
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup () {
Serial.begin(9600);
}
void loop () {
for (int i = 1 i i < = 100; ++i) {
Serial.print (" ; ");
}
}
.....
}
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup () {
Serial.begin(9600);
int x,y;
for(x=0; x<=4; x++)
{
for(...)
{
if (x == y)
{
Serial.print ("+");
delay (250);
}
else
{
Serial.print ("x");
delay (250);
}
}
Serial.println();
delay (250);
}
}
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup () {
Serial.begin(9600);
int a;
for(....)
{
Serial.println("hallo guys");
delay (100);
}
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
void setup ()
{
Serial.begin(9600);
}
void loop ()
{
for (int i = 1; i< = 10; ++i)
{
Serial.print(i) ;
if (i < 10)
{
Serial.print ("....");
}
}
while (1);
}
Access all questions and much more by creating a free account
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
Already have an account?