Computer Components
Computer Components
CPU
The Central Processing Unit (CPU) is a physical object that processes
information on a computer. It takes data from the main memory, The Von Neumann Architecture.
processes it, and returns the modified data into the main memory. It is
comprised of two sub-units:
The control unit (CU): controls data flow from and into the main
memory Input and output units
The arithmetic and logic unit (ALU): processes the data
The input unit takes inputs from the real world or an input device and
converts that data into streams of bytes. Common input devices include a
keyboard, mouse, microphone, camera, and USB.
The output unit, on the other hand, takes the processed data from the
Von Neumann architecture storage of CPU and represents it in a way a human can understand.
Common output devices include a monitor screens, printers, and
This computer architecture design, created by John von Neumann in headphones.
1945, is still used in most computers produced today. The Von Neumann
architecture is based on the concept of a stored-program computer.
Instruction and program data are stored in the same memory.
Control Unit
Inputs/Outputs
Arithmetic and Logic Unit (ALU)
Memory Unit
Registers
Storage Units
After the data is retrieved and converted, it must be stored in
the memory. The storage unit or memory is the physical memory space.
It is divided into byte-sized storage locations.
S-R latch
Gated S-R latch
D latch
Memory
There are components to a computer’s hardware memory. Main
memory or random access memory (RAM) is the physical memory
space inside a computer. It stores data and instructions that can directly
be accessed by the CPU. Computers usually have a limited amount of
main memory to store all your data.