How to measure a computer system

The processor speed refers to how fast executions can be performed within a computer, the frequency is measured in Hertz. The memory size refers to how much data can be stored, the size is measured in Bytes as data is stored in binary format.

SI Prefixes

PrefixSymbolValuePower
tera-T
giga-G
mega-M
kilo-K
PrefixSymbolValuePower
milli-m
micro-
nano-n
pico-p

Powers of 2

Typically, memory is given using SI prefixes but it is more accurate to measure memory in powers of 2 instead of powers of 10.

An additional i is used to represent powers of 2, e.g. 7895 MiB.

PrefixSymbolValuePower
tebi-Ti
gibi-Gi
mebi-Mi
kibi-Ki

Hence, .

For this course, we stick to SI prefixes.