Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EV3 SENSORS

Total questions: 38

Worksheet time: 22mins

Name
Class
Date
1.

All of the following are EV3 Sensors except

a)

Touch

b)

Gyro

c)

Laser

d)

Infrared

2.

What is the name of the EV3 sensor shown here?

a)

Ultrasonic Sensor

b)

Touch Sensor

c)

Color Sensor

d)

Medium Motor

3.
a)
Ultrasonic Sensor
b)
Touch Sensor
c)
Color Sensor
d)
Medium Motor
4.

What is the name of the EV3 sensor shown here?

a)

Ultrasonic Sensor

b)

Touch Sensor

c)

Color Sensor

d)

Medium Motor

5.

They are used to connect sensors..

a)

Ports 1-4

b)

Ev3 axles

c)

EV3 Brick

d)

Ports A-D

6.

Which of the following correctly lists the sensors that the EV3 can use?

a)

Gyro, Sound, Heat, Electrical

b)

Ultrasonic, Gyro, Color, Touch

c)

Infrared, Laser, Color, Time

d)

Touch, Color, Humidity, Ultraviolet

7.
You can access all sensors from this block. 
a)
True
b)
False
8.

An EV3 sensor that detects physical contact and reports back to the brick whether its contact area is pushed or not.

a)

Touch Sensor

b)

Ultrasonic Sensor

c)

Comment

d)

Sensor

9.
A written note in the program that explains something about that portion of the program.
a)
Code
b)
Color
c)
Comment
d)
Robot
10.

Area for connecting sensors EV3.

a)

Ports

b)

Touch

c)

Code

d)

Color

11.

Why are sensors important to robots?

a)

They allow multiple commands to run in order

b)

They give the robot information about its surroundings

c)

They allow robots to repeat similar tasks

d)

All of the above

12.

What is the advantage of Sensor Control over Sequential Commands?

a)

The robot can remember hazard areas

b)

The robot can perform actions a lot faster

c)

The robot can react to its environment

d)

There is no big advantage

13.

Look at the WAIT FOR TOUCH program below carefully.What does the robot do when the WaitTouch program runs?

a)

Runs continuously until the Touch Sensor is pressed in

b)

Waits for 1 second, then moves 1 rotation

c)

Waits for the Touch Sensor to be pressed in, then moves 1 rotation

d)

Runs for 1 rotation

14.

Look at the WAIT FOR TOUCH program carefully. The program waits BEFORE it moves because...

a)

The Wait Block comes first in the program

b)

The Wait Block always takes priority over Move Blocks

15.

What does a Move command do when its Mode is set to “On” as shown on the program?

a)

Turn the motors on

b)

Turn the motors on for a certain number of rotations

c)

Turn the motors on until the Touch Sensor is triggered

d)

Combines with the next block to make a special command

16.

What does a Move command do when its Mode is set to “Off”? See the image

a)

Turn the motors off

b)

Waits for the Touch Sensor to be pressed

c)

Wait for the Touch Sensor to be pressed, then turn the motors off

d)

End the program

17.

Look at the WAIT FOR TOUCH program carefully. What does the robot do when the WaitTouch program runs?

a)

Runs continuously until the Touch Sensor is pressed in

b)

Waits for 1 second, then moves 1 rotation

c)

Waits for the Touch Sensor to be pressed in, then moves 1 rotation

d)

Runs for 1 rotation

18.

Look at the WAIT FOR TOUCH program carefully. The program waits BEFORE it moves because...

a)

The Wait Block comes first in the program

b)

The Wait Block always takes priority over Move Blocks

19.
how many sensors are in the Ev3 unit?
a)
4
b)
2
c)
5
d)
3
20.

What does the Wait Block wait for before playing the "Hello" sound on the program below?

a)

The Ultrasonic Sensor to detect an object less than 50 cm away

b)

The Ultrasonic Sensor to detect an object more than 50 cm away

c)

The robot to travel less than 50 cm

d)

The Ultrasonic Sensor's reading to change by up to 50 cm

21.

How do you select the sound file the robot plays on the program below

a)

By clicking in the upper-right "File Name" blank on the block

b)

By speaking into the speakers of the EV3

c)

By adding a File Block

22.

Look at the program below carefully. If the robot is facing a wall, it will move until...

a)

The Ultrasonic Sensor has traveled 50 cm

b)

The Ultrasonic Sensor is 50 cm from the wall

c)

The robot moves 50 cm total

d)

The robot detects an obstacle beyond 50 cm away

23.

What does this code do?

a)

go forward until it "sees" something 30 cm away then stop

b)

Move Backward until it "sees" something 30 cm away then stop

c)

Reverse 50 rotations

d)

go forward 50 rotations

24.

Touch sensors have a ____________ colored button.

a)

yellow

b)

blue

c)

green

d)

red

25.

Measures rotation of robot

a)

color sensor

b)

gyro sensor

c)

ultrasonic sensor

d)

infrared sensor

26.

measures distance to nearby surfaces

a)

color

b)

gyro

c)

ultrasonic

d)

touch

27.

Measures color and darkness

a)

color sensor

b)

gyro sensor

c)

ultrasonic sensor

d)

infrared sensor

28.

Measures contact with surface

a)

gyro sensor

b)

ultrasonic sensor

c)

touch sensor

d)

infrared sensor

29.

Why are sensors important to robots?

a)

They allow multiple commands to run in order

b)

They give the robot information about its surroundings

c)

They allow robots to repeat similar tasks

30.

The touch sensor can detect when the sensor’s red button has been ___________________ and __________________

a)

pressed

b)

released

c)

sensed by an object

d)

sensed colors

31.

Which of the following actions can be programed using the touch sensor?

a)

currently pressed

b)

currently released

c)

Pressed and Released Just Before (Bumped)

32.

What is this block called?

a)

Wait

b)

Time

c)

Hourglass

d)

Go

33.

Which of the following are sensors that the EV3 can use?

a)

Gyro, Sound, Heat, Electrical

b)

Ultrasound, Gyro, Color, Touch

c)

Infrared, Laser, Color, Time

d)

Touch, Color, Humidity, Ultraviolet

34.

What is the name of the EV3 sensor shown here?

a)

Ultrasonic Sensor

b)

Touch Sensor

c)

Color Sensor

d)

Gyro Sensor

35.

What sensor has been selected on this Wait block?

a)

Colour sensor

b)

Ultrasonic sensor

c)

Gyro sensor

d)

Touch sensor

36.

I want my robot to move forward until it finds the colour green, and then stops. Which coding will do this?

a)
b)
c)
d)
37.

What will this code make the robot do?

a)

Go forward for 1 second, then move backwards

b)

Go forward quickly, wait 1 second, then backwards slowly

c)

Go forward quickly until the touch sensor is pressed, then go slowly backwards

d)

Go forward quickly until the touch sensor is bumped, then go slowly backwards

38.

Without the "Start Block" the program will not be able to run.

a)

True

b)

False