Topic 8 Computer Components

Note:  This is quite a long topic, with a good number of photographs.  To make the download time acceptable, I have broken the topic down into seven sections, otherwise you would probably gone to bed before the file had finished downloading.  The sections are:

 Topic 8 (this page)

 Computer Architecture

 Auxiliary Storage

 Data Processing

 Image Processing

 Yesterday's Computers

 The Personal Computer

The questions are in order as you work through the topic, but you can do each section in any order you like.

In this topic we are going to look at what happens inside the computer.  When you take the computer out of its box, you will find that instead of the box being crammed full of electronics, it is mostly empty space.  That is why a laptop is of manageable size.  Even so, the PC is a miracle of miniaturisation; the early computers of thirty years ago would have been the size of a building.

 The first thing we come across the power supply.  It is usually in its own separate box, primarily to protect the engineer poking about inside the computer from mains voltages.  Also the metal box screens the components from any electromagnetic radiation coming from the power supply.  This could interfere with the workings of the computer.


 

The fan is there to keep the power supply cool.  It converts the high voltage (230 V) alternating current to a safe 12 volts direct current.  The power supply is complex because it needs to supply a very stable voltage, otherwise the computer could be disrupted and crashes.  It is a good idea to protect the computer to prevent a high voltage “spike” from doing serious damage to the computer.

Question 1  Why is the power supply separate from the motherboard?  ANSWER

The main circuit board is called the motherboard.  The circuitry is quite complex with lots of chips on it.  Unlike simpler electronic circuits, the motherboard is built up of a number of different layers.  Problems with the motherboard are usually impossible to fix, and it’s far easy and cheaper to buy a new motherboard, at a cost of £75 to £100, not vastly expensive considering what it is.

 On the motherboard is found:

Question 2 In the picture below, label the components.  Two have been done as an example.

ANSWER

Graphics Card

The picture below shows a video graphics card.

The graphics card translates digital signals from the CPU into analogue signals which are further processed by the monitor to give us a picture.  The earliest graphics cards did only black and white.  256 colours came in the eighties.  Nowadays the standard is 32-bit, which gives 16 million colours.  Some can offer 64-bit colour, which gives huge numbers of colours, but not many monitors can achieve this resolution. 


Each colour is given an 8-bit code (i.e. eight binary numbers 0 or 1), which gives 28 = 256 combinations.  16 bit colour gives 65 536 combinations.

Question 3  Explain what a sound card does in a computer. ANSWER

RAM

Random access memory is essential for a computer.  When you open a program, instructions are copied off the hard disk onto the RAM.  All the data you process goes back to RAM until you save it.  Unfortunately RAM is volatile, which means that every thing gets lost when you turn off the computer.  Here is a card (circuit board) with RAM chips that give 2 megabytes of RAM, pretty primitive.


Question 4.  Explain what the risks are of not saving your work regularly.  ANSWER

CPU

The CPU processes the data by adding binary numbers.  It does subtractions by a process of complimentary addition.  It multiplies by serial addition and divides by serial complimentary addition.  The moving scenery in a flight simulator is the result of these additions.  Many other complex things done by computers are the result of these additions, done up to 2000 million times a second. 

Now go on to Computer Architecture