Arduino Pretest RPL (Live Coding)

Arduino Pretest RPL (Live Coding)

2nd Grade

15 Qs

quiz-placeholder

Similar activities

Latihan soal kelas 2

Latihan soal kelas 2

2nd Grade

20 Qs

ulangan harian

ulangan harian

1st - 10th Grade

19 Qs

Pertambangan

Pertambangan

1st Grade - Professional Development

10 Qs

Airport Quiz

Airport Quiz

KG - University

20 Qs

MTB - Week 8 (Learning Activity)

MTB - Week 8 (Learning Activity)

2nd Grade

10 Qs

Simpulan Bahasa

Simpulan Bahasa

1st - 6th Grade

20 Qs

Quiz Training City Courier

Quiz Training City Courier

1st - 3rd Grade

10 Qs

GCS dan JVP

GCS dan JVP

1st - 3rd Grade

10 Qs

Arduino Pretest RPL (Live Coding)

Arduino Pretest RPL (Live Coding)

Assessment

Quiz

Other

2nd Grade

Practice Problem

Hard

Created by

ZAINAL ARIFIN

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Media Image

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

Media Image

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?