1.4.1 Data Types - Character sets Flashcards

1
Q

How signals work

A

Transferred by switches which open and close
A closed switch conducts electricity and has a value of 1
A bit is representative of a switch

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

How many combinations of values can a computer produce for n bits

A

2^n

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

Byte

A

A collection of 8 bits

Write leading 0s if you represent a value in a byte

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

kB

A

Kilobyte

1000 (1 x 10^3) bytes

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

MB

A

Megabyte

1 x 10^6 bytes

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

GB

A

Gigabyte

1 x 10^9 bytes

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

TB

A

Terabyte

1 x 10^12 bytes

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

KiB

A

Kibibyte

2^10 (1024) bytes

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

MiB

A

Mibibyte

2^20 bytes

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

GiB

A

Gibibyte

2^30 bytes

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

TiB

A

Tibibyte

2^40 bytes

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

ASCII

A

Standardised binary values for symbols
7 bits (128 values), 32 upwards for each symbol on a keyboard
Later increased to 8 bits (extended ASCII)

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

Unicode

A

Made to standardise encoding characters in all languages
16/32 bits
+ every character in every language can be represented
- it requires more storage to be used

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