How do you configure hardware and software

Authors Avatar

How do you configure hardware and software

A computer system is made up from various components, some of which are inside the “system unit”, some of which are outside, and some of which are used to communicate with the user (see also User Interfaces, and Chapters 32 and 33 of Heathcote).

Peripherals

Peripherals are hardware devices attached to the computer system that expand the capabilities of the system.  They are attached via an electrical connection (e.g. they are plugged into one of the ports at the back of the computer), and generally require some software running on the computer to control or “drive” them (see Drivers).

Examples of peripherals are things such as:

  • Printers
  • Plotters
  • Scanners
  • Barcode readers

Storage Devices

Computers need to store information, in order that it can be retrieved, searched, sorted, etc.  There are two types of storage used by computers:

Primary Storage: 

This is the computers “main memory”, or RAM (Random Access Memory).  RAM is so-called because the information can be accessed by the processor in any order, unlike the information on, say, a tape, which always comes in sequence.

When we say that the computers in the school have 16Mb (mega-bytes) of memory, it is the primary storage we are talking about.  The programs you are currently running, and in most cases the data they are using (e.g. your current document in Word) are stored in the primary store.

Secondary Storage:

The problem with RAM is that it is volatile.  This means that is the computer is switched off or the power fails, then what is currently in the memory is lost (the word volatile means “evaporates quickly”).  For this reason we need another form of storage; secondary storage.

Secondary storage is a permanent, non-volatile form of storage that usually involves a storage device recording the information onto some sort of physical medium.  In the early days of computing, things such as punched cards, paper tape and magnetic drums were used, but modern examples are things like:

  • Hard discs
  • Floppy discs
  • ZIP Drives
  • CD-ROMs
  • DAT or other data cartridges

Secondary storage is usually much cheaper per byte than primary storage, which is convenient, because users often have a much greater need for it.  My computer at home, for example, has 64Mb of RAM, and 6.4Gb (1Gb is a “giga-byte”, or 1,000Mb) of secondary storage, and these two would have cost very roughly the same.

Virtual Memory:

As primary storage is usually more expensive than secondary storage, sometimes users don’t have as much as they require.  A professional quality A4-size image, for example, would take up more than 64Mb on its own, without the operating system and the program used to process it.

What some operating systems can do is operate a system called virtual memory.  The memory manager can use secondary storage to save the information that won’t fit into the primary storage.  Because it’s unlikely that all of the data is used all of the time, the bits being used can be swapped between primary and secondary storage in a way that is transparent to the program.

Join now!

Input and Output Devices

These are devices for communicating with the computer system.

Input devices are used to receive input from the user, and include the following:

  • Keyboard
  • Mouse
  • Graphics tablet
  • Joystick

Output devices are used to communicate information to the user in a form that he or she can understand, and include the following:

  • Printers
  • Plotters
  • VDUs (Visual Display Units)

You should be familiar with printers.  Plotters produce also produce paper output ("hard copy"), but do so by "drawing" on the paper using pens; they are mainly ...

This is a preview of the whole essay