Unit 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what monoalphabetic cipher do computers use?

A

ASCII (American Standard Code for Info Interchange)

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

in ASCII, how many bytes is in 1 character?

A

1 byte

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

how many bits are in a byte?

A

8 bits of 1’s or 0’s

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

how many diff things can 1 byte represent?

A

max byte is 1111 1111 = 255 + “zero” = 256 possibilities (2^8)

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

is ASCII enough?

A

for English, it’s enough (A-Z, a-z, punctuation). for Chinese (>10,000 characters), Syrillic, Japanese, and Korean however, it’s not enough.

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

how do we create more possibilities for each character?

A

add more bytes

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

how many possibilities does 2 bytes have?

A

2 bytes = 16 bits; 2^16 = 65,536 possibilities (1111 1111 1111 1111 + “zero”)

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

what code do modern documents use?

A

Unicode

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

what does Unicode stand for?

A

Universal Code

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

how many bytes for each character does Unicode have?

A

4 bytes = 32 bits; 2^32 = around 4 billion possibilites

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

bit map

A

black and white representation of something using bits as pixels

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

megabyte

A

1 million bytes

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

how can a large pic be more than 1 million bytes?

A

color, brightness, hue, etc.

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

how do u add color into a picture?

A

1 pixel = 3 bytes and each byte represents a primary color (red, green, or blue). in each byte, there are 256 possibilities of red, green, and blue which you can mix to create a wide array of colors.

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

how come the primary colors in computers are different than normal primary colors?

A

Computers use light instead of paint.

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

megapixel

A

1 million pixels

17
Q

how many bytes are in a pixel?

A

3 bytes

18
Q

how many megabytes are in 1 megapixel?

A

3 million megabytes

19
Q

what are the dimensions of a 1 MP square pic? a 2 MP pic? a 4 MP? 10 MP? 11 MP?

A

1,000 x 1,000 pixel pic, 1400x1400, 2000x2000, 3000x3000, 3300x3300

20
Q

Diminishing Returns

A

the more MP’s we have, the less they “count” as