Data representation Flashcards
Hexadecimal
A=10
B=11
C=12
D=13
E=14
F=15
what is hexadecimal used for
MAC address
IP address
HTML colour code
error code
what is mac address
media access control
unique identifier for a device on a network
48 bits
what is ip address
internet protocol address
address given to a device on a network
what is ADC
analogue to digital convertor
sound to binary for computer to understand
1 byte
8 bits
File size of image
image resolution(pixels) * colour depth(bits)
file size of sound
sample rate(Hz) * sample resolution(bits) * length of sample(seconds)
data compression
save storage
upload files faster
reduce time to stream
lossy file compression
removes unnecessary data from file
original file cannot be recovered
loss of detail
great at reducing file size
JPEG
MPEG-4
lossless file compression
original file can be reconstructed
no data will be lost
uses RLE (run length coding)
SAMPLING RESOLUTION
The number of bits used to represent sound amplitude in digital sound recording, the more bits the better the accuracy but the more storage it takes
colour depth
the number of bits used to represent each colour
ASCII code
8 bit
represents letters, numbers and characters
1 byte per character
Unicode
16 bit
represents more characters than ASCII code
up to 4 bytes per character