A way of representing information using only two options.
What is Binary?
A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.
What is Sampling?
True or False?
Creative Commons enables content creators to not freely distribute their otherwise copyrighted work
What is false?
10101010
What is 170?
20
What is 00010100?
8 bits
What is a Byte?
A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.
What is Lossless Compression?
True or False?
A computer represents data as bits which is either a 0 or a 1.
What is True?
00101101
What is 45?
33
What is 00100001?
A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
Data that changes discretely through a finite set of possible values.
What is Digital Data?
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created
What is Creative Commons?
00000100
What is 4?
1
What is 00000001?
A way of representing information using ten options
What is decimal?
A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible.
What is Lossy Compression?
A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
What is Intellectual Property?
01011000
What is 88?
230
What is 011100110?
Error from attempting to represent a number that is too large.
What is an overflow error?
Data with values that change continuously, or smoothly, over time. Some examples include music, colors of a painting, or position of a sprinter during a race.
What is Analog Data?
This helps represent complex information by surfacing complexity that might otherwise be hidden
11111111
What is 255?
256
What is 100000000?