Education

6th -

12thgrade

Image

Arduino_01

5
plays

8 questions

Show Answers
See Preview
  • 1. Multiple Choice
    45 seconds
    1 pt

    Syntax untuk fungsi "if" adalah ...

    if(condition){

    //statement(s)

    }

    if(statement){

    //statement(s)

    }

    if(statement){

    //condition(s)

    }

    if(condition){

    //increment(s)

    }

  • 2. Multiple Choice
    45 seconds
    1 pt

    Comparation Operator yang menyatakan "x tidak sama dengan y" adalah ...

    x =! y

    x == y

    x <=

    x != y

  • 3. Multiple Choice
    45 seconds
    1 pt

    Berikut ini contoh code untuk fungsi if, manakah yang salah dari contoh berikut ...

    if (x > 120) digitalWrite(LEDpin, HIGH);

    if (x > 120) {digitalWrite(LEDpin, HIGH);}

    if (x > 120)

    digitalWrite(LEDpin, HIGH)

    if (x > 120) {

    digitalWrite(LEDpin1, HIGH);

    digitalWrite(LEDpin2, HIGH);

    }

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?