pencil-icon
Build your own quiz

Computers

2nd -

5thgrade

Image

HOLIDAY HIVE Grasshopper App

7
plays

10 questions

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

    What is coding?

    how we communicate with the computers

    how we read

    how we calculate numbers

  • 2. Multiple Choice
    30 seconds
    1 pt
    A store has 20 apples in inventory.How can you store this information in a JavaScript variable?
    var numApples == 20;
    20 = numApples;
    var numApples = 20;
    var num apples = 20;
  • 3. Multiple Choice
    30 seconds
    1 pt
    After running the following code, what will be the value of x?
    y = 3;
    x = 5 * y;
    3
    5
    15
    0
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?