wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Robotics Practice Final 2022

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

A set of rules in which symbols represent actions. (example: VEXcode VR)

a)

programming language

b)

behavior

c)

command

d)

algorithm

2.

And action performed (or to be performed) by a robot. Moving forward, stopping, turning, etc.

a)

programming language

b)

behavior

c)

command

d)

algorithm

3.

The blocks or pieces of code in a project that change the behaviors of your robot.

a)

programming language

b)

behavior

c)

commands

d)

algorithm

4.

Precise sequences of instructions, implemented by using a programming language, like VEXcode VR, for processes to be carried out by a robot.

a)

programming language

b)

behavior

c)

commands

d)

algorithm

5.

A mechanism designed to manipulate an object in order to complete a specific task.

a)

manipulator

b)

intake

c)

motor group

d)

bumper switch

6.

An active manipulator mechanism that can gather, pull in, push out, or otherwise retrieve objects.

a)

bumper switch

b)

intake

c)

motor group

d)

bumper switch

7.

Consists of two motors that function as if they are one device.

a)

manipulator

b)

intake

c)

motor group

d)

bumper switch

8.

A simple, mechanical device that reports if it is pressed or not pressed.

a)

manipulator

b)

intake

c)

motor group

d)

bumper switch

9.

The built-in program on the VEX EXP brain that enables you to drive the BaseBot or ClawBot without any coding.

a)

driver control program

b)

motor group

c)

example project

d)

autonomous control program

10.

The process of decomposing a project into the smallest possible behaviors that you can then attach code to.

a)

path planning

b)

programming language

c)

autonomous program

d)

driver control program

11.

Match the following

a)
1.

C block

b)
2.

hat block

c)
3.

reporter block

d)
4.

Boolean block

e)
5.

stack block

12.

Robot movement entirely controlled by code.

a)

autonomous

b)

driver control

c)

Boolean

d)

tank drive