wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to AIoT Topics

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

A hospital wants to reduce emergency response times by integrating AI with its IoT sensor network. Which approach best leverages AIoT principles to achieve this goal?

a)

Stream sensor data to a dashboard for manual triage decisions

b)

Use AI models on edge devices to detect anomalies and trigger alerts

c)

Replace IoT sensors with higher‑resolution cameras for richer data

d)

Batch upload daily logs to a cloud server for retrospective analysis

2.

A hospital wants to reduce surgical complications and tailor treatments to individual patients. Which AI-driven approach best addresses both goals while using evidence from patient data?

a)

Personalized medicine with robotic surgery support

b)

Standardized treatment plans for each disease

c)

Manual record reviews by senior physicians

d)

General symptom checklists for all patients

3.

A bank observes rising chargebacks in online payments. Design a strategy using AI that reduces losses while maintaining customer experience. Choose the most defensible plan.

a)

Use fraud detection with risk scoring and chatbots

b)

Delay all transfers for a full business day

c)

Increase manual audits of all customer accounts

d)

Disable card-not-present transactions at peak hours

4.

A logistics firm struggles with delivery delays in a congested city. Which AI application would most effectively improve on-time rates through planning and continuous feedback?

a)

Predictive maintenance for warehouse robots

b)

Inventory optimization for retail partners

c)

Image analysis for package labeling

d)

Autonomous vehicles with traffic management

5.

A school district plans to reduce grading time while still improving feedback quality for diverse learners. Which combined AI approach best meets this goal?

a)

Personalized tutoring without assessment data

b)

Chatbots answering generic curriculum questions

c)

Adaptive assessments with automated grading

d)

Automated grading with fixed rubrics only

6.

A city plans to retrofit old water meters so they can report leaks as they happen without manual checks. Which upgrade most directly aligns with IoT principles to achieve this goal?

a)

Use manual logs sent by email once per month

b)

Store readings locally without any network connectivity

c)

Schedule weekly technician visits for inspections

d)

Attach sensors and network modules for real-time data

7.

Fill in the blank: The main goal of IoT is to transform a device without processing capabilities into a (a)   device that can exchange real-time data over the internet without human involvement.

8.

A factory wants to reduce unplanned downtime using sensors on machines. Which IIoT-enabled approach best fits this goal, and why?

a)

Increase production speed to reveal weak components

b)

Use predictive maintenance to anticipate failures

c)

Run periodic manual inspections to detect faults

d)

Replace all machines at fixed calendar intervals

9.

An engineer must justify investing in IIoT for a power plant. Which reasoning most accurately explains IIoT’s focus and capabilities in this context?

a)

IIoT is general consumer IoT for home devices

b)

IIoT connects smart industrial assets to analyze data

c)

IIoT is a cloud-only service for office automation

d)

IIoT replaces all human operators with robots

10.

Quality issues appear randomly on a manufacturing line. Choose the IIoT-driven plan that uses evidence from connected devices to improve outcomes.

a)

Add more workers without data collection

b)

Use fixed schedules for maintenance only

c)

Shut down the line every few hours

d)

Enable HMI analytics for quality control

11.

A factory is migrating from small wearable sensors to mission‑critical robotics and power systems. Which shift best explains why the network must adopt more sensitive sensors and stricter controls?

a)

Wearables consume less battery power

b)

Power systems require cloud-only storage

c)

Risk becomes life‑threatening on failure

d)

Robots need faster Wi‑Fi standards

12.

An enterprise architect must choose between IIoT and consumer IoT for a city’s railway and logistics network. Which option aligns with the required network scale and product life cycle?

a)

IIoT with large scale and long life

b)

IoT with small scale and long life

c)

IoT with large scale and short life

d)

IIoT with small scale and short life

13.

You are planning data pipelines for two deployments: home wearables and industrial machines. Which pairing of data volume and security is most appropriate?

a)

IoT: very high data, identity privacy; IIoT: medium‑high data, robust security

b)

IoT: medium data, robust encryption; IIoT: very high data, identity privacy

c)

IoT: low data, no security; IIoT: medium data, basic passwords

d)

IoT: very high data, no privacy; IIoT: low data, strong privacy

14.

A smart factory suffers frequent delays because sensor data must travel to a distant cloud before analysis. Which redesign best addresses this latency while enabling autonomous responses on-site?

a)

Increase bandwidth to the central cloud

b)

Batch data hourly for cheaper processing

c)

Move ML inference to edge devices

d)

Retain cloud analytics, add redundant sensors

15.

Plan an AIoT solution to turn raw IoT data into actionable insights for home energy management. Which sequence is most effective and feasible?

a)

Collect locally, apply on-device ML, trigger automation

b)

Aggregate centrally, manual review, adjust settings weekly

c)

Encrypt data only, store on gateway, no processing

d)

Stream to cloud, archive logs, email monthly reports

16.

You are evaluating an IoT deployment that struggles with massive data volumes, limited scalability, and no autonomous decision-making. Which prioritized roadmap best mitigates these constraints?

a)

Replace sensors, postpone analytics indefinitely

b)

Deploy edge AI for decisions, scale distributed processing

c)

Migrate all components to a single cloud region

d)

Add privacy policies, keep current architecture

17.

A smart factory wants near-instant anomaly detection on vibration data, while still performing weekly model retraining and long-term storage. Choose the best placement of tasks across edge, fog, and cloud to meet latency and scalability needs.

a)

Inference at fog, training at edge, orchestration in cloud

b)

Inference in cloud, buffering at fog, storage at edge

c)

Training in cloud, inference in cloud, storage in fog

d)

Inference at edge, preprocessing at fog, retraining in cloud

18.

A city’s traffic system must respond to incidents in under 100 ms while networks are occasionally congested. Select the strategy that best balances communication reliability and decision latency.

a)

Batch uploads to fog every 10 minutes

b)

Streaming all raw video to cloud for analysis

c)

Centralized reinforcement learning with periodic commands

d)

Local sensor fusion and actuation at edge nodes

19.

A factory wants predictive maintenance that labels past failures but faces unlabeled streaming sensor data. Which learning strategy best combines these to improve models over time?

a)

Unsupervised clustering on live sensor streams

b)

Pure supervised training on historical failures

c)

Rule-based thresholds without machine learning

d)

Semi-supervised learning leveraging few labels

20.

You are tasked with detecting abnormal energy usage in a smart building with no labeled anomalies. Choose the most appropriate approach and justify the choice based on algorithm properties.

a)

Deploy k-NN using known fault labels

b)

Apply k-Means or DBSCAN to find outliers

c)

Train logistic regression with labeled anomaly data

d)

Use decision trees for labeled classification

21.

An IoT health monitoring system must both forecast failures and self-optimize. Which paired capabilities from AI in IoT directly support this requirement?

a)

Anomaly Detection and Personalization

b)

Predictive Analytics and Autonomous Control

c)

Context Awareness and Personalization

d)

Autonomous Control and Anomaly Detection

22.

An industrial IoT team has very few labeled fault samples but streams large volumes of unlabeled sensor data. Which learning strategy best balances data constraints while improving fault diagnosis performance?

a)

Supervised learning with extensive labeled datasets

b)

Reinforcement learning through reward-driven exploration

c)

Unsupervised learning without any labeled guidance

d)

Semi-supervised learning combining labeled and unlabeled data

23.

You are designing a camera-based traffic monitoring device. Choose the most suitable deep learning approach and justify the choice by the data modality described.

a)

Autoencoders for tabular demand forecasting data

b)

Policy gradient methods for reward maximization

c)

Convolutional neural networks for image and video analytics

d)

Recurrent neural networks for sequential text inputs

24.

A smart building controller must learn optimal HVAC actions through trial and error within the building. Identify the key RL components the designer must formalize to enable this learning.

a)

Labeled examples and class boundaries

b)

Hidden layers and activation functions

c)

Agent, environment, states, actions, rewards

d)

Word embeddings and sentiment lexicons

25.

Design an AIoT customer support kiosk that respects privacy while giving instant voice responses. Choose the most suitable approach.

a)

Use rule-only expert system without speech module

b)

On-device speech recognition with local intent parsing

c)

Record audio and analyze later in remote servers

d)

Text transcription in cloud with periodic replies

26.

In a battery-powered industrial sensor, the inference component should be (a)   to meet power limits while keeping latency low.

27.

An engineer needs robust diagnostics in a cyber-physical system by combining learned patterns with explicit rules. Which technique aligns with this plan?

a)

Hybrid AI models merging ML, DL, and symbolic AI

b)

Standalone deep neural network trained end-to-end

c)

Pure rule-based expert system without learned models

d)

Manual threshold tuning by domain operators

28.

A city plans an AIoT rollout to improve traffic flow and energy savings without constant cloud dependence. Which architecture best meets these goals while balancing power limits and security risks shown in the image?

a)

Centralized cloud analytics with periodic batch uploads

b)

Edge processing for local decisions with secure gateways

c)

On‑device logging only with monthly manual transfers

d)

Hybrid cloud streaming for all data with VPN tunnels

29.

A warehouse robotics team must reduce downtime and maintenance costs while ensuring interoperability across mixed vendors. Which integrated AIoT strategy is most appropriate given the applications and challenges depicted?

a)

Isolated robot controllers with no shared telemetry

b)

Single vendor lock‑in to avoid protocol translation

c)

Manual inspections scheduled by calendar reminders

d)

Predictive maintenance models on IoT sensor streams

30.

An engineer observes noisy sensor data in an automated vehicle. To maintain safe real‑time decisions under power constraints, what should be prioritized first?

a)

Frequent model retraining during driving sessions

b)

Disabling preprocessing to reduce latency

c)

Lightweight filtering and validation at the edge

d)

Higher‑resolution cameras streamed to the cloud