Computer Systems Flashcards
What do computers use to store data?
Binary
What is the binary value of 123?
01111011
What is the Denary value of 10101001?
169
What is a floating point?
A floating-point number is made of two parts called the Mantissa and Exponent.
How are real numbers stored on a computer?
By the Mantissa and the Exponent.
What is the mantissa?
The Mantissa is the “number” part of the scientific notation.
What is the Exponent?
The Exponent is the “power” of the scientific notation.
What is the name of the method of storing real numbers on a computer?
Floating Point Representation.
What is the name given to the binary code for all characters?
ASCII
What does ASCII stand for?
American Standard Code for Information Interchange
What is the limit of ASCII?
256
What is the name of the total number of pixels in a bit-mapped image?
Resolution
What is the name of the total number of colours used in a a bit-mapped image?
Bit Depth
What is bit depth?
The number of bits used to store each pixel in an image.
Bit-Mapped images are one type of graphic. What is the other type of graphic?
Vector Graphic
How are Vector Graphics stored?
By it’s attributes
What are some examples of attributes of vector graphics?
- Line colour
- Fill colour
- Coordinates
What are the types of vector objects?
- Rectangle
- Line
- Ellipse
- Polygon
What is the definition of fill colour?
Fill Colour is the colour used to fill the inside of a vector graphic.
What is the definition of line colour?
Line Colour is the colour used on the rim of the vector graphic.
Advantages of vector graphics?
- Smaller file size - do not store data about each individual pixel. For a large illustration, such as a poster, a vector graphic would have a significantly smaller file size compared to a bitmap image.
- Scalable - when you resize a vector graphic the mathematical relationships mean that the image does not lose quality. A vector graphic the size of a postage stamp could be resized to be used on a poster and the image would still be clear.
Disadvantages of vector graphics?
Vector graphics are never going to be as lifelike as bitmaps or photos. They will always appear computer generated.
What is a bitmap?
A bitmap is a grid of pixels. Each pixel has a colour associated with it.