Unit 1 Flashcards
what base is binary numbers?
base 2
list the binary pattern
64 32 16 8 4 2 1
how are large binary numbers written?
in chunks of 4
is there a pattern for determining if a binary number is odd?
if it is odd, the binary number ends with a 1
what base is the hexadecimal system?
base 16
what do you use in the binary number system?
0 and 1
what do you use in the hexadecimal system?
0 1 2 3 4 5 6 7 8 9 A B C D E F
A2D to binary
1010 0010 1101
1010 0101 1110 to hexadecimal
A5E
how to calculate compression percentage?
amount gone/original
what is a byte?
a byte is a unit of data that is 8 bits long
KB
kilobyte - 1000 bytes (10^3)
MG
megabyte - 1 million (10^6)
GB
gigabyte - 1 billion (10^9)
TB
terabyte - 1 trillion (10^12)
PB
petabyte - (10^15)
EB
exabyte - (10^18)
all bytes in increasing order
kilobyte, megabyte, gigabyte, terabyte, petabyte, exabyte
how many mbs per minute does a MP3 hold?
1 MB
one hour of high quality video?
1.5 GB
3.5 million characters equates to
3.5 MB
what is the internet?
tangible physical system made to move info
what does the internet ship?
binary information (1= on, 0=off)
what is binary information made out of?
made of bits