wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

What is not Robotics

Total questions: 22

Worksheet time: 10mins

Name
Class
Date
1.

You connect an Arduino, an ultrasonic sensor, and two DC motors. What have you actually built?

a)

A service robot

b)

An autonomous system

c)

A robotics engineering project

d)

An electronics hobby demo

2.

Which skill is most responsible for turning a “YouTube robot” into a real robot?

a)

Following tutorials faster

b)

Buying better sensors

c)

Understanding system-level design

d)

Adding more LEDs

3.

If a robot fails every third attempt at a task, what is it best suited for?

a)

Industrial automation

b)

Medical robotics

c)

YouTube thumbnails

d)

Warehouse logistics

4.

Why does a robot that ‘works on your desk’ often fail in the real world?

a)

Gravity behaves differently outside

b)

Real environments introduce uncertainty

c)

Motors get scared

d)

The code misses home

5.

Which of the following is the most common illusion sold to beginners in robotics?

a)

Robotics is expensive

b)

Robotics requires teamwork

c)

Robotics is just wiring + code

d)

Robotics takes years to master

6.

Why is cloth folding with a robot arm significantly harder than picking up a rigid object?

a)

Cloth is heavier

b)

Cloth has infinite possible configurations

c)

Sensors cannot detect cloth

d)

Motors cannot move slowly

7.

In stair-climbing robots like advanced Roomba prototypes, what primarily increases hardware complexity?

a)

Battery size

b)

Sensor count

c)

Mechanical degrees of freedom and load paths

d)

Wi-Fi connectivity

8.

“If the hardware is wrong, no algorithm can save it.” What does this statement primarily refer to?

a)

Poor coding style

b)

Inadequate mechanical design and actuation

c)

Low-resolution cameras

d)

Outdated microcontrollers

9.

Why is kinematics fundamental in multi-joint robot arms?

a)

It controls battery usage

b)

It defines how joint motion maps to end-effector position

c)

It replaces control theory

d)

It eliminates the need for sensors

10.

What is the real engineering risk of unstable control in a physical robot?

a)

Reduced efficiency

b)

Software crashes

c)

Hardware damage and human injury

d)

Network latency

11.

Why can two robots with identical code behave completely differently in the real world?

a)

Manufacturing tolerances and physical uncertainty

b)

Different programming languages

c)

Cloud latency

d)

Sensor brands

12.

What makes robots like ANYmal capable of long-term autonomy?

a)

Large batteries

b)

Self-charging, perception, and robust locomotion combined

c)

Remote human control

d)

High-speed processors alone

13.

Why does adding more sensors not automatically make a robot ‘smarter’?

a)

Sensors slow down processors

b)

Data without models is useless

c)

Sensors conflict with motors

d)

Sensors consume memory

14.

In humanoid robots like Figure, why is perception tightly coupled with manipulation?

a)

Vision replaces motors

b)

Tasks require understanding both environment and body

c)

LLMs handle motion planning

d)

Cameras control joints directly

15.

What is the most difficult part of making robots work reliably outside the lab?

a)

Writing code

b)

Dealing with uncertainty, noise, and failure modes

c)

Buying components

d)

Training neural networks

16.

Which skill separates a robotics hobbyist from a robotics engineer?

a)

Ability to assemble kits

b)

Ability to debug system-level failures

c)

Ability to upload code

d)

Ability to follow tutorials

17.

Why do most real robotics jobs require understanding mechanics, math, and software together?

a)

Companies prefer overqualified engineers

b)

Robotics is inherently interdisciplinary

c)

Software alone is insufficient

d)

Hardware alone is insufficient

18.

If math is ‘broken,’ what exactly does the robot lose?

a)

Speed

b)

Power

c)

Its ability to perceive and reason about space

d)

Internet access

19.

Why are LLMs (Large Language Models) exciting but insufficient on their own for robotics?

a)

They cannot generate code

b)

They lack grounding in physical reality

c)

They require internet access

d)

They replace control theory

20.

Which career path best matches the future Jensen Huang describes (1 billion robots by 2035)?

a)

Single-skill programmer

b)

Component reseller only

c)

Robotics system thinker (engineering, business, or startup)

d)

Hobbyist builder

21.

What is the hardest engineering challenge in building a real Iron Man–style exoskeleton?

a)

Materials

b)

Power density and control stability

c)

AI intelligence

d)

Armor design

22.

Why is human-robot control in exoskeletons fundamentally harder than controlling an industrial robot?

a)

Humans are unpredictable, compliant, and fragile

b)

Sensors are inaccurate

c)

Motors are weaker

d)

Software is slower