NEW
Font size
WorksheetsRobotics Quiz for Class 9
Total questions: 20
Worksheet time: 10mins
What is the fundamental definition of a robot?
Any machine that uses electricity
A machine that looks and acts like a human
A programmable machine capable of carrying out a complex series of actions automatically
A device that can only perform one specific task
In a typical IR motion sensor module, what are the two main components?
A laser and a light detector
An IR LED and a photodiode
A sound emitter and a microphone
A heat sensor and a cooling fan
How does an active IR sensor detect an object?
By detecting the heat emitted by the object
By measuring the ambient light in the room
By sending out a beam of IR light and detecting its reflection
By sensing vibrations in the air
What is the role of an 'actuator' in a robot?
To sense the environment
To process information
To provide the power
To provide movement (e.g., motors, pistons)
A microcontroller (like an Arduino) in a motion sensor project acts as the:
Power supply
Robot's 'brain'
Robot's 'eyes'
Robot's 'muscles'
If you are building a robot to navigate a maze, what is the most crucial category of components?
Actuators
Sensors
The chassis
The power source
Why would a black, non-reflective wall be difficult for an IR sensor to detect?
It absorbs most of the IR light, so little is reflected back.
It generates its own IR light, confusing the sensor.
It is too cold to be detected.
It is usually too smooth for the sensor to see.
What does 'Degrees of Freedom' (DoF) refer to in a robotic arm?
The number of tasks the robot can perform
The number of independent joints or ways the arm can move
The weight the robot can lift
The speed of the robot's processor
In your motion sensor circuit, the IR sensor sends a 'signal' to the microcontroller. What is this signal?
A loud sound
A flash of visible light
A change in voltage
A burst of heat
What is the difference between an 'autonomous' robot and a 'teleoperated' robot?
An autonomous robot is stationary; a teleoperated one moves.
An autonomous robot makes its own decisions; a teleoperated one is remotely controlled by a human.
An autonomous robot has sensors; a teleoperated one does not.
An autonomous robot is for industrial use; a teleoperated one is for home use.
Which component would you program to sound an alarm when your IR sensor detects motion?
The IR LED
The photodiode
The microcontroller
The resistor
What is a primary limitation of using IR sensors outdoors?
They do not work in the dark.
They are not waterproof.
The infrared radiation from the sun can interfere with the sensor.
They require too much power to operate outdoors.
The three essential components that make up almost every robot are:
Wheels, arms, and a head
Wires, gears, and a battery
Sensors, a controller, and actuators
A camera, a microphone, and a speaker
What is the purpose of writing and uploading a 'program' or 'sketch' to a microcontroller?
To give the robot its physical shape
To provide electrical power to the sensors
To tell the controller how to interpret sensor data and control the actuators
To design how the robot will look on the outside
A robot in a car factory that welds car frames is an example of what type of robot?
A teleoperated robot
An autonomous mobile robot
A collaborative robot
A fixed industrial robot
If your motion detector is being falsely triggered, what is a possible cause?
The object is too far away.
A flickering light or a reflective surface is confusing the IR sensor.
The battery power is too low.
The program code has a spelling mistake.
What distinguishes a robot from a simple machine like a toaster?
A robot uses electricity, and a toaster does not.
A robot is made of metal, and a toaster is made of plastic.
A robot can be programmed to perform a variety of actions and react to its environment.
A robot is much more expensive than a toaster.
The part of the IR sensor that *detects* the incoming infrared light is the:
IR LED
Resistor
Photodiode
Voltage regulator
In robotics, what does 'automation' mean?
The process of building a robot by hand.
The technique of making a process or system operate automatically without human intervention.
The use of remote controls to operate machinery.
The study of robot emotions.
When the IR sensor detects an object, its output pin typically goes 'HIGH'. What does 'HIGH' signify in digital electronics?
A state of high temperature
A specific voltage level representing the number 1 (or 'true')
A warning that the sensor is about to break
The sensor is using a high amount of power
