Vocabulary
Hexadecimal to Binary
Binary to Hexadecimal
File Sizes
Compressions
100

The fundamental unit of a digital image

What is a pixel

100

"A" in hexadecimal is this in binary

What is 1010

100

1110 in binary is this in hexadecimal

What is E

100

Roughly 1,000 Gigabytes

What is a Terabyte

100

This compression method use inexact approximations and discards some data to represent the content

What is lossy compression

200

A type of data used for graphics or pictures

What is an image

200

"1D" in hexadecimal is this in binary

What is 0001 1101

200

0101 0010 in binary is this in hexadecimal

What is 52

200

List these in order of the greatest file size to the lowest:  megabyte, petabyte, kilobyte, exabyte 

What is exabyte, petabyte, megabyte, and kilobyte

200

Compression is important because __________ ___________ (2 words) is limited and you'd always prefer to use fewer bits if you could

What is storage space

300

A data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.

What is lossless compression

300

"83" in hexadecimal is this in binary

What is 1000 0011

300

1011 0111 in binary is this in hexadecimal

What is B7

300
1 terabyte =  _____ kilobytes

What is 1,000,000

300

This measures how many pixels are on a scene

What is resolution

400

A digital image may include this to describe the size of the image, number of colors, or resolution.

What is metadata

400

"AB4" in hexadecimal is this in binary

What is 1010 1011 0100

400

0001 0111 1111 in binary is this in hexadecimal

What is 17F

400

1000 kilobytes = _____ gigabyte

What is 0.001

400

This is the number of different intensities that can be found per color channel when working with RGB

What is 256

500

A problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible.

What is a heuristic approach

500

"BDF5" in hexadecimal is this in binary

What is 1011 1101 1111 0101

500

1011 0110 1110 in binary is this in hexadecimal

What is B6E

500

Chandler has 800 MB of data in the form of MS Word documents. Ross has 100,000 KB of data from pictures taken of his time with Rachel. Joey has 1700 MB of data in the form of downloaded songs.  How much are they over/under on Monica's 2 GB thumb drive?  Answer requires the word "over" or "under" as well as the amount over/under.

Over by 600 MB

500

How many bytes are required to encode an image that is 50 pixels wide and 75 pixels tall, if you encode each pixel with 3 bytes of RGB data AND 3 bytes of metadata.

What is 11,253