Computer systems/section 1.5 Flashcards
Denary numbers
Base 10, uses digits 0 - 9
Binary numbers
Base 2, uses digits 0 and 1
8-bit binary
8 digits, where 255 is the maximum denary value an 0 is the minimum
The mantissa
The significant figures of the actual digits of the number
e.g. in 0.2345 x 1o^5, 2345 is the mantissa
Exponent
In 10^n, n is the exponent; tells you how many places to move the decimal point in the mantissa
e.g. in 0.2345 x 10^5, 5 is the exponent
Bitmap graphic
A 2D array of pixels
Resolution
(In a bitmap graphic)
The total number of pixels in an image
Bit depth
(In a bitmap graphic)
Defines the number of colours available
e.g. 8-bit is a bit depth, means there are 2^8, or 256, colours
Higher resolutions means…
better quality but greater file size
Lower resolution means…
lower file size but poorer quality
How are bitmap graphics stored?
Each pixel is stored as a binary value
Vector graphics
A list of attributes that are used by the computer to create images
Scaling vector graphics…
does not affect resolution, so quality is unaffected
You can layer vector graphics…
without affecting what is underneath
File size for vector graphics is ____ than bitmap graphics
smaller
unless there are lots of complex shapes
Common file format for vector graphics
SVG
Scalable Vector Graphic
Objects in vector graphics
Rectangle, ellipse, line, polygon