CHAPTER 8: SMART LIVING (AI)
1. The Hook (The Tech Innovation)
- Did you know that your house can think, feel, and automatically adapt to your physical presence using smart devices connected through the global Internet?
- Imagine if you could command a computer to adjust your entire room’s temperature using nothing but your spoken voice, or have a smart door that opens automatically through automated facial recognition the moment you walk up to it!
- Did you know that a smart smoke detector doesn’t just make a sound in the kitchen, but can instantly send real-time warning alerts to your smartphone even if you are on vacation thousands of miles away?
- Imagine if you could design a physical toy or tool on your computer screen and watch a 3D printer bring it to life as a real, three-dimensional physical object right before your eyes!
- Did you know that a smart light can adjust to your personal needs and save electricity without you ever pressing a physical wall switch?
- Imagine if you could stream high-definition movies and play games directly on your television using high-speed Internet networks via a smart TV, bypassing traditional cable networks completely!
- Did you know that an AI-powered smart voice assistant like Alexa can listen to your natural voice commands, answer complex science questions, play your favorite music, and control every other device in your house at the same time?
2. Real-World Lesson (Why This Matters)
In the modern digital economy, mastering the principles of the Internet of Things (IoT) and Artificial Intelligence (AI) is not just about home comfort; it is a fundamental skill for internet development, smart infrastructure, and daily digital efficiency.
- In the Modern Workplace (Smart Buildings & Energy Management): Modern businesses utilize automated building systems to manage commercial offices, monitor occupancy, and optimize physical security. Understanding smart automation is crucial for careers in facilities engineering, corporate security, and sustainable energy management, where reducing a company’s electricity consumption and carbon footprint is a multi-million-dollar objective.
- In Internet Development & Engineering (IoT Architecture): Smart devices communicate over local wireless networks (Wi-Fi) and sync with remote cloud servers. Developers and engineers who understand how a physical sensor (such as a smoke chamber or proximity camera) converts analog signals into digital data, checks conditions via software logic, and pushes cloud notifications are equipped to build the next generation of connected devices, mobile applications, and network architectures.
- In Daily Digital Life (Security and Conservation): Homeowners who know how to deploy and configure smart security cameras, optimize smart thermostats, and program automated lighting enjoy an immediate real-world advantage. They secure their properties from anywhere, reduce domestic electricity and heating bills, and conserve finite environmental resources.
3. The Execution Sequence (Algorithms & Navigation)
While the textbook does not include manual desktop software navigation paths (such as File -> Export -> PDF) due to its focus on physical AI systems, the hardware and software engines of smart home systems operate on strict, logical, step-by-step algorithms. Below are the precise execution sequences for the core systems described in this chapter.
Sequence A: Smart Door Facial Recognition & Proximity Unlock Loop
- Standby State: The door system remains in a low-power monitoring state, continuously polling the physical proximity sensor.
- Proximity Trigger: A human approaches the entryway. The proximity sensor detects physical presence and triggers the system to wake.
- Capture Mode: The integrated high-definition camera array activates and captures a visual image of the visitor’s face.
- Data Transmission: The captured image data is processed locally or sent over the home network to the biometric engine.
- Feature Extraction: The facial recognition software extracts key biometric markers (such as eye distance, nose bridge length, and jawline structure) from the captured face.
- Database Comparison: The software compares the extracted features against pre-authorized face templates stored securely in memory.
- Conditional Branching:
- IF the visitor’s face matches a registered profile:
- Send an electronic unlock signal to the mechanical door actuator.
- Physically retract the locking deadbolt and open the door automatically.
- ELSE (Face is unrecognized):
- Maintain the physical deadbolt in its locked position.
- Log the visitor’s photo and timestamp in the security registry.
- Send an urgent security notification and photo stream to the homeowner’s mobile device.
- IF the visitor’s face matches a registered profile:
- Auto-Lock Sequence: Once the door closes and motion sensors confirm the user has fully walked inside, the door automatically engages the lock.
Sequence B: Smart Smoke Detector Safety & Alert Pipeline
- Sensing State: The photoelectric or ionization sensor inside the smoke detector continuously monitors the ambient air quality.
- Data Sampling: The internal microcontroller reads the analog sensor output at rapid intervals (e.g., every 500 milliseconds).
- Condition Check:
- IF the detected smoke particle density exceeds the safety threshold:
- Initiate the emergency protocol.
- ELSE:
- Loop back to the continuous sensing state.
- IF the detected smoke particle density exceeds the safety threshold:
- Local Alarm Trigger: Send power to the internal piezo-electric buzzer to emit a high-decibel physical warning sound throughout the house.
- Network Connection: Connect to the local Wi-Fi router and establish an outbound connection to the designated push notification server.
- Alert Dispatch: Pushes an emergency data packet (“Smoke Detected – Active Alarm”) to the home’s registered cloud services.
- Mobile Delivery: The cloud server pushes an immediate, high-priority notification banner and auditory alarm to the homeowner’s paired mobile phone, alerting them to danger even if they are away.
Sequence C: Smart Voice Assistant Voice Command Loop
- Wake-Word Monitoring: The device’s multi-microphone array continuously listens to ambient room audio, looking for the specific wake word (e.g., “Alexa“).
- Audio Stream Capture:
- Upon detecting the wake word, the assistant lights up its visual LED indicator ring to signal active listening.
- Record the subsequent spoken command (e.g., “play some music”) as a digital audio waveform.
- Cloud Processing: Transmit the captured audio packet over the local Wi-Fi network to secure cloud servers for processing.
- Speech-to-Text & NLP Translation:
- Convert the digital audio waveform into clean text.
- Run Natural Language Processing (NLP) models to parse the user’s intent (“Play Media”) and entity (“Music”).
- Action Dispatch: The cloud engine sends a command packet back to the smart speaker device or target streaming application (e.g., streaming music data).
- Task Execution:
- The device begins playing the requested audio track through its speaker.
- If the command was to control other home systems (e.g., “turn off the smart light”), the server routes a control packet to the smart light’s API over the internet to turn off the bulb.
Sequence D: Smart Light Energy-Saving Automation
- Ambient Light Check: The smart bulb’s ambient light sensor measures the natural lux (brightness) level of the room.
- Motion Check: The passive infrared (PIR) sensor monitors physical movement within its detection field.
- Control Logic:
- IF motion is detected AND room brightness is below the target lux threshold (meaning the room is dark and occupied):
- Complete the circuit to illuminate the LED elements automatically.
- ELSE IF motion is absent for a set duration (e.g., 5 minutes) OR room brightness is above the target lux threshold (meaning the room is empty or bright with daylight):
- Break the circuit to turn off the light automatically, conserving electricity and reducing costs.
- IF motion is detected AND room brightness is below the target lux threshold (meaning the room is dark and occupied):
- Continuous Learning: The smart light system records activation times to learn the homeowner’s daily schedule, pre-heating or pre-lighting spaces as needed.
Sequence E: Smart Thermostat Temperature Control Loop
- User Goal Entry: The homeowner inputs their desired target temperature (e.g., 22°C) via a smartphone application or the thermostat’s physical interface.
- Continuous Sensing: The digital thermistor reads the current room temperature at regular intervals.
- Loop Logic Check:
- IF current room temperature > target temperature:
- Send an activation signal to the cooling compressor or smart air conditioner (Smart AC).
- ELSE IF current room temperature < target temperature:
- Send an activation signal to the central heating furnace or element.
- ELSE (current room temperature == target temperature):
- Set both cooling and heating elements to idle/standby, cutting electrical draw to save on utility bills.
- IF current room temperature > target temperature:
- Delay Buffer: Wait for 1 minute before polling the sensor again to prevent rapid cycling of HVAC compressors.
Sequence F: 3D Printer Digital Fabrication Sequence
- Digital Design: The user designs a 3D model using Computer-Aided Design (CAD) software on a computer.
- Slicing Process: The digital file is processed through “slicing” software, converting the 3D model into thousands of horizontal, 2D layers and generating toolpaths (G-code commands).
- File Export & Connection: The user exports the sliced file to the 3D printer via USB, SD Card, or wireless network.
- Pre-heating Phase: The 3D printer heats its print nozzle and build plate to the required temperatures for the selected material (e.g., PLA plastic).
- Additive Layer Construction:
- The print head extrudes thin layers of melted material, following the exact geometry of the first layer.
- The build plate lowers slightly, and the printer deposits the next layer directly on top.
- Repeat this additive process layer-by-layer until the physical object is completed.
- Cooling & Extraction: The print head parks, the cooling fans run, and the user extracts the solid, real-world object from the print bed.
4. Technical Glossary (The Word List)
- Smart Device – An electronic hardware device that can connect, share data, and interact with other devices and networks wirelessly, operating interactively and autonomously to make daily tasks easier. – Used to establish the technological transition from manual utilities to automated consumer hardware.
- Smart Home – A modern residential setup where household appliances and systems are connected to the Internet, enabling automated, voice-controlled, or remote management. – The overarching concept of the chapter, highlighting improvements in home security, convenience, and resource management.
- Internet – The global network of interconnected computers and servers that enables the exchange of information and commands between smart devices worldwide. – Described as the primary communication backbone that connects all home automation devices to remote databases and user interfaces.
- Wi-Fi – A local wireless networking technology that allows devices such as computers, smartphones, and smart appliances to connect to the Internet and communicate with each other within a building. – Presented as the physical router-driven network through which smart home cameras, appliances, and mobile phones communicate.
- Smart Camera – An internet-connected security surveillance camera that records video, transmits live streams online, and alerts users of physical activity. – Used for residential monitoring and safety, allowing homeowners to check on their homes from remote locations such as offices or vacations.
- Smart TV – An internet-enabled television set that supports direct video streaming apps, gaming, and web surfing, and can be operated via voice commands or smartphones. – Discussed as an interactive home entertainment hub that runs specialized applications like Netflix and Voot without traditional cable hookups.
- Smart Voice Assistant – An AI-powered hardware and software system that captures verbal commands, translates them into digital requests, and performs tasks such as playing music, answering academic questions, or controlling other smart hardware. – Highlighted as a hands-free user interface, with Alexa cited as a prime example.
- Smart Light – An automated bulb that utilizes built-in motion or ambient sensors to turn on or off automatically without manual physical switches, adjusting to user patterns to save energy. – Featured as an energy-efficient home fixture that lowers utility costs while adjusting to daily human routines.
- Smart Door – A home security entrance system that uses facial recognition biometric scanning to unlock the house automatically upon arrival and lock it upon departure. – Presented as an advanced entry-point security system that replaces mechanical metal keys.
- Smart Thermostat – A programmable, computerized climate controller that dynamically regulates heating and cooling units based on target temperatures. – Used to demonstrate automated temperature optimization, saving homeowners the cost of purchasing excessive heating and cooling systems.
- Smart Smoke Detector – An atmospheric safety sensor that detects smoke particles or extreme heat, sounding a local physical alarm and dispatching instant mobile push notifications to smartphones. – Presented as a critical safety device that provides real-time emergency alerts to users regardless of their physical location.
- Facial Recognition – An AI computer-vision technology that analyzes and matches facial geometry features from a camera feed against a database of stored profiles to identify individuals. – Used as the biological security credential that controls automated smart doors.
- 3D Printer – An additive manufacturing machine that constructs physical three-dimensional solid objects layer-by-layer from a computer-generated digital model. – Referred to in the “Learning Desk” section as a “magic object-maker” that bridges the digital and physical worlds.
- Mobile Access – The capability of controlling, scheduling, and monitoring connected home systems remotely using application software installed on a smartphone. – Explains how homeowners can interact with lighting, climate controls, and security cameras from outside the home.
- Voice Command – Spoken verbal instructions processed by automatic speech recognition algorithms to control software applications and smart home hardware without physical contact. – Identified as the key input method for modern smart TVs, streaming media applications, and smart speakers.
- Netflix / Voot – Internet-based subscription streaming service applications that deliver movies and television shows on-demand to smart devices. – Presented as the default modern software applications accessed through an internet-connected smart TV.
- Smart Watch – A wearable computing device designed to run applications, track physical metrics, and display mobile notifications wirelessly. – Depicted in the smart ecosystem diagram as a personal mobile node.
- Alexa – A popular AI smart voice assistant developed by Amazon that processes vocal queries to execute physical and digital household commands. – Used as the primary classroom example of modern voice assistant hardware.
- Roomba – An autonomous robotic vacuum cleaner that uses basic obstacle-avoidance AI algorithms to navigate and clean floor spaces independently. – Featured in the initial smart home diagram to illustrate automated daily chore management.
- Smart AC – An internet-connected air conditioning unit that adjusts cooling output based on dynamic signals received from a smart thermostat or mobile app. – Shown as a key utility actuator in thermal management loops.
- Smart Doorbell – An internet-connected entrance doorbell equipped with a camera, speaker, and microphone, allowing homeowners to speak with visitors at their door remotely. – Depicted as an essential perimeter security device.
5. Teacher’s Chapter Checklist
Teachers can use this comprehensive checklist to track laboratory benchmarks, design tests, and verify classroom instructional progress:
- [x] Define Smart Home Concept: Verify students can explain how a “Smart Home” differs from a “Regular Home” through internet integration.
- [x] Identify the Internet as a Prerequisite: Confirm students understand that internet-connected systems are mandatory for smart devices to function and communicate.
- [x] Map Local Area Network (Wi-Fi) Routes: Ensure students can explain how devices (like cameras and smoke detectors) route data through a central home Wi-Fi router to reach mobile apps.
- [x] Master Energy-Saving Logic: Verify students can write or explain the “If-Else” conditional logic used by smart lights and smart thermostats to reduce utility bills.
- [x] Explain Biometric Security: Confirm students understand how facial recognition works on a smart door to unlock access compared to traditional metal keys.
- [x] Contrast Security vs. Safety Devices: Ensure students can differentiate between a Smart Camera (remote continuous video surveillance) and a Smart Smoke Detector (emergency sensing and mobile push-alerts).
- [x] Deconstruct Natural Language Interaction: Confirm students can detail how a voice assistant (like Alexa) captures, parses, and executes verbal instructions.
- [x] Illustrate the 3D Printing Workflow: Verify students can outline the 3D printing pipeline: Digital Design on Computer \(\rightarrow\) Slicing \(\rightarrow\) Additive Printing Layer-by-Layer \(\rightarrow\) Physical 3D Object.
- [x] Apply Problem-Solving to Scenarios: Test if students can solve practical, everyday scenarios using smart devices (such as recommending a Smart Thermostat for adjusting temperatures after school, as seen in Sam’s case).
6. Ready-Reckoner Student Revision Notes
I. Foundations of Smart Living
- The Home: A physical place where we live, feel safe, and stay comfortable.
- The Regular Home vs. The Smart Home:
- A Regular Home uses manual devices (physical switches, physical keys, separate appliances) that require physical human intervention.
- A Smart Home is an upgraded regular home containing specialized electronic devices connected to the Internet that can automate daily tasks.
- Core Goal of Smart Living: To make everyday tasks easier, more convenient, safer, and highly energy-efficient.
II. The Four Key Benefits of Smart Homes
- Energy Savings: Automatically shuts down devices when not in use. This reduces overall energy consumption and lowers monthly electricity bills.
- Mobile Phone Control: Enables homeowners to configure and adjust physical lighting and room temperatures from their phone apps.
- Remote Monitoring: Allows people to view real-time security camera feeds from their office or while traveling on vacation.
- Voice Assistance: Enables users to operate household systems hands-free by speaking vocal commands to smart speakers.
III. Profiles of Key Smart Home Devices
- Smart Camera: A surveillance device that records video feed and transmits it over the internet. It provides active home security, allowing continuous monitoring from any remote location on Earth.
- Smart TV: An internet-connected television set. It allows users to watch movies, stream TV shows (on popular modern apps such as Netflix and Voot), play interactive games using internet data, and respond directly to voice commands.
- Smart Voice Assistant: An AI-powered device (such as Alexa) that listens to spoken requests. It can answer academic questions, play streaming music, read news, and control other interconnected smart hardware in the household.
- Smart Light: An automated lighting fixture. It turns on or off automatically without anyone pressing a button by sensing human presence, adjusting to personal schedules and conserving electricity.
- Smart Door: A secure entry door that uses biometric facial recognition technology instead of traditional metal keys. It automatically unlocks when you reach home and locks securely when you depart.
- Smart Thermostat: An automated temperature manager. It monitors and controls heating and cooling appliances to match your chosen target temperature, reducing the need to buy extra heating and cooling devices.
- Smart Smoke Detector: A life-safety sensor. It continuously monitors the home for smoke. If smoke is detected, it sounds a physical warning siren and dispatches an instant emergency alert message to your smartphone.
IV. Emerging Tech: 3D Printing
- What is it? A 3D printer is a specialized machine that manufactures physical, three-dimensional solid objects.
- How does it work?
- A user creates a custom design on a computer.
- The digital file is sent to the 3D printer.
- The printer builds the design out of physical material (such as plastic) layer-by-layer.
- Analogy: It acts like a real-world “magic object-maker”.
V. Textbook Questions & Verified Solutions
Section A: Multiple Choice Questions
- Which of the following helps in saving electricity?
- (a) Smart Camera (b) Smart Light (c) Smart Speaker
- Answer: (b) Smart Light
- Which of the following provides security to homes?
- (a) Smart TV (b) Smart Light (c) Smart Camera
- Answer: (c) Smart Camera
- Which of the following helps in detecting smoke in the house?
- (a) Smart Door (b) Smart Smoke Detector (c) Smart Camera
- Answer: (b) Smart Smoke Detector
- A ________ uses facial recognition to unlock the house.
- (a) smart door (b) smart light (c) smart camera
- Answer: (a) smart door
Section B: Fill in the Blanks
- Smart devices are connected through Internet.
- A smart smoke detector detects smoke in the house.
- Smart homes make daily tasks easier and more convenient.
- A smart thermostat controls the home temperature based on your choice.
Section C: Match the Following
- Smart TV \(\rightarrow\) Netflix/Voot App Icon
- Smart Smoke Detector \(\rightarrow\) Smoke & Fire Alarm Sensor Drawing
- Smart Light \(\rightarrow\) Light Bulb Drawing
- Smart Camera \(\rightarrow\) CCTV Dome Camera Drawing
Section D: Answer the Following
- Name any two smart devices that are used in smart homes.
- Answer: Smart Light and Smart Door (or Smart Thermostat, Smart Camera, Smart Voice Assistant).
- What are smart homes?
- Answer: Smart homes are regular homes equipped with special electronic devices connected to the Internet, designed to improve security, safety, and convenience.
- What are the uses of smart TV?
- Answer: A smart TV allows us to watch movies, stream TV shows (via apps like Netflix and Voot), and play interactive games using the Internet. It can also be controlled using voice commands.
- List any two benefits of smart homes.
- Answer: (1) Saving energy and lowering electricity bills. (2) Allowing homeowners to monitor security cameras and control appliances remotely via smartphones.
Section E: Application-Based Question
- Scenario: Sam returns home from school. He wants to adjust the room temperature. Suggest an appropriate smart device to him.
- Answer: Sam should use a Smart Thermostat (which is designed to control room temperature based on his choice).
7. Activities (Experiential & Lab Learning)
These hands-on activities combine exercises from the textbook with creative computer lab projects to make learning highly interactive:
Textbook-Aligned Classroom Activities
- Smart Device Blueprint Matching: Print out illustrations of smart devices (Smart AC, Smart Camera, Smart TV, Alexa Smart Speaker, Smart Door, Smart Watch). Have students label each drawing and write its core function underneath.
- Venn Diagram: Regular TV vs. Smart TV: On the board, draw a Venn diagram comparing television types. Have students fill in the characteristics:
- Regular TV: Offline, uses cable, requires physical button presses on a remote, limited to standard broadcast channels.
- Smart TV: Connected to internet Wi-Fi, supports video streaming applications (Netflix/Voot), allows online gaming, supports voice commands, and can be controlled via smartphone.
- Shared: Has a display screen, displays video, plays audio, sits in the living room.
- Group Discussion on Perimeters & Sound: Conduct a 15-minute group discussion on the topic: “How do smart doorbells and smart speakers make our homes safer and more comfortable?”.
Extended Lab Projects (Experiential Learning Outside the Textbook)
- The Cardboard “If-Else” Logic Game (Computational Thinking):
- Lab Setup: Divide students into teams. Give each team a physical cardboard box with cut-out slots representing input and output gates.
- Task: Create “Sensor Cards” (e.g., “Motion Detected”, “No Smoke”, “Face Matches Owner”) and “Action Cards” (e.g., “Sound Alarm”, “Unlock Door”, “Turn Off LEDs”).
- Activity: The teacher holds up a “Sensor Card.” Students must physically insert the correct “Action Card” into the output slot based on the conditional rules of a Smart Door or Smart Smoke Detector. This bridges physical manipulation with computer programming logic.
- Scratch AI Voice-Assistant Simulator (Coding Project):
- Lab Setup: Open the Scratch programming environment on student computers.
- Sprite Setup: Create a sprite named “Alexa” (a glowing circle) and another sprite named “Living Room Light” (with two costumes: “On” and “Off”).
- Code Blocks: Write the following Scratch logic to simulate a smart home interface:
when green flag clicked switch costume to "Off" of "Living Room Light" broadcast "listen_for_wake_word" when I receive "listen_for_wake_word" ask "Speak a command (e.g., Alexa, turn on lights):" and wait if < (answer) contains [Alexa] > then broadcast "parse_command" else say "I didn't hear a wake word." for 2 seconds broadcast "listen_for_wake_word" end when I receive "parse_command" if < (answer) contains [turn on lights] > then broadcast "lights_on" say "Turning on the living room lights." for 2 seconds else if < (answer) contains [play music] > then play sound [MusicBeat v] until done else say "Command not recognized. Please try again." for 2 seconds end broadcast "listen_for_wake_word" end when I receive "lights_on" switch costume to "On" of "Living Room Light"
- “Be the Packet” Network Roleplay:
- Activity: Assign roles to students: Smart Camera, Wi-Fi Router, Cloud Server, and Parent’s Smartphone.
- Execution: Give the Smart Camera a paper envelope labeled “Intruder Alert Data.” The Smart Camera must walk and deliver the envelope to the Wi-Fi Router, which reads the destination, signs it, and passes it to the Cloud Server, which finally “pushes” it to the Parent’s Smartphone student. This physical exercise helps kids visualize how wireless networks transmit data.
- Mobile App Interface UI/UX Wireframe:
- Activity: Give students a blank mobile phone template on paper. Instruct them to design the user interface (UI) for a “Smart Home Controller App”. They must draw a sliding scale to control a Smart Thermostat‘s temperature, a toggle switch for Smart Lights, and a window displaying a Smart Camera‘s live feed.
8. Flow Charts & Diagrams (Visual Board-Work)
Teachers should draw these structured schematics on the chalkboard or assign them as lab notebook drawings:
Diagram 1: Centralized Wi-Fi Smart Home Topology
This diagram visualizes how smart home hardware connects wirelessly.
- Central Node: A drawing of a wireless router labeled “Home Wi-Fi Router“.
- Radiating Links: Draw dotted lines (representing wireless Wi-Fi signals) outwards from the router to the following nodes:
- Smart TV Node: Labeled “Connects to Internet for streaming (Netflix/Voot) and games”.
- Smart Voice Assistant Node: Labeled “Receives voice inputs and transmits command signals”.
- Smart Camera Node: Labeled “Sends live surveillance footage to remote locations”.
- Smart Smoke Detector Node: Labeled “Detects smoke and sends emergency alert data”.
- Homeowner’s Smartphone Node: Labeled “Sends user remote control commands and receives sensor alert messages”.
Flowchart 2: Smart Door Facial Recognition Unlock Sequence
A flowchart tracking how a smart door operates programmatically.
[ START: Proximity sensor detects person approaching ]
│
▼
[ Capture image of visitor's face ]
│
▼
[ Extract features and search local database ]
│
▼
/─────────────────────────────────\
< Is the visitor's face recognized? >
\─────────────────────────────────/
/ \
YES / \ NO
/ \
▼ ▼
[ Unlock the door ] [ Keep the door locked ]
│ │
▼ ▼
[ User enters house ] [ Record visitor log photo ]
│ │
▼ ▼
[ Close & lock door ] [ Send mobile alert warning ]
│ │
└──────────┬──────────┘
│
▼
[ END ]
Flowchart 3: Smart Smoke Detector Alarm Logic
This diagram maps out safety escalation rules.
[ START: Continuous Air Quality Monitoring ]
│
▼
[ Measure smoke density level ]
│
▼
/───────────────────────────────────\
< Is smoke density above safe limit? >
\───────────────────────────────────/
/ \
YES / \ NO
/ \
▼ ▼
[ Trigger local siren ] [ Resume monitoring ]
│ │
▼ │
[ Connect to home Wi-Fi ] │
│ │
▼ │
[ Send cloud push notification ] │
│ │
▼ │
[ Receive urgent phone alert ] │
│ │
└───────────┬───────────┘
│
▼
[ END ]
Flowchart 4: Smart Thermostat Comfort Loop
A feedback-loop flowchart representing thermal monitoring.
[ START: User sets target temp to T_set ]
│
▼
[ Measure current room temp (T_room) ]
│
▼
/─────────────────────────────────────────────\
< Is T_room greater than target T_set (Hot)? >
\─────────────────────────────────────────────/
/ \
YES / \ NO
/ \
▼ ▼
[ Turn ON Smart AC ] /─────────────────────────\
│ < Is T_room cold (< T_set)?>
│ \─────────────────────────/
│ / \
│ YES / \ NO (Equal)
│ / \
│ ▼ ▼
│ [ Turn ON Heater ] [ Turn OFF HVAC ]
│ │ │
└──────────────────────────┼───────────────┘
│
▼
[ Wait 1 Minute ]
│
└─────────────────────────┐
│
▼
[ Loop to Temp Measure ]
Flowchart 5: Smart Light PIR Sensor-Driven Auto-Off Algorithm
This flowchart monitors motion to save electricity.
[ START: Continuous Light Level Check ]
│
▼
[ Measure Ambient Light Sensor (Lux) ]
│
▼
/───────────────────────────────────\
< Is room naturally bright (Daylight)? >
\\───────────────────────────────────/
/ \
YES / \ NO
/ \
▼ ▼
[ Switch light OFF ] [ Monitor PIR Motion Sensor ]\n │ │\n │ ▼\n │ /──────────────────\\\n │ < Is motion active? >\n │ \\──────────────────/\n │ / \\\n │ YES / \\ NO\n │ / \\\n │ ▼ ▼\n │ [ Switch light ON ] [ Keep light OFF ]\n │ │ │\n └────────────┼──────────────┘\n │\n ▼\n [ Wait 5 Minutes ]\n │\n └───────────────────────┐\n │\n ▼\n [ Loop back to START ]
QUESTIONS :
Here is the comprehensive, exhaustive Master Question Bank for Chapter 8: Smart Living (AI). It has been compiled strictly using the provided textbook chapter to test every single page, concept, and sub-topic without any outside knowledge.
The updated and fully formatted document has also been published to your Studio panel as master-question-bank-v2.md. You can copy and paste the text below directly into Microsoft Word, as it strictly follows your formatting and layout guidelines.
QUESTIONS :
1. THE “HIDDEN” IN-TEXT QUESTIONS (MID-CHAPTER EXTRACTION)
Q1.1. Under the heading “INTRODUCTION”, explain how the emergence of different types of smart devices in modern times changes the way we perform daily chores.
Q1.2. Under the heading “SMART HOMES”, what are the three core feelings or states of being that a home should provide to people, and how do smart homes enhance this using technology?
Q1.3. Based on the “SMART HOMES” diagram, identify at least six distinct smart devices or technologies that are illustrated as part of a connected living space.
Q1.4. Under the sub-heading “BENEFITS OF SMART HOMES”, detail how smart homes achieve energy efficiency and what direct economic impact this has on the homeowners.
Q1.5. Analyze the “BENEFITS OF SMART HOMES” section to explain how a homeowner can manage their home’s internal environment (such as lighting and temperature) and security when they are physically away on vacation.
Q1.6. Under the heading “DEVICES IN SMART HOMES”, what is the significance of “special features” in smart devices, and what two outcomes do they provide to make life better?
Q1.7. Study the “SMART HOME SYSTEM / WI-FI” diagram. Explain how Wi-Fi acts as the central backbone of the system, and list all ten categories of media, access, or devices shown connecting through it.
Q1.8. Under the sub-heading “SMART CAMERA”, identify the dual purposes of a smart camera in a domestic setup and how remote monitoring is achieved.
Q1.9. Under the sub-heading “SMART TV”, describe the three main activities a smart TV allows users to do, and identify the two specific streaming platforms depicted as icons next to it.
Q1.10. Under the sub-heading “SMART VOICE ASSISTANT”, explain how a smart speaker functions to perform tasks, and list the three specific tasks performed by Alexa as described in the text.
Q1.11. Under the sub-heading “SMART LIGHT”, detail the automated mechanism of a smart light, explaining how it functions without manual switches and its ultimate benefit.
Q1.12. Under the sub-headings “SMART DOOR”, “SMART THERMOSTAT”, and “SMART SMOKE DETECTOR”, summarize how these three safety and comfort devices automate house entry, temperature control, and hazard alerts respectively.
Q1.13. Under the sidebar heading “Learning Desk”, explain how a 3D printer operates, what digital tool is required before printing, and why it is compared to a “magic object-maker”.
2. THE TEXTBOOK EXERCISE INTEGRATION (BACK-OF-CHAPTER)
These questions are extracted exactly as they appear at the end of the chapter “Smart Living (AI)” in the textbook.
A. Multiple Choice Questions
Q2.1. Which of the following helps in saving electricity? A) Smart Camera B) Smart Light C) Smart Speaker
Q2.2. Which of the following provides security to homes? A) Smart TV B) Smart Light C) Smart Camera
Q2.3. Which of the following helps in detecting smoke in the house? A) Smart Door B) Smart Smoke Detector C) Smart Camera
Q2.4. A ______ uses facial recognition to unlock the house. A) smart door B) smart light C) smart camera
B. Fill in the blanks.
Q2.5. Smart _______ are connected through Internet.
Q2.6. A _______ detects smoke in the house.
Q2.7. Smart homes make daily tasks easier and more _______.
Q2.8. A _______ controls the home temperature based on your choice.
C. Match the following.
Q2.9. Match the smart devices on the left with their descriptions/images on the right:
- Smart TV —— (a) Light Bulb Icon
- Smart Smoke Detector —— (b) CCTV Camera Icon
- Smart Light —— (c) Netflix / Voot Platforms
- Smart Camera —— (d) Smoke Detector Icon
D. Answer the following.
Q2.10. Name any two smart devices that are used in smart homes.
Q2.11. What are smart homes?
Q2.12. What are the uses of smart TV?
Q2.13. List any two benefits of smart homes.
E. Computer In Everyday Life (Application-based Question)
Q2.14. Sam returns home from school. He wants to adjust the room temperature. Suggest an appropriate smart device to him.
F. Activities (TECH ZONE)
Q2.15. Write the names of smart devices given in the picture. (a), (b), (c), (d)
Q2.16. In the given pictures two types of TV are shown, a regular TV and a smart TV. Write any one difference between them.
G. Group Discussion
Q2.17. Discuss in class: ‘Smart door bells and smart speakers’
3. EXHAUSTIVE OBJECTIVE BANK (THE FACTUAL BASELINE)
22 Multiple-Choice Questions (MCQs)
Q3.1. What is the main objective of using different types of smart devices in our everyday life?
A) To replace all traditional household furniture B) To make our life easier and daily tasks more convenient C) To run computer programs without an internet connection D) To eliminate the need for physical homes
Q3.2. A home is defined in the text as a place where people live, feel safe, and:
A) study computer science B) design 3D models C) feel comfortable D) watch Netflix and Voot
Q3.3. What must special devices in a smart home be connected to in order to function as smart devices?
A) Satellite television B) Internet C) Traditional telephone lines D) An electrical generator only
Q3.4. How do smart homes affect the safety and security of regular homes?
A) They decrease safety due to internet connection B) They maintain the exact same safety level as traditional homes C) They improve the safety and security of regular homes D) They make homes completely vulnerable to rain
Q3.5. Which of the following is listed as a benefit of smart homes regarding energy?
A) They increase energy consumption B) They save energy by reducing energy consumption C) They produce energy using wind turbines D) They make energy consumption completely free
Q3.6. Besides saving energy, what is another direct financial benefit of smart homes mentioned in the text?
A) They completely eliminate the cost of food B) They lower the electricity bill C) They provide a monthly cash reward D) They make buying smartphones free
Q3.7. How can homeowners control the lighting and temperature of their smart homes?
A) By pressing physical buttons on a central control panel only B) Using their mobile phones C) By clapping their hands or whistling D) By calling an internet technician
Q3.8. From where can you monitor the security cameras of your home?
A) Only from inside the house B) From office or vacation C) Only from a local computer shop D) From the internet service provider’s headquarters
Q3.9. What primary method do voice assistants use to help control smart home devices?
A) Physical touch screens B) Keyboard inputs C) Voice D) Text messages
Q3.10. Each device in a smart home has “special features” that make life:
A) more expensive and difficult B) more comfortable and secure C) entirely automated without human presence D) dependent on computer programming
Q3.11. What is the central hub shown in the “Devices in Smart Homes” system diagram?
A) Mobile Access B) Tablet C) Wi-Fi D) CCTV
Q3.12. Which of the following is NOT shown in the Wi-Fi system diagram as connecting to the network?
A) WEATHER B) LAPTOP C) ROOMBA D) MEDIA PLAY
Q3.13. What is the primary function of a Smart Camera according to the text?
A) It records movies for entertainment B) It provides security and helps monitor homes from anywhere C) It takes photographs of family events D) It measures the temperature of the house
Q3.14. Which activities are specifically mentioned as being supported by a Smart TV?
A) Printing 3D objects and checking weather B) Senses smoke and sends alerts C) Watching movies, TV shows, and playing games D) Unlocking doors and saving electricity
Q3.15. Besides using the internet, how can a smart TV be controlled?
A) Using a physical keyboard B) Using our voice C) Using a smart watch only D) By clapping hands
Q3.16. What is the role of a Smart Voice Assistant as described in the text?
A) It prints 3D designs B) It listens to our voice commands to perform various tasks C) It senses smoke and sounds an alarm D) It regulates water usage in the kitchen
Q3.17. Which of the following is an example of a Smart Voice Assistant provided in the text?
A) Roomba B) Alexa C) Netflix D) Voot
Q3.18. How does a Smart Light function to save electricity?
A) It turns on and off automatically without pressing a button B) It only works during the daytime C) It uses solar energy exclusively D) It must be controlled by a voice assistant at all times
Q3.19. What technology does a Smart Door use to unlock the house?
A) Fingerprint scanning B) Voice commands C) Facial recognition D) A physical digital keypad
Q3.20. When is a Smart Door programmed to open and close?
A) Open when the sun rises and close when it sets B) Open when you reach home and close when you leave C) Open when smoke is detected and close when temperature rises D) Open when Alexa commands it and close when you turn off the TV
Q3.21. How does a Smart Thermostat save money for the homeowner?
A) By turning off the lights when not needed B) By reducing the cost of buying additional heating and cooling devices C) By lowering the internet bill D) By printing replacement parts in 3D
Q3.22. Where does a Smart Smoke Detector send alert messages when it senses smoke?
A) To the nearest fire station B) To your smart TV screen C) To your smartphone D) To your Alexa speaker
15 Fill-in-the-Blanks
Q3.23. Nowadays, we use different types of ______ devices to make our life easier.
Q3.24. Smart devices make daily tasks ______ and more convenient.
Q3.25. Smart homes use special devices connected to the ______ .
Q3.26. Smart homes improve the safety and ______ of regular homes.
Q3.27. Smart homes save energy by reducing ______ consumption.
Q3.28. Homeowners control lighting and temperature of their homes using their ______ .
Q3.29. You can monitor security cameras of your home from your ______ or vacation.
Q3.30. Voice assistants help control smart home devices using ______ .
Q3.31. A smart TV allows us to watch movies, TV shows, and play games using the ______ .
Q3.32. Alexa answers our questions, plays music, and controls other ______ devices.
Q3.33. A smart light turns on or off automatically without pressing a ______ .
Q3.34. A smart door uses ______ recognition to unlock the house.
Q3.35. A smart thermostat controls the room temperature based on your ______ .
Q3.36. A smart smoke detector senses the presence of ______ in the house.
Q3.37. A 3D printer is a special machine that creates objects in ______ .
10 True/False Questions (If False, correct the statement)
Q3.38. Smart devices make daily tasks harder and less convenient. (If False, correct the statement)
Q3.39. Smart homes use special devices connected to local satellite radio lines. (If False, correct the statement)
Q3.40. Smart homes reduce the overall safety and security of regular homes. (If False, correct the statement)
Q3.41. The smart homes save energy by reducing energy consumption and lowering electricity bills. (If False, correct the statement)
Q3.42. Homeowners can only control their lighting and temperature using physical wall switches. (If False, correct the statement)
Q3.43. A smart TV cannot be controlled using voice commands. (If False, correct the statement)
Q3.44. A smart light turns on or off automatically without pressing a button. (If False, correct the statement)
Q3.45. A smart door is programmed to close when you reach the home and open when you leave. (If False, correct the statement)
Q3.46. A smart thermostat increases the cost of buying additional heating and cooling devices. (If False, correct the statement)
Q3.47. A 3D printer allows you to design something on a computer, and the printer will make it into a real 3D object. (If False, correct the statement)
4. SUBJECTIVE & COMPETENCY BANK (HIGHER-ORDER THINKING)
10 Short-Answer Questions
Q4.1. Explain how smart devices transform our daily routines to make our lives easier and more convenient.
Q4.2. Detail the ways in which internet connectivity turns a regular house into a smart home.
Q4.3. Why are smart homes considered energy-efficient, and what is the economic benefit of this efficiency?
Q4.4. How does a homeowner monitor and manage their home security while traveling or at work?
Q4.5. Explain how a smart TV expands entertainment options compared to a traditional regular television.
Q4.6. How does a voice assistant like Alexa interact with a user and manage other devices in a household?
Q4.7. Explain the dual automation features of a smart light and how they help conserve electricity.
Q4.8. How does a smart door manage house access automatically, and what specific technology does it use?
Q4.9. Explain how a smart thermostat optimizes indoor climate comfort and reduces equipment costs.
Q4.10. Why is a smart smoke detector a significant improvement over a traditional local smoke alarm?
5 Scenario-Based / Competency Questions
Q4.11. Sam returns home from school on an extremely hot summer afternoon and wants to cool down his bedroom. Suggest an appropriate smart device from the text and explain how it solves his problem.
Q4.12. Mrs. Sharma is on a business trip in another city and wants to ensure that her home is safe and secure. Describe how she can use her smartphone and a specific device from the chapter to monitor her house in real-time.
Q4.13. A family notices that their electricity bills are very high because children often forget to turn off lights when leaving rooms. Suggest a smart device from the text and explain how its automated features can solve this issue.
Q4.14. An elderly person with mobility challenges finds it difficult to get up to adjust the television volume or change room lighting. Explain how they can use a central voice assistant to manage these tasks easily.
Q4.15. A small fire starts in the kitchen of a house while the family is fast asleep in their bedrooms upstairs. Describe the sequence of events of how a smart smoke detector would respond to protect the family from danger.
5 Long-Answer / Essay Questions
Q4.16. Define the concept of a smart home, explain the essential role of internet connectivity in its operation, and analyze three major benefits that homeowners experience as outlined in the text.
Q4.17. Compare and contrast a regular traditional home with a smart home, detailing the specific differences in how entrance doors, lights, and climate control systems operate in each environment.
Q4.18. Explain the operation of a Smart Voice Assistant like Alexa, detailing how it processes user commands, the tasks it can perform, and its role as a central controller for other smart devices.
Q4.19. Analyze how automation in smart lights and smart doors enhances daily convenience, saves energy, and improves domestic security, referencing the specific programmed behaviors described in the text.
Q4.20. Describe the concept of the 3D printer as explained in the “Learning Desk” sidebar, detailing what a 3D printer is, the process of creating an object from computer design to physical reality, and why it is called a “magic object-maker”.
5. THE MASTER ANSWER KEY & MARKING RUBRIC
Part 1: “Hidden” In-Text Questions Answers & Rubrics
- Q1.1 Answer / Rubric:
- Reference: Introduction (Page 74)
- Keywords required for full marks:
- Smart devices make daily tasks easier (1 mark).
- They make daily life more convenient (1 mark).
- Q1.2 Answer / Rubric:
- Reference: Smart Homes (Page 74)
- Keywords required for full marks:
- A home should provide safety, comfort, and a place to live (1 mark).
- Smart homes use special devices connected to the Internet (1 mark).
- They improve the safety and security of regular homes (1 mark).
- Q1.3 Answer / Rubric:
- Reference: Smart Homes Diagram (Page 74)
- Keywords required for full marks:
- Identify at least six devices from the diagram (0.5 marks each, max 3 marks): Smart Doorbell, Smart AC, Smart Thermostat, Smart Light, Voice Assistant, Smart Speaker, Smart Watch, Alexa, Roomba, or Smart TV.
- Q1.4 Answer / Rubric:
- Reference: Benefits of Smart Homes (Page 74)
- Keywords required for full marks:
- Save energy by reducing energy consumption (1 mark).
- Direct economic impact: lower the electricity bill (1 mark).
- Q1.5 Answer / Rubric:
- Reference: Benefits of Smart Homes (Page 74)
- Keywords required for full marks:
- Homeowners control lighting and temperature using mobile phones (1 mark).
- They monitor security cameras from their office or vacation (1 mark).
- Q1.6 Answer / Rubric:
- Reference: Devices in Smart Homes (Page 74)
- Keywords required for full marks:
- Each device has special features (1 mark).
- These features make life more comfortable and more secure (1 mark).
- Q1.7 Answer / Rubric:
- Reference: Smart Home System Diagram (Page 74-75)
- Keywords required for full marks:
- Wi-Fi acts as the central backbone to connect all devices together (1 mark).
- List all ten categories shown in the diagram (2 marks total; 0.2 marks per item): WEATHER, AIR CONDITIONING, MOBILE ACCESS, LIGHTING, TABLET, TV, CCTV, MEDIA PLAY, AUDIO, LAPTOP.
- Q1.8 Answer / Rubric:
- Reference: Smart Camera (Page 75)
- Keywords required for full marks:
- Dual purpose: Provides security to homes (1 mark) and helps monitor homes (1 mark).
- Remote monitoring is achieved “from anywhere” via internet connectivity (1 mark).
- Q1.9 Answer / Rubric:
- Reference: Smart TV (Page 75)
- Keywords required for full marks:
- Three activities: watch movies, watch TV shows, and play games (1.5 marks).
- Uses Internet to do these (0.5 mark).
- Streaming platforms depicted: Netflix and Voot (1 mark).
- Q1.10 Answer / Rubric:
- Reference: Smart Voice Assistant (Page 75)
- Keywords required for full marks:
- Listens to our voice commands to perform tasks (1 mark).
- Three tasks of Alexa: answers our questions, plays music, and controls other smart devices (2 marks).
- Q1.11 Answer / Rubric:
- Reference: Smart Light (Page 75)
- Keywords required for full marks:
- Turns on or off automatically without pressing a button (1 mark).
- Adjusts to personal needs (1 mark).
- Ultimate benefit: helps save electricity (1 mark).
- Q1.12 Answer / Rubric:
- Reference: Smart Door, Smart Thermostat, Smart Smoke Detector (Page 75)
- Keywords required for full marks:
- Smart Door: uses facial recognition to unlock; programmed to open when you reach home and close when you leave (1 mark).
- Smart Thermostat: controls room temperature based on your choice and reduces the cost of additional heating/cooling devices (1 mark).
- Smart Smoke Detector: senses presence of smoke and sends alert messages to smartphone (1 mark).
- Q1.13 Answer / Rubric:
- Reference: Learning Desk (Page 76)
- Keywords required for full marks:
- 3D printer is a special machine that creates objects in 3D (1 mark).
- Required tool: you must design something on a computer (1 mark).
- Why compared: because it makes digital computer designs into real objects, acting like a magic object-maker (1 mark).
Part 2: Textbook Exercise Integration Answers
- Q2.1 Answer: B) Smart Light
- Q2.2 Answer: C) Smart Camera
- Q2.3 Answer: B) Smart Smoke Detector
- Q2.4 Answer: A) smart door
- Q2.5 Answer: devices
- Q2.6 Answer: smart smoke detector
- Q2.7 Answer: convenient
- Q2.8 Answer: smart thermostat
- Q2.9 Answer:
- Smart TV —— (c) Netflix / Voot Platforms
- Smart Smoke Detector —— (d) Smoke Detector Icon
- Smart Light —— (a) Light Bulb Icon
- Smart Camera —— (b) CCTV Camera Icon
- Q2.10 Answer: (Any two of): Smart Camera, Smart TV, Smart Voice Assistant, Smart Light, Smart Door, Smart Thermostat, Smart Smoke Detector.
- Q2.11 Answer: A smart home is a place where people live, feel safe and comfortable, which uses special devices connected to the Internet to improve safety and security of regular homes.
- Q2.12 Answer: A smart TV allows us to watch movies, TV shows, and play games using the Internet, and can also be controlled using our voice.
- Q2.13 Answer: (Any two of):
- Save energy by reducing energy consumption and lowering electricity bills.
- Allows homeowners to control lighting and temperature of their homes using mobile phones.
- Allows monitoring of security cameras from the office or vacation.
- Allows control of devices using voice commands with voice assistants.
- Q2.14 Answer: Smart Thermostat.
- Q2.15 Answer: (a) Smart TV, (b) Smart Smoke Detector, (c) Smart Light, (d) Smart Camera.
- Q2.16 Answer: A regular TV is controlled using a physical remote and only plays broadcast channels, whereas a smart TV allows us to watch movies, TV shows, and play games using the Internet, and can be controlled using our voice.
- Q2.17 Answer (Rubric):
- Smart Doorbells: Discuss how they allow homeowners to see/hear who is at the entrance for safety. (1.5 marks)
- Smart Speakers: Discuss how they act as voice assistants to answer questions, play music, and control other connected devices. (1.5 marks)
Part 3: Exhaustive Objective Bank Answers
- Q3.1 Answer: B) To make our life easier and daily tasks more convenient
- Q3.2 Answer: C) feel comfortable
- Q3.3 Answer: B) Internet
- Q3.4 Answer: C) They improve the safety and security of regular homes
- Q3.5 Answer: B) They save energy by reducing energy consumption
- Q3.6 Answer: B) They lower the electricity bill
- Q3.7 Answer: B) Using their mobile phones
- Q3.8 Answer: B) From office or vacation
- Q3.9 Answer: C) Voice
- Q3.10 Answer: B) more comfortable and secure
- Q3.11 Answer: C) Wi-Fi
- Q3.12 Answer: C) ROOMBA (Roomba is in the page 74 smart home list, but NOT in the page 75 Wi-Fi system diagram)
- Q3.13 Answer: B) It provides security and helps monitor homes from anywhere
- Q3.14 Answer: C) Watching movies, TV shows, and playing games
- Q3.15 Answer: B) Using our voice
- Q3.16 Answer: B) It listens to our voice commands to perform various tasks
- Q3.17 Answer: B) Alexa
- Q3.18 Answer: A) It turns on and off automatically without pressing a button
- Q3.19 Answer: C) Facial recognition
- Q3.20 Answer: B) Open when you reach home and close when you leave
- Q3.21 Answer: B) By reducing the cost of buying additional heating and cooling devices
- Q3.22 Answer: C) To your smartphone
- Q3.23 Answer: smart
- Q3.24 Answer: easier
- Q3.25 Answer: Internet
- Q3.26 Answer: security
- Q3.27 Answer: energy
- Q3.28 Answer: mobile phones
- Q3.29 Answer: office
- Q3.30 Answer: voice
- Q3.31 Answer: Internet
- Q3.32 Answer: smart
- Q3.33 Answer: button
- Q3.34 Answer: facial
- Q3.35 Answer: choice
- Q3.36 Answer: smoke
- Q3.37 Answer: 3D
- Q3.38 Answer: False. Smart devices make daily tasks easier and more convenient.
- Q3.39 Answer: False. Smart homes use special devices connected to Internet.
- Q3.40 Answer: False. Smart homes improve the safety and security of regular homes.
- Q3.41 Answer: True.
- Q3.42 Answer: False. Homeowners can control lighting and temperature of their homes using mobile phones.
- Q3.43 Answer: False. A smart TV can be controlled using our voice.
- Q3.44 Answer: True.
- Q3.45 Answer: False. A smart door is programmed to open when you reach the home and close when you leave.
- Q3.46 Answer: False. A smart thermostat reduces the cost of buying additional heating and cooling devices.
- Q3.47 Answer: True.
Part 4: Subjective & Competency Bank Rubrics
10 Short-Answer Questions Rubric
- Q4.1 Rubric (Page 74):
- State that smart devices automate chore executions, making tasks easier (1 mark).
- State that they save time and make daily schedules more convenient (1 mark).
- Q4.2 Rubric (Page 74):
- Explain that internet connectivity links individual sensors and appliances to a unified network (1 mark).
- Mention that this connection enables remote monitoring and control, which improves the safety and security of the living space (1 mark).
- Q4.3 Rubric (Page 74):
- Explain that smart devices save energy by reducing energy consumption automatically when not in use (1 mark).
- Explain that this directly lowers the electricity bill for the homeowner (1 mark).
- Q4.4 Rubric (Page 74):
- State that homeowners can view live camera feeds on their mobile phones (1 mark).
- Mention that they can monitor their cameras from any remote location, specifically while at the office or on vacation (1 mark).
- Q4.5 Rubric (Page 75):
- Explain that internet access lets users stream movies, TV shows, and play games on-demand, which regular TV cannot do (1 mark).
- State that users can control the smart TV hands-free using their voice (1 mark).
- Q4.6 Rubric (Page 75):
- State that the assistant listens to voice commands to perform tasks (1 mark).
- Provide examples of centralized control (e.g., Alexa answers questions, plays music, and controls other smart devices) (1 mark).
- Q4.7 Rubric (Page 75):
- State that a smart light turns on or off automatically without pressing a button (1 mark).
- Explain that it adjusts to personal needs, which prevents wasted electricity and helps save energy (1 mark).
- Q4.8 Rubric (Page 75):
- Identify that it uses facial recognition technology to unlock the entrance (1 mark).
- Detail the programmed automatic behavior: opens when you reach home and closes when you leave (1 mark).
- Q4.9 Rubric (Page 75):
- State that it controls and maintains room temperature based on your choice (1 mark).
- Explain that it optimizes climate control, thereby reducing the cost of buying additional heating and cooling devices (1 mark).
- Q4.10 Rubric (Page 75):
- Explain that it senses the presence of smoke in the house (1 mark).
- Detail that it immediately sends alert messages to your smartphone, allowing rapid action even if you are not in the room or at home (1 mark).
5 Scenario-Based / Competency Questions Rubric
- Q4.11 Rubric (Page 75, 77):
- Identify the correct device: Smart Thermostat (1 mark).
- Explain how it functions: It controls room temperature based on Sam’s choice (1 mark).
- State how it resolves the problem: It will cool down his room automatically, while reducing the cost of using separate, inefficient cooling appliances (1 mark).
- Q4.12 Rubric (Page 74, 75):
- Identify the correct device: Smart Camera (1 mark).
- Explain that the camera provides security and monitors her house from anywhere (1 mark).
- Describe the real-time access: She can view live video feeds of her home on her mobile phone while traveling on her trip (1 mark).
- Q4.13 Rubric (Page 75):
- Identify the correct device: Smart Light (1 mark).
- Explain its automation: It turns on or off automatically without pressing a button (1 mark).
- Describe the outcome: It adjusts to personal needs and turns off when rooms are empty, which directly helps save electricity and lowers the bill (1 mark).
- Q4.14 Rubric (Page 75):
- Identify the correct device: Smart Voice Assistant / Smart Speaker (Alexa) (1 mark).
- Explain how it works: The assistant listens directly to voice commands to perform tasks (1 mark).
- Detail the application: The elderly person can verbally tell the speaker to adjust the smart TV or change the smart lights without needing to walk (1 mark).
- Q4.15 Rubric (Page 75):
- Identify the correct device: Smart Smoke Detector (1 mark).
- Sensing phase: The device instantly senses the presence of smoke in the kitchen (1 mark).
- Alert phase: It bypasses local alarm limits by sending alert messages directly to the family’s smartphones, waking them up immediately to escape safely (1 mark).
5 Long-Answer / Essay Questions Rubric
- Q4.16 Rubric (Page 74, 75):
- Definition: Define a smart home as a safe and comfortable living place that utilizes internet-connected special devices to improve safety and security (2 marks).
- Role of Internet: Explain that the Internet/Wi-Fi acts as the backbone, connecting all individual household appliances under a unified system to allow remote control and inter-device communication (1.5 marks).
- Three Benefits: Detail the benefits:
- Saves energy and lowers the electricity bill (1.5 marks).
- Allows homeowners to control lighting and temperature via mobile phones (1.5 marks).
- Allows remote security camera monitoring from work/vacation (1.5 marks).
- Q4.17 Rubric (Page 74, 75):
- Doors: In a regular home, doors require manual physical keys to unlock and manual effort to close. In a smart home, a Smart Door uses facial recognition to unlock, and is programmed to open when you reach home and close when you leave (2.5 marks).
- Lights: Regular lights require pressing physical wall switches. A Smart Light turns on/off automatically without pressing a button and adjusts to personal needs to save electricity (2.5 marks).
- Climate Control: Regular homes require manual adjustments of individual heater/cooler switches. A Smart Thermostat regulates room temperature automatically based on your choice, reducing the cost of buying extra devices (2 marks).
- Q4.18 Rubric (Page 75):
- Voice Processing: Explain that a voice assistant listens to verbal commands to perform tasks hands-free (2 marks).
- Core Tasks: Describe that it answers questions and plays music (2 marks).
- Central Control Hub: Explain how it acts as a central command station, communicating over Wi-Fi to control other smart devices (such as turning off smart lights or adjusting smart TVs) based on voice prompts, citing Alexa as the text’s example (3 marks).
- Q4.19 Rubric (Page 75):
- Convenience: Smart lights turn on/off without manual button presses; smart doors open and close automatically based on user arrival/departure, removing physical efforts (2 marks).
- Energy Conservation: Smart lights adjust to personal needs to save electricity, ensuring lights aren’t left on in empty areas (2 marks).
- Domestic Security: The smart door uses advanced facial recognition to prevent unauthorized entries and locks automatically when you leave, ensuring the home is always secure (3 marks).
- Q4.20 Rubric (Page 76):
- Definition: A 3D printer is a special machine that creates objects in 3D (2 marks).
- Creation Process: First, a user must design something on a computer. Then, the printer translates that digital design, printing it layer-by-layer to turn it into a real object (3 marks).
- Magic Object-Maker Metaphor: It is compared to a “magic object-maker” because it can materialize physical items out of simple computer sketches, creating toys, tools, or parts instantly at a “Learning Desk” (2 marks).