Computer Systems Flashcards
What is binary code
Any data that is stored inside a computer ends up as a collection of 0’s and 1’s.
•This is called binary, but is sometimes referred to as machine code.
What is floating point representation
Floating point representation involves using two parts to store a number, the mantissa and the exponent.
What is the mantissa and exponent
The mantissa is used to store the accuracy/precision of a number.(number after decimal)
The exponent is used to store the range of a number.(2°) the ° is the exponent
What are bitmap graphics
A bitmap graphic is one that stores every single pixel on the screen.
•Bitmaps are simple images that do not contain any layers, are resolution dependent and do not resize well.
Disadvantages of bitmap graphics
Bitmaps are simple images that do not contain any layers, are resolution dependent and do not resize well.
Pros of bitmap graphics
They can be very detailed in quality so are good for storing photographs and detailed editing but can have large file sizes.
What is a vector graphic
Vector graphics are made up of shapes
Vectors are stored by their objects and attributes using a mathematical formula.
What are objects and attributes
An object would be the shape that is being drawn. For example, rectangle, ellipse, line, polygon.
An attribute would be how to draw the object. For example, starting x and y coordinates, fill colour, line colour, thickness, curve.
Examples of objects and attributes
There are several common objects that you need to know how they are represented. These are:
Rectangle
Ellipse
Line
Polygon
For each of these you need to know how the attributes of:
co-ordinates
line colour
fill colour
Pros of vector graphics
Vector graphics can be layered.
They can be resized without loss of quality
They are resolution independent.
They tend to have smaller file sizes.
Disadvantages of vector graphics
Cannot edit individual pixels.
Complex graphics with lots of layers can take up a lot of storage space.
Best suited to logos, line drawings, cartoons, simple illustrations.
Components computers need to run
Input, Output and Backing Storage Devices
Processor
Memory
Buses
What are Backing storage devices
Backing storage devices are used to store data and programs when it is not being used.
Hard drive
CD’s
What is the processor
A Processor is the ‘brain’ of the computer and it carries out the operations the computer performs.
This is usually done on a single microchip.
What is the arithmetic and logic unit(ALU)
Arithmetic and Logic Unit (ALU) – Performs arithmetic calculations, logical functions and makes decisions. (IF AND OR NOT < >)