pencil-icon
Build your own quiz

Computers

9th -

10thgrade

Image

Arduino

8
plays

10 questions

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

    ___________ are pre built circuit boards that fit on top of Android.

    Sensor

    Breadboard

    Data Types

    Sheilds

  • 2. Multiple Choice
    30 seconds
    1 pt

    What does this line of code do? counter++;

    Increment counter by an amount that depends on its definition.

    This is not a legal statement in the Arduino language.

    Adds 1 to the variable counter

    None of the above

  • 3. Multiple Choice
    30 seconds
    1 pt

    Is there anything wrong with this line of code, if yes, what? if(myVar = true) Serial.println("The light is ON");

    There needs to be a space after the if keyword.

    The = should be ==

    There is nothing wrong.

    An if statement must use braces.

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?