1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Byte
a group of 8 bits
bit
A contraction of "Binary Digit". A bit is the single unit of information in a computer, typically represented as a 0 or 1.
Binary
A way of representing information using only two options.
overflow error
Error from attempting to represent a number that is too large.
roundoff error
Error from attempting to represent a number that is too precise. The value is rounded.
Analog Data
Data with values that change continuously, or smoothly, over time. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.
Digital Data
Data that changes discreetly through a finite set of possible valuess
Sampling
A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.
Lossy Compression
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.
Lossless Compression
A process for reducing the number of bits needed to represent something without losing any information. This process IS reversible.
intellectual property
a work or invention that is the result of creativity, such as a manuscript or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
Creative Commons
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
Abstraction
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
Convert the decimal (base-10) number 10 to binary (base-2).
1010
Convert the binary (base-2) number 1010 to decimal (base-10).
10
How many total numbers can be represented with an 8-bit binary (base-2) system?
256