Activity 1.1
Computer Systems
Key Concepts
How a Computer Works
Input, Processing, Output, and Memory
Binary
The Four Basic Functions
Every computer, from a laptop to a microwave, performs the same four basic functions.
The Four Basic Functions

Input
Information a computer receives from the outside world.
- Keyboard and mouse
- Microphone and camera
- Sensors (temperature, motion, light)
Output
Information a computer sends back out to the world.
- Monitor and speakers
- Printer
- LEDs and motors
Processing
The CPU (Central Processing Unit) is the "brain" of the computer. It carries out instructions and makes decisions, one step at a time.
Memory
Computers need somewhere to hold data while they work, and somewhere to keep it long-term.
- RAM — temporary, cleared when the power turns off
- Storage (like a hard drive or SSD) — permanent, kept even after the power turns off
Binary
Underneath everything a computer does, it only understands two states: on and off.
We represent those two states as 1 and 0. Each one is called a bit.
Binary

Eight bits grouped together make one byte.
Today's Objectives
- Identifying input, processing, output, and memory
- Understanding binary as a computer's "language"
Key Terms
- Input
- Information a computer receives from the outside world.
- Output
- Information a computer sends back out to the world.
- Processing (CPU)
- The part of the computer that carries out instructions.
- Memory
- Where a computer holds data, either temporarily (RAM) or long-term (storage).
- Binary
- A system of representing information using only two states, on and off.
- Bit
- A single binary digit, either 0 or 1.
- Byte
- A group of eight bits.