2.4 number STORAGE Flashcards

1
Q

what base system is binary?

A

base 2 (2 possible values)

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

what base system is denary?

A

base 10 (10 possible values)

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

what base system is hexadecimal?

A

base 16 (16 possible values)

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

what values are in hexadecimal?

A

0 -> 9 as well as A B C D E and F

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

when does an overflow error occur?

A

when a binary value is too large to be stored in the bits available

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

what is binary shift?

A

multiplication and division of binary numbers
left: multiply
right: divide

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

what is a character set?

A

a table that matches together characters and binary values

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

which can store more characters? (ascii or unicode)

A

unicode

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

how do you remember which stores more characters?

A

unicode - uni = universal so all languages

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

why is ascii limited?

A

it only uses one byte therefore only 256 characters

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

what about unicode makes more powerful than ascii?

A

2 bytes: 65,536 possible characters

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

file size of text files?

A

bits per character * number of characters

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

bitmap images are made of

A

pixels

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

what represents the colour of each pixel?

A

a binary value

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

what happens to the quality of a bitmap image when it is scaled larger?

A

it is visibly decreased greatly

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

how do you calculate the file size of a bitmap

A

file size = resolution x colour depth

17
Q

what is metadata?

A

additional data about a file

18
Q

example of metadata

A
  • height in pixels
  • width in pixels
  • colour depth
  • resolution
  • geo location
  • data created
  • last edited
  • file type
  • author details
19
Q

how do we record sound?

A

the amplitude of the analogue sound wave is measured and recorded in binary at specific intervals

20
Q

define sample rate

A

the number of times per second the amplitude of the sound wave is measured

21
Q

when sample rate is increased, so does _____ ______

A

audio quality
(or file size, but try to say audio quality)

22
Q

what is sample rate measured in?

A

kHz or Hz

23
Q

digital sampling is _______ and not continuous like analogue waves

A

discrete*

24
Q

digital sampling is discrete and not _________ like analogue waves

A

continuous

25
Q

what is the bit depth?

A

the number of bits available to represent each sample

26
Q

the higher the bit depth, the more bits available so therefore

A

higher quality / it more closely resembles an analog wave

27
Q

sound file size equation

A

sound file size = sample rate * bit depth * duration