1.2.3 units Flashcards

1
Q

why does data have to be stored in a binary format?

A

data needs to be stored in binary format because computers only have 2 states: on/off, true/false, yes/no, 1/0

All data that we want a computer process needs to be converted into a binary format to be processed by a computer.

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

bit

A

a bit is a 1 or 0

it is the smallest unit of data a computer can store

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

nibble

A

4 bits

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

byte

A

8 bits or 2 nibbles

example: keyboard characters

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

kilobyte

A

1 kB = 1000 bytes

example: document file sizes

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

megabyte

A

1 MB = 1000 kB

example: measure storage space on a CD

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

gigabyte

A

1 GB = 1000 MB

example: hard drive sizes

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

terabyte

A

1 TB = 1000 GB

example: over 300 hours of videos

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

petabyte

A

1 PB = 1000 TB

example: 315 million photos

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

calculating sound file size

A

sound = sample rate X duration (s) X bit depth

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

calculating text file size

A

text = bits per character X number of bits

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

calculating image file size

A

image = colour depth X image height X image width

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