Robotics Basics
Sensors
Programming & Logic
Real-World Applications
Engineering Design
100

What is a robot?

A machine that can sense, think (process), and act automatically.

100

Which sensor allows a robot to detect colors?

Color sensor.

100

What programming structure uses “If this happens, then do this”?

Conditional (IF–THEN statement).

100

Name one place where robots are used to sort materials.

Recycling plant.

100

What is the first step in the engineering design process?

Identify the problem.

200

What are the three main parts of a robot system?

Sensor, Program (controller), Actuator (motor).

200

What does a color sensor measure to detect color?

Reflected light.

200

What should the robot do if it detects an unknown color?

Stop or signal (or another programmed response).

200

Why might color sorting be useful in recycling?

It separates materials quickly and accurately.

200

What does “iteration” mean in engineering?

Repeating and improving a design.

300

What is an actuator?

A device (like a motor) that moves or controls part of a robot.

300

Name one other common robot sensor besides a color sensor.

Touch sensor, ultrasonic sensor, light sensor, gyro sensor.

300

What is debugging?

Finding and fixing errors in code.

300

Name one industry that uses automation.

Manufacturing, agriculture, healthcare, logistics.

300

Why do engineers test prototypes?

To find problems and improve performance.

400

What makes a machine different from a robot?

A robot can sense and make decisions whereas a basic machine cannot.

400

Why might a color sensor give incorrect readings?

Lighting changes, dirty objects, similar shades.

400

What happens if you remove conditionals from a sorting robot program?

The robot cannot make decisions.

400

Why are robots often better than humans at repetitive tasks?

They are faster, consistent, and don’t get tired.

400

What tradeoff might exist in a sorting robot?

Speed vs accuracy.

500

What field combines engineering, coding, and problem-solving to build robots?

Robotics.

500

What type of sensor would you use to detect distance from an object?

Ultrasonic sensor.

500

Why is logic important in robotics?

It allows robots to make decisions based on sensor input.

500

What is one limitation robots have compared to humans?

Difficulty adapting to unexpected changes.

500

Why is teamwork important in robotics projects?

Different skills are needed (coding, building, testing).

M
e
n
u