Computer Systems Flashcards

1
Q

What are whole numbers stored with?

A

Binary

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

How are numbers with decimal points stored?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are characters stored?

A

Characters are stored using extended ASCII. This allocated 8 bits per character providing 256 possible characters.

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

How are bitmap graphics stored?

A

Bitmap graphics are stored as an organised grid of pixels.

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

How are vector graphics stored?

A

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.

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

Give the benefits of a vector graphic compared to a bitmap.

A

Vector graphics have the benefit of lower file size and scalability, as they can be made bigger without pixelating.

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