wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Cyber-Physical Systems

Total questions: 26

Worksheet time: 43mins

Name
Class
Date
1.

A city reports frequent rush-hour congestion despite fixed-timing traffic lights. Propose a control strategy for a CPS-based smart traffic system that reduces average wait time without creating gridlock, and justify how feedback is used between sensors, computation, and actuators.

4 lines
2.

Which scenario best demonstrates tight integration of computation and physical processes in a cyber-physical system, and why is it a stronger example than the others?

a)

A weather website posts yesterday’s wind speeds from stations

b)

A mechanic schedules oil changes using a printed checklist

c)

A spreadsheet logs weekly temperatures for later analysis

d)

A drone alters altitude from obstacle sensor data in real time

3.

In remote robotic surgery, identify the single most critical feedback variable that must be regulated to maintain patient safety under latency, and fill in the blank with a precise term: The controller should prioritize stabilizing (a)   to prevent tissue damage when delays occur.

4.

A railway signaling CPS must prevent two trains from entering the same track section while operating under strict time limits and over a 5G link. Which design choice best balances determinism and networked communication to meet safety goals?

a)

Prioritize throughput over latency in the network

b)

Use deterministic scheduling with bounded-delay wireless QoS

c)

Rely on best-effort Wi‑Fi with redundant controllers

d)

Adopt event-driven tasks without timing guarantees

5.

You are tasked to integrate a factory robot from Vendor A with a conveyor from Vendor B while enabling real-time shutdown within 50 ms if an obstruction is detected. Propose a protocol choice and control-loop strategy that satisfies interoperability and timing.

4 lines
6.

In an autonomous vehicle CPS, the airbag subsystem must deploy in milliseconds after crash detection while allowing a human to take over steering during anomalies. Which layered architecture mapping best supports these requirements?

a)

Physical sensors and actuators at the physical layer, real-time embedded crash logic in the cyber layer, low-latency in-vehicle network in the communication layer, and driver override UI in the application layer

b)

Use cloud-hosted crash logic for scalability, with periodic updates over the internet and manual override through a mobile app

c)

Crash detection algorithms placed in the application layer, human override in the communication layer, sensors abstracted entirely in software, and actuators controlled over best-effort Wi‑Fi

d)

All layers merged into a single software process to reduce latency, with human control handled by background tasks

7.

Given the summary table of CPS domains, choose the pairing that most logically extends the pattern of domain–example–benefit with equivalent specificity.

a)

Agriculture – Soil moisture drones – Yield stability

b)

Finance – Mobile apps – Convenient payments

c)

Retail – Smart shelves – Real-time inventory

d)

Education – Online courses – Flexible schedules

8.

Design a brief plan for migrating a conventional assembly line to Industry 4.0. Specify at least three capabilities and justify how each reduces downtime or improves quality.

4 lines
9.

A bottling plant wants to adjust filling speeds in real time while also forecasting machine failures. Which integrated setup best meets both goals with minimal downtime?

a)

Cloud-only dashboards with manual operator overrides

b)

Standalone 3D printers for rapid tooling prototyping

c)

Edge analytics with AI-driven predictive maintenance

d)

AR headsets for step-by-step procedural guidance

10.

Engineers plan to validate a jet engine control strategy without risking hardware damage. Outline a plan that combines Digital Twin and IIoT data to iteratively improve the controller and justify why this reduces deployment risk.

4 lines
11.

Fill in the blank: In Industry 4.0, (a)   creates products layer by layer and supports on-demand spare parts.

12.

Which mitigation most directly addresses the primary risk when connecting legacy machines to networks for real-time monitoring?

a)

Deploy strong encryption and layered firewalls at all endpoints

b)

Expand cloud storage capacity for long-term data retention

c)

Increase 3D printer utilization for faster spare production

d)

Rely on manual approvals for every sensor data upload

13.

You are redesigning a smart thermostat to improve maintainability and security. Which architectural change best aligns with modular design and layered architecture principles while minimizing coupling between functions?

a)

Keep all functions in a single fast monolithic service

b)

Merge sensing and control into one optimized module

c)

Bind UI events directly to motor drivers for speed

d)

Separate sensing, networking, logic, and UI into modules

14.

A delivery drone occasionally loses its cellular link when flying near tall buildings. Propose a fail-safe and redundancy plan that prevents harm and maintains partial capability. Justify how each element addresses specific risks.

4 lines
15.

An industrial CPS team moves object detection from cloud servers to on-device processing at the edge. Which outcome most directly supports safety in real-time operation?

a)

Lower latency enables faster actuation decisions locally

b)

Shared processing pools reduce device power usage

c)

Higher bandwidth allows more data to the cloud

d)

Centralized analytics improves long-term model training

16.

You are designing an autonomous drone that must hover within 0.5 m even when GPS briefly drops. Which requirement is most appropriate to prioritize first in the specification?

a)

Computation and decision-making algorithms for rotor control

b)

High-throughput video analytics for multi-stream monitoring

c)

Aesthetic design guidelines for the user interface

d)

Long-term data archival for maintenance reporting

17.

A medical infusion pump must never overdose even if a sensor glitches. Propose a requirement that addresses this risk and justify how it mitigates failure modes.

4 lines
18.

Which statement best distinguishes functional from non-functional requirements in a CPS?

a)

Functional addresses availability; non-functional addresses decision logic

b)

Functional defines what tasks the system performs; non-functional defines how well it performs them

c)

Functional defines system quality attributes; non-functional defines core behaviors

d)

Functional covers timing and reliability; non-functional covers sensing and actuation

19.

An anti-lock braking controller must actuate within 10 ms after detecting wheel lock-up while processing minimal data per event. Which pair of quality attributes is being specified?

a)

Low latency and predictable timing behavior

b)

High availability and robust fault isolation

c)

Maximum throughput and secure encryption

d)

Human factors and modular maintainability

20.

A city plans to add third‑party smart meters from multiple vendors to an existing smart grid, while keeping data exchange seamless and secure. Which requirement should be prioritized first in the specification and why? Provide a rationale that compares at least two candidate approaches.

4 lines
21.

A smart thermostat senses a drop in room temperature and turns on the HVAC, but the room continues cooling. Which failure in the CPS feedback loop is the most plausible first hypothesis to test?

a)

Sensor bias causing incorrect temperature readings

b)

Power grid latency delaying actuator commands

c)

Cyber core algorithm overfitting to past data

d)

Network encryption increasing message size

22.

In a robot arm used on an Industry 4.0 assembly line, match each CPS component to the correct role: sensors, actuators, cyber core, networking, feedback loop.

a)

Actuators move joints; cyber core runs control algorithms

b)

Cyber core transmits power; networking converts torque

c)

Networking measures vibration; feedback loop supplies electricity

d)

Sensors detect position; actuators compute logic decisions

23.

A utility faces a heatwave causing afternoon demand spikes while wind output is variable. Design a control action sequence for a dynamic energy distribution CPS that minimizes blackout risk without overcurtailing renewables. Which plan best aligns sensing, cyber analysis, and actuation?

a)

Collect smart meter data, forecast spike, switch flows and cycle smart loads

b)

Collect hourly surveys, wait for faults, manually dispatch repair crews

c)

Install new turbines, store data offline, alert customers by email only

d)

Ignore meter noise, average last week, run all generators continuously

24.

In lane-keeping assist, identify the most critical failure mode if the forward camera briefly loses lane markings on a curved road. Propose the best mitigation using existing CPS loops.

a)

Unintended lane departure; fuse camera with steering and continuous feedback

b)

Tire wear; schedule maintenance and disable the cyber core

c)

Battery drain; reduce actuator torque and dim the headlights

d)

Engine overheating; throttle back and increase radiator fan speed

25.

A bridge monitoring CPS flags increasing vibration at a specific pier during rush hours. Using evidence and reasoning, explain a step-by-step investigative plan that separates sensor fault, environmental load, and structural fatigue, and justify which follow-up action you would take.

4 lines
26-29.

COMPREHENSION PASSAGE: A cyber-physical robotic system was built for the Amazon Picking Challenge to automate warehouse pick-and-place. The system uses a 6-DOF industrial arm named Hoppy with interchangeable end-effectors: a parallel gripper and a suction cup. RGB-D and CMOS cameras feed a perception module that detects objects with YOLO, reconstructs meshes via ORK, and estimates 6D pose using a pipeline combining LineMOD, ICP, and RANSAC. A manipulation module plans and executes motion, choosing between gripper or suction based on object properties. Trajectories are planned in MoveIt!, accelerated with guided-policy search reinforcement learning, and refined through visual servoing for real-time corrections. Communication runs through ROS topics, with a GUI for human supervision. The dataset comprises 40,000 images of 18 items captured under varied orientations and backgrounds. Experiments in a simulated warehouse included objects like a duck toy, tennis ball, brush, book, water bottle, and pens. The goal is fast, low-cost automation, especially for novel or oddly shaped items where traditional hand-designed algorithms struggle.

26.

Given the system described, justify which end-effector the robot should select to pick a paperback book lying flat on a smooth shelf and explain why an alternative is less suitable.

4 lines
27.

Which sequence best reflects the perception pipeline from raw sensing to a graspable pose?

a)

YOLO detection → 3D mesh via ORK → LineMOD+ICP+RANSAC for 6D pose

b)

3D mesh via ORK → YOLO detection → LineMOD+ICP+RANSAC for 6D pose

c)

LineMOD+ICP+RANSAC for 6D pose → YOLO detection → 3D mesh via ORK

d)

YOLO detection → LineMOD+ICP+RANSAC for 6D pose → 3D mesh via ORK

28.

A collision-free path planned in MoveIt! leads to small placement errors due to object shift during grasp. Propose a control strategy using available modules to reduce these errors and argue how it works.

4 lines
29.

When would guided-policy search be most beneficial in this system, and what trade-off does it address compared with pure sampling-based planning?

4 lines