Bits to Represent Data
Number Systems
Types of Errors
Data Compression
Privacy Concerns
100

What process reduces the size(number of bits) of transmitted or stored data?

Data Compression

100

Do more privacy concerns arise with more data?

Yes

200

What can be used to represent images, color, boolean logic, and lists in computing?

A Binary Sequence

200

1100 0111₂ → hexadecimal

C7₁₆

200

Which type of error occurs when you add the numbers 5 and 11 in a 4 bit binary system?

An Overflow Error

200

Which type of data compression can significantly reduce the file size while decreasing resolution and losing some data?

Lossy Data Compression

200

What is it called when somebody impersonates somebody else on the internet by using their personal data?

Identity Theft

300

What can be used to generalize and shrink the code?

An Abstraction

300

Which type of error may occur if you multiply 1/3 by 6?

A Roundoff Error

300

Which type of data compression allows no data to be lost, but results in larger files?

Lossless Data Compression

300

What is data that describes your data?

Metadata

400

What is data that cannot be represented by a binary sequence?

Analog Data

400

A3₁₆ → decimal

163₁₀

400

Which type of data compression would be most appropriate when it is ok for minor data to be lost and it is more important to reduce the size of the file?

Lossy Data Compression

400

In a file that contains an image, would a description of the image be regular data or metadata?

ex: A dog is playing in the snow

Regular Data

500

Sort the following numbers from least to greatest:

1011 1010₂
192₁₀
B9₁₆

B9₁₆, 1011 1010₂, 192₁₀

500

What is 1110001₂ + 67₁₀ + 1A₁₆ in hexadecimal?

CE₁₆

500

Which type of error could be fixed by expanding the binary range of a system?

An Overflow Error

500

Which type of data compression would be most appropriate when it is not ok for any data to be lost and it is more important to be able to retrieve the original file?

Lossless Data Compression

500

Would the data describing the file be regular data or metadata?

ex: the pictures filename, location where the picture was taken, the date the picture was taken, and the author of the picture

Metadata