C ROBOT
Quiz by Marvin Joseph Fernandez
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- 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
- Q1
What command makes the robot to move forward in 50% speed?
forward();
forward(50);
fd(); sleep(50);
fd(50);
60s - Q2
What command makes the robot to move backward in 100% speed and 100 microseconds duration?
bk(100); sleep(100);
bk(); sleep(100);
bk(100); delay(100);
bd(100); sleep(100);
60s - Q3
What command makes the robot to turn left in 50% speed and 100 microseconds duration?
tl(50); sleep(100);
tl(100); sleep(50);
sl(50); sleep(100);
TL(50); sleep(100);
60s - Q4
What command makes the robot to move slight right in 50% speed and 100 microseconds duration?
turnRight(100); sleep(50);
tr(50); sleep(100);
sl(50); sleep(100);
sr(50); sleep(100);
60s - Q5
What command makes the robot to stop?
ao(100);
break;
ao();
stop();
60s - Q6
What sensor/s is/are used to detect colors/objects in the ZX settings?
analog(8);
analog(0); & analog(4);
PA(8)
PA(7); & PA(5);
60s - Q7
What part of the control panel used to add sensors in the robot?
Sensors settings
ZX settings
Sensor Panel
Track line editor
60s - Q8
What part of the control panel used to display texts?
lcd("");
Map settings
Compile
LCD panel
60s - Q9
What part of the panel is used to upload maps on the C robot simulator?
Map selection panel
ZX settings
Track line editor
Upload Button
60s - Q10
A panel that allows you to input codes to create a command for the declared sensors.
Track line Editor
Code Editor Panel
Compile Editor
Integrated Development Environment
60s - Q11
Identify the Icon
Sensors Panel
Track Line Editor
ZX settings
Map Selection Panel
60s - Q12
Identify the Icon
Track Line Editor
Map Editor
Compiler Editor
Sensors Editor
60s - Q13
Identify the Icon
Sensors Editor
Track Line Editor
Map Selection
Map Editor
60s - Q14
Identify the Icon
Run button
Settings
Compile Button
Play Button
60s - Q15
Identify the Icon
Run button
Eject button
Play button
Settings
60s