Chapters 8
Assembling computers
Assembly is the process of physically combining separate parts (hardware components) into a single working computer.
All computers work by similar principles, but their parts may differ in size, power, and compatibility. The best example of a computer assembled like a construction set is the classic desktop PC.
8.1. Main components and their role
- Central processing unit (CPU) — executes all commands and calculations. The more “cores” it has and the higher the frequency, the faster it “thinks.”
- Motherboard — a large board to which all other parts connect. It provides communication between them and distributes electrical power.
- Random-access memory (RAM) — very fast memory for work right now (for example, open browser tabs). When power is turned off, data from it disappears.
- Persistent storage (SSD / HDD) — stores the OS, photographs, games, and programs. Data remains after shutdown. SSDs are faster; HDDs are slower but often hold more.
- Graphics card (GPU) — built into the processor (for simple tasks) or a separate powerful part (for complex 3D games or video work).
- Power supply unit (PSU) — takes current from the outlet and converts it into safe voltage. It must be powerful enough for the entire system.
- Cooling system — fans or liquid cooling that keep the processor and graphics card from overheating.
- Case and peripherals — the case securely mounts components; peripherals (mouse, keyboard, monitor) are interaction tools.
8.2. How desktop PC assembly proceeds
- Preparation — clean workspace; discharge static electricity (touch metal).
- Mounting on the board — install the processor, cooling, and RAM modules.
- Installation in the case — screw the motherboard inside the case.
- Adding parts — power supply, drives, and graphics card.
- Connecting cables — connect components to the power supply and motherboard.
- First power-on — self-diagnosis. If the fans spin and text appears on the screen, the PC is ready for software configuration.
8.3. Assembling other types of computers
- “As-is” devices (smartphones, smartwatches, laptops) — supplied already assembled. Components are tightly soldered on one board for compactness, lightness, and energy savings. The user only uses the device.
- Partially modular devices (for example, 3D printers) — arrive as kits of parts (DIY). The user assembles the mechanical frame, connects motors to the board, and performs mechanical calibration.