Unit one ✔️ Flashcards

1
Q

Bit

A

a contraction of “Binary Digit”; the single unit of information in a computer, typically represented as a 1 or 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

byte

A

8 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

overflow error

A

error from attempting to represent a number that is too large

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Round-off Error

A

Error from attempting to represent a number that is too precise. The value is rounded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Analog Data

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Digital Data

A

Data that changes discreetly through a finite set of possible values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sampling

A

A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Lossless Compression

A

A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Lossy Compression

A

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. Typically better than lossless compression algorithms at reducing the number of bits needed to represent a piece of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Binary

A

A way of representing information using only two options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Creative Commons

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Data Compression

A

A process for reducing the number of bits needed to represent a piece of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Decimal

A

a system for representing numbers using combinations of the digits 0 - 9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Intellectual Property

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Open Access

A

online research output free of any and all restrictions on access and free of many restrictions on use, such as copyright or license restrictions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Open Source

A

programs that are made freely available and may be redistributed and modified

17
Q

Abstraction

A

helps represent complex information by removing the complexity that might otherwise might not be hidden. Common abstractions that are represented by computing devices include numbers, characters, and color.