Data Representation Flashcards
how do u calculate file size?
what is sampling (rate) frequency?
what is sample resolution?
SAMPLE RATE(Hz) X SAMPLE RESOLUTION(bits) X LENGTH(seconds)
how many times a sample is taken per second, measured in Hz
How many bits are available to store the samples. Also known as bit depth
what is a bit? what is a nibble? what is a byte? what is a kilobyte? what is a megabyte? what is a gigabyte? what is a terabyte? what is a petabyte?
A bit is a single unit of binary data
½ a byte/4 bits = nibble
8 bits = 1 byte
1 kilobyte = 1000 bytes
1 megabyte = 1,000,000 bytes
1 gigabyte = 1,000,000,000 bytes
1 terabyte = 1,000,000,000,000 bytes
1 petabyte = 1,000,000,000,000,000 bytes.
what does the binary table look like?
128 64 32 16 8 4 2 1
what is binary?
what is decimal?
what is Hexadecimal?
A base 2 numerical system, containing only 1 and 0, that corresponds with the number above it from the list 128 – 1.
A base 10 numerical system which is what humans use to read numbers.
A 16 base numerical system which also uses letters to generalise larger numbers.
what is a bitmap? what is a pixel? what is resolution? what is colour (bit) depth? what is metadata? what is lossy compression? what is lossless compression?
An image made up of pixels.
Smallest unit of a digital image which can be displayed.
The number of pixels displayed on the monitor in the bitmap/ image.
The number of bits used to define the colour channels.
Extra information in a file.
File is made smaller but data is lost.
File is made smaller but no data lost.
how do you convert a BIT PATTERN to HEXIDECIMAL?
- split it into 2 nibbles
- work out the decimal for the left side
- work out the decimal for the right side
- convert any numbers 10 and over into the correct letters
how do you convert HEXIDECIMAL to BINARY?
- split the hex into 2 digits
- find the decimal values of each digit
- convert first digit into nibble
- convert second digit into nibble
how do you work out the HEXIDECIMAL REPRESENTATION of a DECIMAL NUMBER?
- write the hex units
- find out how many 16s go into the number.
- find out how may are left over
- add to your hex units table
- convert any digits into hex
how do you work out the DECIMAL REPRESENTATION of a HEX NUMBER?
- write the hex units
- add your hex digits
- convert hex digits to decimal
- multiply the units with the digit below
- add the results together
what are the hexidecimal digits?
1 2 3 4 5 6 7 8 9 10=A 11=B 12=C 13=D 14=E 15=F
do compression
im from bredford men