What is the binary representation of the decimal number 255?
What is 11111111?
This type of error can happen during mathematical operations with floating-point numbers, where precision is lost.
What is roundoff error?
This type of image format is best for vector graphics and uses scalable shapes rather than pixels.
What is SVG (Scalable Vector Graphics)?
This type of data compression reduces file size without losing any information.
What is lossless compression?
This is the legal right that allows creators to control how their work is used.
What is copyright?
Convert the binary number 101010 to decimal.
What is 42?
This type of error occurs when adding two binary numbers exceeds the number of bits available to store the result.
What is binary overflow?
This file format is commonly used for photographs on the web and uses lossy compression to reduce file size.
What is it is JPEG?
This type of data compression reduces file size but loses some information in the process.
What is lossy compression?
This term refers to content that can be freely used by anyone because it is no longer under copyright protection.
What is public domain?
111011012 in decimal notation.
What is 237?
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?
This file format is commonly used for photographs on the web and uses lossy compression to reduce file size.
What is JPEG?
This type of compression is used for formats like JPEG and MP3.
A software development model that allows the public to access and modify its source code.
What is open source?
The largest number that can be represented with 8 bits.
What is 255?
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?
The process of sampling an analog image and converting it into digital data is called this.
What is digitization?
A popular example of a lossless image format that uses compression.
What is PNG?
This is software whose source code is freely available to the public.
What is open source?
The result of adding the binary numbers 1011 and 1101.
What is 11000?
The trade-off between precision and this other factor is a common concern when storing large amounts of data.
What is memory/storage?
When an image is scaled beyond its resolution, it becomes blurry due to this.
What is pixelation?
This technique is used to reduce the number of bits required to store an image, often by averaging nearby pixels.
What is downsampling?
This term describes the unrestricted sharing of knowledge and information online.
What is open access?