1.2.3 Units Flashcards

(12 cards)

1
Q

Units of data storage

A
  • Bit
  • Nibble (4 bits)
  • Byte (8 bits)
  • Kilobyte (1,000 bytes or 1 KB)
  • Megabyte (1,000 KB)
  • Gigabyte (1,000 MB)
  • Terabyte (1,000 GB)
  • Petabyte (1,000 TB)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Converting between units:

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

Why must data be stored in binary format?

A

Because computer systems consist of billions of tiny translators which are switches that only have 2 values - on (1) off or (0).
Therefore all data must be represented and processed in this way.

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

Why is the binary system know as base 2?

A

Because there are only two digits to select from (1 and 0)…
…and when using the binary system, data is converted using the power of two.

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

Why is does having just 2 states (0 and 1), make is simple to build electronic devices?

A

With 2 states, electronic components are:
-Easier to manufacture
-Therefore cheaper
-More reliable

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

What are some examples of using 2 states to store data?

A

-RAM
-Hard disk
-Optical disc
-Flash memory

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

Text file size calculation

A

bits per character x number of characters

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

Sound file size calculation

A

sample rate x duration (s) x bit depth

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

Character set

A

-A defined list of characters that are recognised and can be stored in a computer system.
-All characters are assigned a unique binary code

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

Unicode

A

A character set that uses 16 bits (2 bytes) to present characters, allowing for a wider range of characters than ASCII

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

Describe how an analogue sound wave is converted into digital form.

A

-(analogue) sound wave is sampled
-… amplitude/height (of wave) is
measured
-… at set/regular time intervals // by
example
-Each sample/measurement is
stored as a binary number

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

Describe how bitmap images are represented in binary.

A

-Image made of / split up into pixels
-Each pixel given a binary code…
-…which represents the colour of
that pixel
-Each colour is given a
different/unique binary code.
-Metadata stored alongside the
image

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