wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Robot C Quiz

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

What is Robot C?

a)

Robot C is a type of robot.

b)

Robot C is a company that manufactures robots.

c)

Robot C is a game involving robots.

d)

Robot C is a programming language for robots.

2.

Which of the following is true about Robot C?

a)

Robot C is a programming language for LEGO Robotics.

b)

Robot C is a programming language for Arduino Robotics.

c)

Robot C is a programming language for VEX Robotics.

d)

Robot C is a programming language for Raspberry Pi Robotics.

3.

What is the purpose of Robot C?

a)

The purpose of Robot C is to build bridges.

b)

The purpose of Robot C is to design video games.

c)

The purpose of Robot C is to program VEX Robotics platforms.

d)

The purpose of Robot C is to control household appliances.

4.

Which of the following is a feature of Robot C?

a)

Firmware Download, Sensors, Graphical interface, debugger, and simulator

b)

Limited programming capabilities, no graphical interface, and no simulator

c)

No support for sensors, no debugging tools, and no graphical interface

d)

Text-based programming language, no debugging capabilities, and no simulation environment

5.

What type of robots can be programmed using Robot C?

a)

Industrial robots

b)

Drone robots

c)

Humanoid robots

d)

VEX Robotics robots

6.

Which programming language is Robot C based on?

a)

Ruby

b)

C

c)

Python

d)

Java

7.

The first number relates to the ________ in the drop down box

a)

robot

b)

command

c)

motor power

d)

second number

8.

What is the iterative design process

a)

Program you watch on TV

b)

Program and taste each stage as you go.

c)

Program and test each stage as you go.

d)

type any old thing in and keep going till you break it

9.

What do the orange or blue sections allow you to do?

a)
  • These allow you to tell the robot to move forward

b)
  • These allow you to set motor power for sections of code.

c)
  • These allow you to set limits for sections of code.

d)
  • These allow you to set repeats or certain conditions for sections of code.

10.

Simple behaviour blocks - commands like, wait and turn left are what colour?

(a)  

11.

What does the 50 in the code image relate to?

a)

% of the battery left

b)

% of the motor power

c)

number of seconds

d)

number of times the robot will go backwards

12.

Breaking the task down into different stages. is an example of what type of design process?

(a)