Computer Fundamentals: Memory Hierarchy, Peripherals, and Software Types
Classified in Electronics
Written on in
English with a size of 2.94 KB
Computer Memory Hierarchy and Storage
The memory is organized into levels depending on the capacity, speed of access, and cost.
CPU Registers
Low capacity but high-speed storage integrated into the processor. Used to save and access frequently used data, typically in mathematical operations.
Cache Memory
Low capacity and very fast, with access times lower than 5 nanoseconds. Cache is interposed between the processor and main memory.
Main Memory (RAM)
Slower and larger in capacity than the cache.
Secondary Memory or Disk
High capacity storage, ranging from several Gigabytes (GB) to Terabytes (TB).
I/O Units and Peripherals
Peripherals are devices connected to the computer that can store information and communicate with the outside world.
Peripherals are... Continue reading "Computer Fundamentals: Memory Hierarchy, Peripherals, and Software Types" »