SET 2 Flashcards
Explain signed bit and it’s problems
The most significant bit is set to 1 for negative and 0 for positive
-problems: two values for 0, discontinuity in numbers
Give two advantages of using two compliment
- One value for 0
- continuity of numbers
How to store decimal numbers
Using floating point with the mantisa and exponent
In floating point notation what determine the accuracy of the number
Number of bits allocated to the mantissa
Describe how BMS images are stored
- As a grid of pixels each pixel has a binary representation in memory
- Whole screen stored
- number of bits for each pixel determines the range of colours available
Describe how vector images are stored
As objects and their attributes
E.g rectangle (start X,Y, length,breadth, line, fill)
The advantages of Vector over BM graphics
- Can layer objects
- Can scale up without loss of resolution
- Can edit individual attributes is easily
The advantages of BM over vector graphics
- Can edit at pixel level
- More realistic, for photographs
Add a circle to an image describe effect on file size of both BM and vector images
- Vector file size will increase as additional object stored
- BM no change to file size as stores whole screen with no layering
Give advantages and disadvantages of floating point notation
Advantage: can Store very large and very small numbers
Disadvantage: Accuracy may be reduced depending on the number of bits available
What determines the range of real numbers
Number of bits allocated to exponent
Explain bit depth
- Number of bits used to store each pixel
- determines the range of colours
If you increase the bit depth of a photo after it was taken, why is there no improvement
Picture will only have colours that were available need to do it before taking photo
Describe two effects of reducing the bit depth of an image
Reduces file size
reduces range of colours available
Explain resolution
Number of pixels making up an image measured in DPI