Data representation Flashcards

1
Q

what is a “set”

A

an disorganized collection of unique elements {finite or infinite}

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

symbol for “Real Numbers”

A

R

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

symbol for “Irrational numbers”

A

R-Q

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

symbol for “Rational numbers”

A

Q

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

symbol for “Integers”

A

Z

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

symbol for “Natural numbers”

A

N

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

what are “Ordinal numbers” and what do they describe

A

Natural numbers that describe the position of values in a set

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

what is “Enumeration”

A

letters being used in a set of ordinal numbers

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

what is a use of “natural numbers”

A

counting

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

what is a use of “ordinal numbers”

A

ordering

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

which includes all numbers

A

Real

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

which includes numbers that cant be expressed as a fraction

A

Irrational

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

which numbers include fractions (and integers)

A

Rational

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

“Integers” include natural numbers but the opposite isn’t true why

A

Natural numbers don’t include negatives, as they are an infinite set above zero

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

Nyquist’s theorem

A

sample rate must be at least double the highest frequency

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

What are 4 methods of error checking?

A

parity bits, majority voting, checksum and check digit (which is just data validation)

17
Q

routers role in sending messages from private devices across a network

A

Routers do network address translation to switch the private IP with their own public IP

18
Q

Fixed point (don’t recall just read)

A

assume unsigned

0.343752=0.688
0.688
2=1…ans
0.ans2=0…ans
0.ans
2=1…ans
1111.0101

19
Q

Floating point

A

assume 2s compliment(signed)

20
Q

effect of the exponent when positive and negative (floating point)

A

Like standard form but base 10 is replaced by base 2

Mantissa: is binary number (fixed point)
Exponent: multiplication value

21
Q

normalisation

A

“memory efficiency”
positive begins 0.1 instead of 000.01
negative begins 1.0 instead of 111.01

22
Q

Kilo vs Kibi

A

10 to 3 vs 2 to 10

23
Q

What is Meta Data

A

Data About Data (i.e location) that increases file size

24
Q

Effect of allocating more bits to the Mantissa

A

Greater precision of the number

25
Q

Effect of allocating more bits to the Exponent

A

Greater range of numbers can be represented

26
Q

Benefits vs Negatives of a Bitmap Image

A

++
1. each pixel can be manipulated
(greater detail)
2. fixed file size

1. loses quality when enlarged
2.Meta data stored on each pixel means file size can get very large

27
Q

Vector Images Benefits

A
  1. Can be scaled without losing quality
  2. each object can be manipulated (instead of individual pixels)
    3.Objects can be stacked (useful for map imaging)
  3. Less storage space for simple shapes
28
Q

Vector Images Negatives

A
  1. difficult to make complex/detailed shapes from instructions
  2. can take more storage when representing images with high color depth
29
Q

Analogue to digital converter (ADC)

A
  1. Audio recorded and converted into current
  2. Sampled at regular Intervals for amplitude
  3. values are quantized into discrete values
  4. represented by binary values
30
Q

Midi Sound

A

electronic instruments connected to computer give stored event messages to device on what audio to play

31
Q

Midi Sound Benefits vs Negatives

A

++
1. Smaller size // no BG noise
2. easier to manipulate

1. Less realistic
2. Cannot Mimic Human vocals