Lossy/Lossless Compression
Binary and the Number System
B&W/Colored Images
Representing Info and Text
Don't Steal My Work
100

What is the most important quality of lossless compression?

A) The data is transformed to usually make it smaller. It can always be re-constructed back to the original.

B) The data is transformed to always make it smaller. It can always be re-constructed back to the original.

C) The data is transformed to usually make it smaller. It cannot always be re-constructed back to the original.

D) The data is transformed to always make it smaller. It cannot always be re-constructed back to the original.

A) The data is transformed to usually make it smaller. It can always be re-constructed back to the original.

100

The number base of the binary number system.

What is 2?

100

A single tiny dot, or square, of color in a digital image.

What is a pixel?

100

The process of simplifying complicated data into manageable chunks.

What is data abstraction?

100

This term protects original works of authorship, such as books, music, and artwork.

What does the term "copyright" protect?

200

What should you consider when choosing between lossy and lossless compression for a specific task? HINT: There are 2 things you should consider.

BOTH file size and desired data quality.

200

The number of possible values that can be created with only 2 bits.

What is 4?

200

Red, green, and blue.

What are the 3 color channels that make up a pixel according to the RGB color scheme?

200

The number of bits that are used to encode a character according to the ASCII encoding scheme.

What are 8 bits?

200

What IP stands for when we talk about ideas, inventions, and creations.

What is intellectual property?

300

What happens when you unzip or decompress a file that was compressed using lossless compression?

A) The file returns to its original, uncompressed state without loss.

B) The file becomes smaller.

C) The file loses some data.

D) The file quantity improves.

A) The file returns to its original, uncompressed state without loss.

300

State 1 similarity and 1 difference between the binary and decimal number system.

Possible answers:

Similarities:

  • Both systems use the concept of place value.
  • In both systems, we can calculate each digit's value by multiplying the digit with its matching power of 2 or 10. The sum is the total value of the number.

Differences:

  • While the decimal number system uses ten digits (0-9), the binary numbers system only uses two (0 and 1).
  • Each digit in the decimal number system corresponds to a power of 10, whereas each digit in the binary number system corresponds to a power of 2.
300

Which of the following would result in a better digital approximation of an analog black and white image?

A)  Increasing the size of each sample square, thus decreasing the number of samples taken.

B)  Decreasing the size of each sample square, thus increasing the number of samples taken.

C)  Using fewer bits to represent the image.

D) Using decimal numbers to represent each pixel.


B)  Decreasing the size of each sample square, thus increasing the number of samples taken.

300

This is eight bits grouped together.

What is a byte?

300

How is a Creative Commons license different from a regular copyright?

It allows your work to be shared, reused, and remixed to help spark more creativity.

400

You’ve been given a new cell phone with a 2 gigabyte data plan. You plan to use your phone for text messages and videos. Which of these categories are best compressed using lossless compression? Which of these categories are best compressed using lossy compression? Why?

Text should use lossless because it already has a small file size and it’s important to be able to reconstruct the original message for communication purposes.

Video should use lossy compression because it usually has a large file size which we need to reduce so we don’t use up all our data.

400

Each time we add another bit, what happens to the amount of numbers we can make?


With each bit, we can make twice as many numbers as before.

  • 1 bit = 2 numbers (0, 1)
  • 2 bits = 4 numbers (0, 1, 2, 3)
  • 3 bits = 8 numbers (0, 1, 2, 3, 4, 5, 6, 7)
400

Which statement about analog and digital images is true?

A) With advances in technology, digital images look exactly like the analog images they represent.

B) Sampling an analog image more frequently produces a digital image with a better representation.

C) Analog images come from data that is measured at regular intervals.

D)  Digital images come from data that is measured continuously.

B) Sampling an analog image more frequently produces a digital image with a better representation.

400

What is the purpose of character encoding in digital information?

To encode text characters into binary.

400

This is when someone copies your artwork without permission.

What is infringement?

500

An author is preparing to send their book to a publisher as an email attachment. The file on their computer is 1000 bytes. When they attach the file to their email, it shows as 750 bytes. The author gets very upset because they are concerned that part of their book has been deleted by the email provider.

If you could talk to this author, how would you explain what is happening to their book?

Just because the file is smaller doesn't mean that information is lost - it just means the email automatically compressed the data.

500

Modern car odometers can record up to a million miles driven. What happens to the odometer reading when a car drives beyond its maximum reading and what is it an example of?


The odometer "turns over" reverting to zero and losing the leftmost digit. This is a classic example of overflow.

500

Describe how the process of RGB pixels and binary sequences work together to display a digital color image.

Each pixel contains a certain amount of red, green, and blue light. Each pixel has a certain amount of bits used to store the information. If we have 12 bits, there would be 4 bits each to store the amount of red, green, and blue light. Those bits are what the computer uses to display the colors on the screen.

500

In digital language, what does ASCII stand for?

A) American Standard Code for Internationalization

B) Alphabetical Symbol Code for Information

C) American Standard Code for Information Interchange

D) All-purpose Symbolic Character Instruction

C) American Standard Code for Information Interchange

500

This is an exclusive right to use a symbol or logo to represent a brand.

What is a trademark?