wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Vex Sensors

Total questions: 19

Worksheet time: 12mins

Name
Class
Date
1.

What are sensors?

a)

Sensors are big boxes which have robots inside them

b)

Sensors take in input information for the robot about its surroundings.

c)

Sensors make the robot move

d)

Sensors are robots which help to see things

2.

The line tracking sensors need to be positioned this far away from the ground to be used properly:

a)

1 inch (2.54 cm)

b)

0.5 inch (1.25 cm)

c)

1/8 inch (3 mm)

3.

What range of values do the Light Sensor Line Follower/Tracker provide?

a)

0 (brightest) - 4095 (darkest)

b)

0 (darkest) - 127 (brightest)

c)

-63 (brightest) to 63 (darkest)

d)

0 (darkest) - 4095 (brightest)

4.

The ultrasonic sensor can measure objects

a)

by sending and receiving soundwaves

b)

by sending and receiving lightwaves

c)

by sending and receiving lasers

5.

The Ultrasonic Rangefinder (sonar sensor) can give distances in what units

a)

ft & miles

b)

mm, cm & in

c)

mm, dm, m

d)

yards

6.

Why does the Ultrasonic Sensor have two openings in the front ?

a)

One opening is for sending out the sound waves and One opening is for receiving the returning sound waves

b)

It is necessary for the robot to see where it is going

c)

A bat has two eyes to see better so the robot needs two eyes as well

d)

Just for decoration purposes.

7.

The bumper switch and limit switch give values of 1 when pressed and 0 when released

a)

True

b)

False

8.

The gyro sensor returns values in degrees.

a)

True, the gyro sensor returns values in degrees

b)

False, the gyro sensor returns values in tenths of a degree

c)

False, the gyro sensor returns values in radians

9.

What must be done before the gyro sensor can be used in your program?

a)

The robot must sit perfectly still for a couple seconds in order to calibrate itself before the rest of the program can be run.

b)

The robot must drive straight for a couple seconds in order to calibrate itself.

c)

The robot must spin in a circle for a couple seconds in order to calibrate itself.

10.

When mounted correctly, the gyro sensor measures the following:

a)

detecting whether the robot is turning clockwise or counter-clockwise (yaw) and how much it is rotating

b)

detecting whether the robot is tilting forward or back (pitch) and how much it is tilting

c)

detecting whether the robot is tipping side to side (roll) and how much it is tipping

11.

What is the quickest way to determine whether a sensor is analog or digital using RobotC?

a)

Motors and Sensors Setup window

b)

Download the program to the robot

c)

Ask Mrs. Hollenback

d)

Google

12.

Digital sensors send signals to the cortex of HIGH (1) and LOW (0).

a)

True

b)

False

13.
In some Robotics applications, we need a robot to avoid hitting obstacles. Help the programmer to choose the appropriate sensor from the following? 
a)
light sensor
b)
sound sensor
c)
ultrasonic sensor
d)
touch sensor
14.

In some Robotics applications, we need a robot to follow a dark line. Help the programmer to choose the appropriate sensor from the following?

a)

line tracker/follower

b)

gyro sensor

c)

ultrasonic sensor

d)

touch sensor

15.

In some Robotics applications, we need a robot to aware when get hit. Help the programmer to choose the appropriate sensor from the following?

a)

light sensor

b)

sound sensor

c)

ultrasonic sensor

d)

bumper sensor

16.
In some Robotics applications, we need a robot to sense room darkness. Help the programmer to choose the appropriate sensor from the following? 
a)
light sensor
b)
sound sensor
c)
ultrasonic sensor
d)
touch sensor
17.

What does it mean if a value of -1 is returned for the ultrasonic/sonar sensor?

a)

A value of –1 means that the object is out of range/too far away.

b)

A value of –1 means that the sensor is broken.

c)

A value of –1 means that the object is too close.

18.

When your robot needs to make very precise turns, this sensor would be used

a)

gyro sensor

b)

ultrasonic sensor

c)

limit switch

d)

light sensor

19.

What rules must you use when connecting the Ultrasonic Rangefinder?

a)

Both sets of wires must be connected to consecutive analog ports with the INPUT wires plugged into the lower port number

b)

Both sets of wires must be connected to analog ports

c)

One set of wires is connected to an analog port and the other to a digital port

d)

Both sets of wires must be connected to consecutive digital ports with the INPUT wires plugged into the lower port number