Font size
WorksheetsRobot C Quiz
Total questions: 12
Worksheet time: 7mins
What is Robot C?
Robot C is a type of robot.
Robot C is a company that manufactures robots.
Robot C is a game involving robots.
Robot C is a programming language for robots.
Which of the following is true about Robot C?
Robot C is a programming language for LEGO Robotics.
Robot C is a programming language for Arduino Robotics.
Robot C is a programming language for VEX Robotics.
Robot C is a programming language for Raspberry Pi Robotics.
What is the purpose of Robot C?
The purpose of Robot C is to build bridges.
The purpose of Robot C is to design video games.
The purpose of Robot C is to program VEX Robotics platforms.
The purpose of Robot C is to control household appliances.
Which of the following is a feature of Robot C?
Firmware Download, Sensors, Graphical interface, debugger, and simulator
Limited programming capabilities, no graphical interface, and no simulator
No support for sensors, no debugging tools, and no graphical interface
Text-based programming language, no debugging capabilities, and no simulation environment
What type of robots can be programmed using Robot C?
Industrial robots
Drone robots
Humanoid robots
VEX Robotics robots
Which programming language is Robot C based on?
Ruby
C
Python
Java
The first number relates to the ________ in the drop down box
robot
command
motor power
second number
What is the iterative design process
Program you watch on TV
Program and taste each stage as you go.
Program and test each stage as you go.
type any old thing in and keep going till you break it
What do the orange or blue sections allow you to do?
These allow you to tell the robot to move forward
These allow you to set motor power for sections of code.
These allow you to set limits for sections of code.
These allow you to set repeats or certain conditions for sections of code.
Simple behaviour blocks - commands like, wait and turn left are what colour?
(a)
What does the 50 in the code image relate to?
% of the battery left
% of the motor power
number of seconds
number of times the robot will go backwards
Breaking the task down into different stages. is an example of what type of design process?
(a)
