Unit 3 - Data Flashcards

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

What is the symbol for a set of values of integers?

A

Z

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

What is the symbol for a set of values of irrational numbers?

A

Q

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

What is an ordinal number?

A

A number describing the position of something

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

What is ASCII?

A

Binary values used to encode the English alphabet.

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

Advantages and disadvantages of using Unicode to ASCII

A

Unicode uses 4 bytes to represent every value, this means that it has the power to store more values therefore broadening the characters to values such as emojis. However, this requires more memory and storage space.

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

Name a technique that can be used to check for transmission errors.

A

Parity bits, Check bits, Majority voting or Checksums

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

What is a parity bit?

A

Is a bit that is set to odd or even on the transmitting end of the byte. When data is sent the parity is checked at the recieving end. If the wrong number of bits are on then an error has occured.

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

What is a check digit and name an example of one time it is used in every day life?

A

A check digit is an additional digit added to the end of a string designed to check for mistakes in transmission. Used in barcodes using a special formula.

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

What is a checksum?

A

Works similarly to a check digit, a sum of all bytes is calculated and the computer determines whether this is faulty or not.

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

3 steps to convert a value to two’s complement:

A
  1. Using decimal value find the binary value
  2. Flip the bits around
  3. Add one to the value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define resolution

A

Number of pixels used to make up a bitmap image

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

Formula to work out image file size.

A

Resolution x colour depth

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

Lossless vs Lossy compression

A

Lossless doesn’t remove any data but instead using pattern recognition, data is grouped together whilst lossy compression just removes less needed data.

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

What is run length encoding?

A

When you have multiple of the same data you group it as the amount of that data then the actual data value.

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

How is analogue sound recorded?

A

Using a microphone which takes the analogue input, this data is sent to the Analogue to Digital converter (ADC) which converts to digital sound and stored in binary.

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

How to calculate file size of an audio file?

A

sample rate x length of audio in seconds x resolution

17
Q

Explain Nyquist’s theorem.

A

There is a limit on lowest sampling rate for an accurate recording. For this to be accurate samples need to be double the frequency.

18
Q

Benefits of MIDI

A

Only the instructions are sent and not the actual recorded sound,. resulting in smaller file size and increasing variety in which instrument can play the sound.

19
Q
A