Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Which numbers are stored in one bit?

A

0 and 1

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

How many bits are there in a nibble and a byte?

A

Nibble = 4 bits Byte = 8 bits

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

Why does computers use binary?

A

-Computers use circuits which can be on or off, represented by 1 and 0
-Computers also operate using logic gates which only have two states, true or false

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

Explain one limitation of ASCII character set

A

-ASCII only uses 7 bits so it can only represent 128 characters
-This is not enough to represent characters in other alphabets

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

Name a character set designed to overcome this limitation

A

-Unicode

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

Why are colour codes given in hexadecimal rather than binary?

A

-Easier to read and remember compared to binary
-Less chance of making an error if inputting in hexadecimal

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

Define the meaning of resolution

A

The number of pixels in the image

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

How does the colour depth affect the file size?

A

Additional colours would increase the bit depth causing the image size to double.

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

Explain the effect of increasing the sample resolution on the quality of a sound file?

A

-Increasing the sample resolution will mean that the sound is sampled more accurately
-More data will be required per sample which will improve the quality of the sound

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

Explain the effect of increasing the sample rate on the size of the sound file

A

-Will increase the number of samples taken each second
-Will increase the file size

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

Define the meaning of the term lossy compression

A

Some data will be permanently lost in the compression process

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

Define lossless compression

A

Loseless compression will not lose any of the original data during the compression

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

Examples of lossy compression

A

-JPG
-GIF
-MP3

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

Examples of loseless compression

A

-PNG
-TIFF

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

Explain data compression

A

-Reducing the amount of bits required to represent data
-Used to reduce the amount of storage space to store the amount of data that needs to be transmitted

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

Explain Run length encoding

A

-An algorithm to compress data that uses frequency pairs to reduce the amount of data stored

17
Q

What is a bitmap graphic made up from?

A

Individual pixels

18
Q

What is colour depth?

A

It determines the number of available colours for an image

19
Q

What happens to the file size when the resolution is greater?

A

The file size will become greater

20
Q

Types of bitmap image file formats

A

-BMP
-TIFF
-PNG
-JPG
-GIF

21
Q

Type of vector image file format

A

-SVG

22
Q

The sample unit is measured in what unit?

A

Hertz

23
Q

What is resolution

A

The number of bits available to store each sample

24
Q

Formula for calculating the size of an uncompressed file

A

Sample rate x resolution x duration

25
Q

What does ADC stand for?

A

Analogue to Digital Convertor
It convert inputs to digital signals

26
Q

What does DAC stand for?

A

Digital to Audio Convertor
It is used to convert digital signals to outputs

27
Q

How many bits are in extended ASCII?

A

8 bits

28
Q

How many characters does 8 bits allow for?

A

256

29
Q

How many bytes are in Unicode?

A

-16-bit has 2 bytes
-32-bit has 4 bytes

30
Q

What does ASCII stand for?

A

American Standard Code for Information Interchange

31
Q

What is Unicode?

A

It is a universal character encoding standard written as three 16-bit characters