wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Robotics Semester Review

Total questions: 70

Worksheet time: 53mins

Name
Class
Date
1.

What combines science, technology, engineering, and mathematics education to form an engaging field of study?

a)

Engineering

b)

STEM

c)

Robotics

2.

This type of robot is operated automatically by themselves.

a)

Teleoperated

b)

Autonomous

c)

Hybrid

3.

This type of robot is operated by a remote control.

a)

Teleoperated

b)

Autonomous

c)

Hybrid

4.

This is any made machine that can perform work or other actions normally performed by humans.

a)

Remote control

b)

Robot

c)

Automatic

5.

This type of field uses two or more types of engineering TOGETHER to form a brand new kind of engineering!

a)

mechanical engineering field

b)

specialized engineering field

c)

electrical engineering field

d)

civil engineering field

6.

This type of engineering uses design, construction, and mechanical power to create machines and mechanical systems that solve a problem.

a)

chemical engineering

b)

civil engineering

c)

electrical engineering

d)

mechanical engineering

7.

This type of engineering uses electricity, electronics, and electromagnetism to solve a problem.

a)

chemical engineering

b)

civil engineering

c)

electrical engineering

d)

mechanical engineering

8.

This type of engineering uses design, construction, and maintenance of physically and naturally built environments to solve a problem.

a)

chemical engineering

b)

civil engineering

c)

electrical engineering

d)

mechanical engineering

9.

This field is a specialized type of engineering that deals with the design, construction, operation, and application of robots.

a)

STEM

b)

Robotics

c)

Engineering

10.

This field uses practical & scientific knowledge to create solutions for identified problems.

a)

STEM

b)

Robotics

c)

Engineering

11.
Using the picture, which part is being shown?
a)
bump sensor
b)
limit switch
c)
potentiometer
d)
line tracker
12.
Using the picture, which part is being shown?
a)
plastic collars
b)
screws
c)
nuts or bolts
d)
metal collars
13.
What is this VEX Robot part?
a)
Bump Switch
b)
Wheel
c)
Sprocket Gear
d)
Axel
14.
What is this VEX Robot part?
a)
Vex Cortex
b)
Vex Axel
c)
Vex Collar Shaft
d)
Vex " C " Channel
15.
What is this VEX Robot part?
a)
Vex Wheel
b)
Vex Spacer
c)
Vex Collar Shaft
d)
Vex Spur Gear
16.
Using the picture, which part is being shown?
a)
slider
b)
base plate
c)
cortex
d)
metal rack
17.
What is this VEX part?
a)
Base Plate
b)
KEP's Nut
c)
Axle
d)
Standoff
18.
What is the name of this part?
a)
Keps Nut
b)
Nylock Nut
c)
Screw
d)
Collar
19.
What is the name of this part?
a)
Nylock Nut
b)
Keps Nut
c)
Screw
d)
Collar
20.
What is the name of this part?
a)
Screw
b)
Nail
c)
Thingy
d)
Keps Nut
21.

What is this part?

a)

rubber shaft collar

b)

wheel hub

c)

tire

d)

gear

22.

What is this part?

a)

robot brain

b)

radio

c)

motor

d)

controller

23.
What is this VEX Robot part?
a)
Allen Wrench
b)
Spur Gear
c)
Vex Collar Shaft
d)
Axel
24.
What is this VEX Robot part?
a)
Vex Cortex
b)
Vex Axel
c)
Vex Collar Shaft
d)
Vex " C " Channel
25.
What is this VEX Robot part?
a)
Vex Wheel
b)
Vex Spacer
c)
Vex Collar Shaft
d)
Vex Spur Gear
26.
What is this VEX Robot part?
a)
Vex Cortex
b)
Vex Wrench
c)
Vex Allen Wrench
d)
Vex Spur Gear
27.

Using the picture, which part is being shown?

a)

brain

b)

motor

c)

limit switch

d)

battery pack

28.
Using the picture, which part is being shown?
a)
plastic collars
b)
screws
c)
nuts or bolts
d)
metal collars
29.

Using the picture, which part is being shown?

a)

battery pack

b)

cortex

c)

motor

d)

power

30.
Using the picture, which part is being shown?
a)
gears
b)
tank tread
c)
spur gears
31.

What is this VEX Robot part?

a)

brain

b)

radio

c)

battery

d)

remote

32.
A robot that operates solely on its sensors, motors, and code is considered to be...
a)
Operator
b)
Application
c)
Autonomous
d)
Swing
33.
This is called a C channel because __________?
a)
it's shaped like a C
b)
you can write the letter C with it
c)
The holes make a C
d)
the inventor liked the letter C
34.
VEX 8-32 screws are attached using which tool?
a)
Pliers
b)
Hammer
c)
Glue
d)
Allen Wrench
35.
Which type of nut is used in an assembly where you do not want them to come off due to vibration or movement? 
a)
KEPS
b)
Nylock
c)
Standard
36.
VEX axles have which shape?
a)
Round
b)
Triangular
c)
Square
37.
Which of the following are NOT part of the VEX Motion Subsytem?
a)
Large Wheels
b)
Small Wheels
c)
Feet
d)
Tank Treads
38.
Which of the following is the best order for creating a robot?
a)
Plan, Design, Build, Program
b)
Build, Plan, Program, Design
c)
Program, Build, Design, Plan
d)
Design, Build, Plan, Program
39.

Which of these will have your robot drive in a perfect square?

a)
b)
c)
d)
40.

Which of these will make the robot walk in a rectangle?

a)
b)
c)
d)
41.

Which of these will properly increment drive by 200 every iteration?

a)
b)
c)
d)
42.

What will this code execute?

a)

The robot will drive forward by 20, then turn 90 steps

b)

The robot will drive forward by 200, then turn 90 degrees to the right four times

c)

The robot will turn 90 degrees to the right, then drive forward by 200 four times

d)

The robot will turn 90 degrees to the right, then repeat

43.

What is this program doing?

a)

It will make the robot go back and forth turning 100 degrees

b)

It is making the robot go forward 100mm then back for 300mm

c)

It is making the robot go forward 100mm then turn back and repeat each time incrementing the distance by 300mm

d)

It is making the robot go forward 300mm then turn back and repeat each time incrementing the distance by 100mm

44.

What is this program doing?

a)

It will make the robot go back and forth turning 100 degrees

b)

It is making the robot go forward 100mm then back for 300mm

c)

It is making the robot go forward 100mm then turn back and repeat each time incrementing the distance by 300mm

d)

It is making the robot go forward 300mm then turn back and repeat each time incrementing the distance by 100mm

45.

True or False. This code is making the robot move in a square.

a)

True

b)

False

46.

A ________ is any device that detects & responds to some input from the physical environment.

a)

motor

b)

sensor

c)

red hot poker

d)

program

47.

What is the Robot Brain?

a)

CPU

b)

The device that stores all the data of the robot

c)

Controls the Robot

d)

All of the above

48.

Sensors

a)

the robots eyes

b)

the robots teeth

c)

A device on the robot that gathers data, for the controller in an environment that the controller can't reach

49.

how do you check battery

a)

press the button on the battery

b)

press the button on the brain

c)

press the button on the controller

d)

all of the above

50.

what piece is this

a)

chassis

b)

brain

c)

battery

d)

motor

51.

what piece is this

(a)  

52.

what piece is this

a)

controller

b)

brain

c)

chassis

d)

motor

53.
What is the name of this part?
a)
Wheel
b)
Gear
c)
Sprocket
d)
Collar
54.
What is the name of this part?
a)
Spacer
b)
Nylock Nut
c)
Keps Nut
d)
Screw
55.

Where can you find our virtual robotics program?

a)

vr.vex.com

b)

virtualrobotics.com

c)

misd.org

56.

What is the first thing you should do when you start a robotics assignment?

a)

save to your device

b)

rename the project

c)

start programming

57.

How do you build a program in Vex VR?

a)

Drag code blocks onto the workspace grid

b)

Double click the code blocks

c)

Upload programs from the teacher website

58.

How do you remove a code block from the workspace grid?

a)

Drag it back to the panel on the left

b)

Select it with your mouse then push the delete key on your keyboard

c)

Drag the code block to the trash can icon

59.

How do you "run" your program?

a)

Click the "Start" button

b)

Click the "Playground" button, then the "Start" button

c)

Click the yellow "When Started" block on the workspace grid

60.

Which two camera views did Ms. Scanlon teach you about?

a)

Overhead/Arial

b)

First Person

c)

Isometric

61.

How can you save your programs?

a)

File/Save To Your Device

b)

The website saves your programs automatically

62.

How do you "Turn In" your program for a grade?

a)

Upload the assignment file from your device into Google Classroom

b)

Click the "Share" button in vr.vex.com

c)

Email the program to your teacher

63.

______________ occur whenever a moving object comes in contact with another object.

a)

Pinch Points

b)

Pressure

c)

Falling Objects

d)

Flying Debris

64.

____________ occur whenever a material is cut. These materials could be metal or plastic.

a)

Pinch Points

b)

Sharp Edges

c)

Flying Debris

d)

Falling Objects

65.

__________ can occur when a robot is in motion, material is being cut, elastic materials are released, or pressure is released.

a)

Pinch Points

b)

Pressure

c)

Falling Objects

d)

Flying Debris

66.

__________ occur when an object’s support is removed. This could be things like a robot driving off a table, or a tool being dropped.

a)

Pinch Points

b)

Pressure

c)

Falling Objects

d)

Flying Debris

67.

a plan for how to build a solution to a problem

a)

Design

b)

Model

c)

Problem

d)

Test

68.

an answer, design or technology that solves a problem

a)

solution

b)

problem

c)

technology

d)

test

69.

What is a Chassis?

a)

A wire

b)

Another term for bot

c)

A metal frame

d)

A type of wire

70.

What material is V5 based around?

a)

metal

b)

wood

c)

plastic

d)

rock