Computer Systems Flashcards
What are whole numbers stored with?
Binary
How are numbers with decimal points stored?
Numbers with decimal points are stored using floating point, constructed from a mantissa and an exponent. The mantissa is the value being stored, without a decimal point. The exponent is the power by which the mantissa must be multiplied to get back to the original value.
How are characters stored?
Characters are stored using extended ASCII. This allocated 8 bits per character providing 256 possible characters.
How are bitmap graphics stored?
Bitmap graphics are stored as an organised grid of pixels.
How are vector graphics stored?
Vector graphics are stored as a series of objects. Each object is stored by a list of its attributes. An object’s attributes can include line colour, fill colour, line thickness, start point, end point.
Give the benefits of a vector graphic compared to a bitmap.
Vector graphics have the benefit of lower file size and scalability, as they can be made bigger without pixelating.