Search Header Logo

quiziz rpl a (by ramdhan)

Authored by ZAINAL ARIFIN

Other

1st - 5th Grade

quiziz rpl a (by ramdhan)
AI

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?