Instiq
Chapter 3 · Technology·v1.0.0·Updated 7/16/2026·~12 min

What's changed: Initial version

3.6Hardware

Key points

Learn about types of computers (desktop, laptop, servers, embedded systems, etc.), input/output devices (keyboards, mice, displays, printers, etc.), long-term storage devices (HDD, SSD), the basics of electrical/electronic circuits, IoT devices that sense their surroundings with sensors and act on the world with actuators, and the idea of power saving.

The mechanisms covered so far—the CPU, main memory, the OS—ultimately run on physical, visible hardware. This section covers a wide range of hardware, from familiar devices like PCs to small computers embedded inside home appliances and IoT devices that sense their surroundings, along with the basics of the storage and input/output devices that support them.

3.6.1Types of computers and I/O devices

  • A server is a dedicated computer that provides services to other computers (clients). An embedded system is a computer built into a device like a home appliance or a car, specialized for one specific function and usually unnoticed. Depending on purpose, computers come in many forms—desktops, laptops, servers, embedded devices, and more.
  • An input device brings information into a computer (keyboard, mouse, scanner, microphone, etc.). An output device turns processing results into a form people can perceive (display, printer, speaker, etc.). Devices such as touch panels serve both roles as input/output devices.

3.6.2Storage devices, electrical circuits, IoT devices, and power saving

  • HDD (hard disk drive) reads and writes data magnetically by spinning a magnetic disk. It offers large capacity at a relatively low cost, but its moving parts make it slower and more shock-sensitive than an SSD. SSD (solid state drive) stores data in semiconductor memory. With no moving parts, it is faster, lighter, and more shock-resistant than an HDD, though generally more expensive per unit of capacity.
  • Electrical/electronic circuit basics: relationships among quantities such as current, voltage, and resistance (Ohm's law: voltage = current x resistance), and the distinction between conductors (which carry current) and insulators (which do not)—basic physical laws underlying how hardware works.
  • An IoT (Internet of Things) device is a general term for internet-connected "things." A sensor detects and digitizes conditions in the environment, such as temperature, light, or motion. An actuator physically acts on the world—such as driving a motor—in response to a received instruction. Pairing sensors with actuators is what lets an IoT device "sense and act."
  • Power saving refers to measures that reduce a device's power consumption—for example, automatically entering sleep mode during idle periods. It helps extend battery life and reduce environmental impact.
Exam point

The staples: a server is the side that provides services; an embedded system is specialized for one specific function; HDD spins a magnetic disk, SSD is semiconductor memory and is faster; an SSD is faster, lighter, and more shock-resistant than an HDD; a sensor detects, an actuator physically acts. The distinction between a sensor's and an actuator's role in an IoT device is an especially favorite topic.

Consider a smart air conditioner to see how these hardware elements connect. Inside it is an embedded system—a small computer specialized for one specific function. Unlike a general-purpose PC, it lacks broad flexibility, but reliably handles its limited job of temperature control. A built-in sensor detects the room temperature and turns it into data, which travels over the home network to a server on the internet (or a cloud service). When a user sets the target temperature to 24 degrees via a smartphone app, that instruction travels through the server back to the air conditioner, where an actuator (the motor or compressor drive) physically adjusts airflow and cooling strength. This chain—sensing with a sensor and acting with an actuator—is what makes the air conditioner an IoT device. To keep a long-term record of operation history and settings, it is common to store the data on the server side using a fast, shock-resistant SSD rather than an HDD with its moving parts (HDDs suit applications wanting large capacity cheaply, while SSDs suit applications prioritizing speed and durability). The air conditioner itself is also designed to automatically switch into a power-saving mode when no one is in the room, controlled to run on the minimum power necessary based on basic electrical/electronic circuit properties like current, voltage, and resistance. What the user enters via the remote control (an input device) is shown on the unit's display (an output device) as the current set temperature, so a person can confirm the result.

Storage deviceMechanismCharacteristics
HDDReads/writes by spinning a magnetic diskLarge capacity, cheap, but slower and shock-sensitive
SSDStores data in semiconductor memoryFast, light, shock-resistant, but pricier per capacity
Warning

Trap: "An SSD reads and writes data by spinning a disk" is wrong—spinning a disk is how an HDD works; an SSD stores data in semiconductor memory and has no moving parts. Also, "an IoT device's sensor is the part that physically acts based on an instruction" is wrong—sensing the environment and turning it into data is the sensor's role; physically acting on an instruction is the actuator's role. Be careful not to swap these two roles.

Hardware: devices, storage, circuits, IoT.
Sensors sense; actuators act

3.6.3Section summary

  • Servers provide services; embedded systems are small computers specialized for one function
  • HDD = spinning magnetic disk (large capacity, cheap); SSD = semiconductor memory (fast, light, shock-resistant)
  • IoT devices combine a sensor (sensing) and an actuator (acting physically). Power saving reduces consumption

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. Which storage device reads and writes data magnetically by spinning a disk (a magnetic platter)?

Q2. In a smart appliance's IoT device, which component drives a motor and performs the actual physical action (such as adjusting airflow) in response to a received instruction?

Q3. What is a computer called that is built into a home appliance, specialized to perform one specific function such as temperature control, and lacks the general-purpose flexibility of a PC?

Check your understandingPractice questions for Chapter 3: Technology