Unit 1 Flashcards

1
Q

Binary

A

A way of representing information using only two options. This is how computers represent information.

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

Bit

A

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

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

Byte

A

8 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
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
5
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
6
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
7
Q

Digital Data

A

Data that changes discretely through a finite set of possible values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
Q

Loseless 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
10
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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
12
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
13
Q

Convert this binary number to decimal: 01111111

A

127

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

Convert this decimal number to binary: 67

A

01000011

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

There are 20 people in our classroom. What is the minimum number of bits that would be needed to count all of these people?

A

5

11111 = 1 + 2 + 4 + 8 + 16 = 31
BUT
1111 = 1 + 2 + 4 + 8 = 15

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

Abstraction

A

Simplifying complexity so the concept is more general.

Numbers are abstract since the same amount can be represented by different number representations.

17
Q

To create a higher quality digital representation of an analog black and white image, do you increase or decrease the size of the sampling square?

A

Decrease. The smaller the square, the more pixels and bits you can use to produce the digital representation.

18
Q

What’s the difference between low and high frequency?

A

High Sampling = more bits, more pixels, smoother image
Lower Sampling = less bits, less pixels, jagged image

19
Q

What color is represented by this 9-bit-color: 000111000

A

Green.
First 3 bits is Red, Middle 3 is Green, Last 3 is Blue

20
Q

What color is represented by this 9-bit-color: 000111000

A

Green.
First 3 bits is Red, Middle 3 is Green, Last 3 is Blue