Data Representation Flashcards

1
Q

Nibble

A

4 bits

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

Byte (B)

A

8 bits

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

Kilobyte (kB)

A

1000 bytes

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

Megabyte (MB)

A

1000 kB

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

Gigabyte (GB)

A

1000 MB

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

Terabyte (TB)

A

1000 GB

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

Petabyte (PB)

A

1000 TB

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

why must data be stored in binary

A

the computer architecture is built on electrical transistors which can alternate between two states (1/0) very fast

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

sound file size

A

sample rate x duration (s) x bit depth

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

image file size

A

colour depth x image height x image width

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

text file size

A

bits per character x number of characters

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

binary base

A

base 2

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

how is an analogue sounds wave converted into digital form

A

the sounds wave is sampled by measuring the amplitude at regular intervals. The samples are stored and the data is converted into binary.

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

overflow error can lead to

A

loss of data and accuracy

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

over flow error

A

when the total from adding binary numbers is 9 or more bits which is too big to be stored within the registers of a CPU

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

most significant bit

A

the bit with the largest value (left-most)

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

least significant bit

A

the bit with the smallest value (right-most)

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

left binary shift

A

multiplies, every shift doubles the number

19
Q

right binary shift

A

divides, every shift halves the number of

20
Q

hex base

21
Q

each hex character is equal to

A

a nibble in binary

22
Q

character set

A

collections of characters that a computer recognises from their binary representation

23
Q

character set egs

A

unicode, ASCII

24
Q

how many characters can ASCII represent (each character is given a 7-bit binary code)

A

128 different characters

25
Q

metadata

A

the aditional information stored in an image file which helps the computer recreate the image on screen from the binary data in each pixel

26
Q

metadata eg

A

file format, width, colour depth, date

27
Q

colour depth

A

number of bits used for each pixel

28
Q

image resolution

A

the number of pixels in the image

29
Q

increasing colour depth and resoultion

A

increases file size and quality of an image

30
Q

sample rate

A

how many samples are taken in a second, measured in Hz

31
Q

bit depth

A

the number of bits available for each sample

32
Q

increasing sample rate or bit depth

A

increases the file size and improves the quality (closer quality to the original recording)

33
Q

analogue sounds are stored in

34
Q

duration

A

how many seconds of audio the sound file contains

35
Q

lossy compression

A

permanently removing data from the file

36
Q

lossless compression

A

makes the file smaller temporarily by removing data, then restores it to its original state when opened

37
Q

need for compression

A

-files take up less storage space
-downloading files is faster
-allows you to send the same content with a much smaller file size

38
Q

lossy pros

A

-reduced file size
-takes up less bandwidth
-commonly used

39
Q

lossy cons

A

-loses data permanently
-can’t be used on text or software files
-worse quality then the original

40
Q

lossless pros

A

-no reduction in quality
-can be turned back to the original
-can be used on text and software files

41
Q

lossless cons

A

only a slight reduction in file size

42
Q

e.g of lossy file type

43
Q

e.g of lossless file type