wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 9 Robotics - Quiz 1

Total questions: 12

Worksheet time: 12mins

Name
Class
Date
1.

It is a tye of sensor that uses some type of light to sense some aspect of the surrounding.

________ L______ Sensor

(a)  

2.

Match the following

Ultrasonic Sensors

Infrared Light Sensors

LED

3.

Select the correct part that works as the EMITTER.

4.

Select the correct part that works as the RECEIVER.

5.

Reorder the following:

a)

Emitts Infrared Light

b)

Bumps onto the object

c)

Light bounce back to the sensor

d)

Received by the receiver

e)

Transform light energy to electronic signals

1)
2)
3)
4)
5)
6.

Put the correct label on its designated pinouts.

7.

A conditional control structure in arduino firstly checks the condition and execute the following action.

a)

TRUE

b)

FALSE

8.

While condition is loop in nature.

a)
Depends on the situation
b)
Sometimes
c)
True
d)
False
9.

Condition Comprehension Checking:

while (distance >= 10)

{ forward();

}

What will be the output if the environment's condition is distance > 10 cm?

a)

Forward

b)

Backward

c)

Terminate/Stop

10.

Condition Comprehension Checking:

while (distance > 10)

{ forward();

}

What will be the output if the environment's condition is distance > 9 cm?

a)

Forward

b)

Backward

c)

Terminate/Stop

11.

Condition Comprehension Checking:

while (distance >= 10)

{ forward();

}

What will be the output if the environment's condition is a distance > 20 cm?

a)

Forward

b)

Backward

c)

Terminate/Stop

12.

What kind of light does line tracking sensor emits?

(a)