placeholder image to represent content

Using Robotics: PLTW 3.3 and 3.4

Quiz by Shelly Hobbs

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
9 questions
Show answers
  • Q1
    In ROBOTC, Task main is the same as task main.
    True
    False
    30s
  • Q2
    What symbol tells the robot that it has reached the end of a statement?
    curly brace
    semi colon
    colon
    period
    30s
  • Q3
    In programming a robot, it knows that one statement has ended and another begins because....
    both answers are correct.
    each statement is on a separate line.
    each statement ends in a semi colon.
    neither answer is correct.
    30s
  • Q4
    When a robot runs all available statements, it then...
    continues running the last line of the program.
    continues to run from the beginning again.
    stops until more commands are input.
    none of the answer choices are correct.
    30s
  • Q5
    Tabs, spaces and breaks are whitespace that
    is recognized by the robot and the programmer.
    is not recognized by the robot and is only for the programmer.
    is recognized by the robot and pauses the robot's function.
    none of the above are correct.
    30s
  • Q6
    Paired punctuation are indicated by
    semi colons
    any open and close type symbols. EX: ( ), { }, [ ], /* */
    the number 2 in the code
    periods
    30s
  • Q7
    An example of a simple statement is
    Wait1Msec (3000)
    wait1Msec3000
    wait1Msec.
    Wait1Msec (3000);
    30s
  • Q8
    What is code?
    text written as comments and commands.
    text written just like how we read.
    none of the above.
    text that is written as part of the program to make the robot work
    30s
  • Q9
    What is the difference between a simple statement and a control statement?
    Simple statements do the work, control statements give information.
    They are the same.
    Control statements do the work, simple statements give information.
    30s

Teachers give this quiz to your class