Binary
Overflow & Roundoff
Images
Compression
Intellectual Property
100

What is the binary representation of the decimal number 255?

What is 11111111?

100

This type of error can happen during mathematical operations with floating-point numbers, where precision is lost.

What is roundoff error?

100

This type of image format is best for vector graphics and uses scalable shapes rather than pixels.

What is SVG (Scalable Vector Graphics)?

100

This type of data compression reduces file size without losing any information.

What is lossless compression?

100

This is the legal right that allows creators to control how their work is used.  

What is copyright?

200

Convert the binary number 101010 to decimal.

What is 42?

200

This type of error occurs when adding two binary numbers exceeds the number of bits available to store the result.

What is binary overflow?

200

This file format is commonly used for photographs on the web and uses lossy compression to reduce file size.

What is it is JPEG?

200

This type of data compression reduces file size but loses some information in the process.

What is lossy compression?

200

This term refers to content that can be freely used by anyone because it is no longer under copyright protection.

What is public domain?

300

111011012 in decimal notation.

What is 237?

300

In computer science, precision typically refers to how many decimal places or bits are used in this type of number.

What is a floating-point number?

300

This file format is commonly used for photographs on the web and uses lossy compression to reduce file size.

What is JPEG?

300

This type of compression is used for formats like JPEG and MP3.

What is lossy compression?
300

A software development model that allows the public to access and modify its source code.

What is open source? 


400

The largest number that can be represented with 8 bits.  

What is 255?

400

In floating-point arithmetic, this is the common reason why 0.1 + 0.2 does not equal exactly 0.3 in computers.

What is roundoff error?

400

The process of sampling an analog image and converting it into digital data is called this.

What is digitization?

400

A popular example of a lossless image format that uses compression.

What is PNG?

400

This is software whose source code is freely available to the public.

What is open source?

500

The result of adding the binary numbers 1011 and 1101.

What is 11000? 

500

The trade-off between precision and this other factor is a common concern when storing large amounts of data.

What is memory/storage?

500

When an image is scaled beyond its resolution, it becomes blurry due to this.

What is pixelation?

500

This technique is used to reduce the number of bits required to store an image, often by averaging nearby pixels.

What is downsampling?

500

This term describes the unrestricted sharing of knowledge and information online.

What is open access?