Fundamentals of Data Representation Flashcards

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

How does the bit pattern indicate that a number is normalised?

A

The 2 starting bits are either, 10 or 01.

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

What are the advantages of using normalised floating point form?

A
  • Maximises precision/accuracy for a given number of bits.

- Offers a unique representation of each number.

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

What is the smallest negative and largest positive value possible on a twos complement floating point number?

A

Negative: Positive:

  1. ..… Mantissa 01111…… Mantissa
  2. ..… Exponent 01111…… Exponent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the largest negative and smallest positive value possible on a twos complement floating point number?

A

Negative: Positive:

  1. ..… Mantissa 000……1 Mantissa
  2. ..… Exponent 100…… Exponent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain why the relative error is usually considered to be a more important measure of error than the absolute error.

A

The impact of an error depends on its size relative to the number that is represented
(the error is more significant the smaller the represented number becomes)

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

Why do vector graphics use less storage than bitmapped graphics?

A
  • Vector graphics use less storage as they don’t need to store the colour of each pixel
  • Vector graphics store information about / properties of the objects that an image is composed of - It takes only a small amount of memory to store the properties of an object
  • A single object might be equivalent to many pixels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the advantages of vector graphics vs bitmapped graphics?

A
  • Individual parts of the image can be edited independently
  • Fewer bytes are used to represent an image
  • If an object is deleted, the software knows what is behind it (no “hole” is left in the image)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly