
Using Robotics: PLTW 3.3 and 3.4
Quiz by Shelly Hobbs
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
9 questions
Show answers
- Q1In ROBOTC, Task main is the same as task main.TrueFalse30s
- Q2What symbol tells the robot that it has reached the end of a statement?curly bracesemi coloncolonperiod30s
- Q3In 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
- Q4When 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
- Q5Tabs, spaces and breaks are whitespace thatis 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
- Q6Paired punctuation are indicated bysemi colonsany open and close type symbols. EX: ( ), { }, [ ], /* */the number 2 in the codeperiods30s
- Q7An example of a simple statement isWait1Msec (3000)wait1Msec3000wait1Msec.Wait1Msec (3000);30s
- Q8What 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 work30s
- Q9What 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