4.2 Memory, Fetch-Execute Cycle

Memory

Memory is basically places where the 1's and 0's of binary are stored. There are many different kinds of memory inside a computer.

A Bus is basically the electronic channel through which the CPU gets the data it needs from the rest of the computer.

Hard Drive (or Hard Disk or C:)

RAM (Random Access Memory)

L2 cache

L1 cache

Registers

close to CPU
fast
small amount of storage

     

far from CPU
slow
large amount of storage

Register L1 cache L2 cache RAM Hard Drive

Other things on the diagram include:

Fetch Execute Cycle