Module Six Flashcards
Define ‘notational system’ and give three examples.
A system used to represent different quantities or characters. (Decimal, binary, and hexadecimal).
Binary
Also called ‘base 2’.
Start with the number 1. Every place value to the left of one is multiplied times 2 (Bi meaning two).
Tell me four things about Hex (hexadecimal).
- A base of 16.
- Start with 1 then multiply times 16.
- Numbers larger than 9 are assigned letters. (A = 10, B = 11, C=12, D=13, E=14, F=15).
- Used in programming and Internet Protocol.
What is a ‘bit’?
The basic unit of computer data. Also called the ‘binary digit’.
How many bits in a ‘byte’?
8
How many bits in a ‘double byte’?
16
“KiloByte”
(KB) 1000 bytes.
Small files.
‘MegaByte’
(MB) One million bytes or 1000*1000. Many files.
‘GigaByte’
(GB) One billion. Disk capacity.
‘TeraByte’
(TB) One trillion bytes. Disk capacity or large storage networks.
‘PetaByte’
(PB) One thousand trillion. Quadrillion Used by the largest storage networks and cloud systems.
KibiByte
(KiB) 2^10 = 1024 bytes. Think 1,000.
MebiByte
(MiB) 1024*1024 = 1,048,576 bytes. Think one million.
GibiByte
(GiB) 102410241024. Think one billion.
Kibi, Mibi, Gibi.
Measuring storage and capacities in binary instead of decimal. 2*x instead of 10^x.
Throughput Rate
How fast data can be transferred between components in a computer or between computers in a network.
How is ‘throughput’ measured?
bps (bits per second). Always measured in base 10. It can also be measured in bytes (B), but this is much less common.
Kbps
Kb/s = 1000 bits.
1.Older computer peripheral interfaces (or buses).
2. Slow network links.
Mbps
Mb/s one million bits.
1. Internal computer interfaces.
2. Wireless networks.
3. Residential Internet links.
Gbps
Gb/s one billion bits. Current PC bus standards.
Tbps
Tb/s. Found in major telecommunications links between data centers, cities, and countries.
Hertz
(Hz) One cycle per second. A computers internal clock and the speed at which its processors work.
Megahertz
(MHz) One million cycles per second. Older PC bus interfaces and many types of network interfaces.
Gigahertz
(GHz) One billion cycles per second. Modern CPUs and but types plus fiber-optic network equipment work at these much faster speeds.