Unit 2 Flashcards
What is a byte?
A unit of data that is 8 bits long. It is considered a standard “chunk size” for binary information in most modern computers.
What is a kilobyte?
A unit of data made up of 1024 bytes
What is a megabyte?
A unit of data made up of 1024 kilobytes
What is a gigabyte?
A unit of data made up of 1024 megabytes
What is a terabyte?
A unit of data made up of 1024 gigabytes
What is a petabyte?
A unit of data made up of 1024 terabytes
What is an exabyte?
A unit of data made up of 1024 petabytes
What is a zetabyte?
A unit of data made up of 1024 exabytes
What is the SI Prefix Value Table?
Exa-E-10^18
Peta-P-10^15
Tera-T-10^12
Giga-G-10^9
Mega-M-10^6
kilo-k-10^3
How much bigger is a megabyte than a kilobyte?
1000 times bigger
What is heuristic?
A problem-solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible.
Which one is heuristic?
Piecewise vs. holistic
Holistic
Which one is heuristic?
Inductive vs. deductive
Deductive
What is a pixel?
A picture element, of a fundamental of a digital image. It is typically a tiny square or dot which contains a single point of color of a larger image
What is a Image?
A type of data used for graphics or pictures
What is metadata?
Data that describes other data
Size of the image, number of colors, resolution
What is RGB?
This model uses varying intensities of Red, Green, Blue light that are added in together to create a broad array of colors
36 bit color can represent ____________ times the total number of colors that 24 bits can represent
2^12
What shows the hex value for Red as a 12 bit representation?
F00
What is Lossless Compression?
A data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data
What is Lossy Compression?
Compression scheme in which “useless” or less than totally necessary information is thrown out in order to reduce the size of the data (eliminated data is unrecoverable)
What types of files are lossy?
MP3, JPG, JPEG
What types of files are lossless?
BMP, GIF, WAV, PNG, ZIP
What is true about data compression?
There are trade-offs involved in choosing a compression technique for storing and transmitting data