Top Banner
Chapter 3 Hardware
99
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Bis Chapter3

Chapter 3

Hardware

Page 2: Bis Chapter3

Components of a computer system• A computer system consists of a number of

interrelated components including hardware and software that work together with the aim of converting data into information.

• In a computer system, processing is carried out electronically, usually with little or no intervention from a human user.

• The components of a computer system include hardware and software.

Page 3: Bis Chapter3

Figure 3.1 Basic hardware components of a computer system

Page 4: Bis Chapter3

Computer hardware

• Computer hardware describes the physical components of a computer system.

• The hardware of a computer system consists of: – Input devices– Memory– Central Processing Unit (CPU)– Output devices – Storage devices

Page 5: Bis Chapter3

Hardware components• Input device – Mouse, Keyboard, Touch

screen, another system• Processor – a PC’s chip manufactured by Intel

or AMD• Output device – screen, printer• Primary storage – Random Access Memory

(RAM)• Secondary storage – magnetic (disk drives)

and optical storage (CD-ROM and DVD)

Page 6: Bis Chapter3

Input devices

• Input device are used to capture or enter data into the computer.

• Such data (in human-sensible form) needs to be converted into a format that supports processing by computer.

• Input devices convert data into a form that makes them machine-sensible.

Page 7: Bis Chapter3

Central processing unit (CPU)

• CPU is the processor found in a computer system that controls all of the computer’s main functions and enables users to execute programs or process data.

• CPU performs processing by carrying out instructions given in the form of computer programs.

Page 8: Bis Chapter3

Memory• Memory (or primary storage) is used as a

temporary means of storage data and instructions.

• Memory is used to store:– Data awaiting processing– Instructions loaded from software which are

used to process data or control the computer system

– Data or information that has been processed

Page 9: Bis Chapter3

Storage devicesStorages devices provide a means of storing data and programs permanently until they are required.

• As an example, a program is stored on a hard disk drive until it is needed.

• When the program is activated, it is transferred from the storage device into the computer’s memory.

• When the program has ended or is no longer needed, it can be removed from memory so that other programs or data can be used.

Page 10: Bis Chapter3

Output devices

Output devices translate the results of processing –output into a a human-readable form.

Page 11: Bis Chapter3

Figure 3.2 A personal computer labeled with the typical components

Page 12: Bis Chapter3

Major categories of computers

• A traditional view of computer technology suggests three basic categories of computer: mainframe, minicomputer and micro-computer.

• The physical forms of these different types of system and some newer types of computers are illustrated in Figure 3.3

Page 13: Bis Chapter3

Figure 3.3 Different forms of computer system

Page 14: Bis Chapter3

Mainframe computers• Mainframes are powerful computers used for

large-scale data processing• A traditional view of mainframe computers saw

them as large, extremely powerful machines designed for large-scale data-processing activities.

• Examples are those from IBM, Tandem, Amdahl and Hitachi.

• The use of mainframe computers has declined steadily over the past two decades.

Page 15: Bis Chapter3

Legacy systems

In many organizations, mainframe computers are considered legacy systems.

• Legacy system is a system which has been superseded by new technologies or business practices.

• Managers recognize that the existing system may not be entirely adequate to meet the company’s needs, a changeover would be difficult – or even impossible – to implement.

• This can be for a number of different reasons:

Page 16: Bis Chapter3

Reasons of retaining mainframe computers• A lot of investment has been used in developing and

maintaining the mainframe system that a move towards more modern technology would be prohibited by the costs involved.

• The data and information produced by the mainframe system are critical to the company’s operations

• The links between the existing mainframe system and the company’s major business activities are so strong that it is not possible to introduce new systems a little at a time.

Page 17: Bis Chapter3

Minicomputers and servers

• The minicomputer combines some of the characteristics of the mainframe computer and the microcomputer.

• Today, they are often referred to as servers by companies such as SUN and Hewlett-Packard.

• Different types of server may have different functions, such as managing a network or hosting a database.

Page 18: Bis Chapter3

Microcomputers

• Microcomputers are considered less powerful than minicomputers and mainframes, but are more flexible and relatively inexpensive to purchase.

• Microcomputers are now often referred to as the “client” machine which receives services and data form a “server” machine forming the client/server architecture which is a common type of communications structure.

• The client/server architecture consists of client computers such as PCs sharing resources such as a database stored on a more powerful server computers.

Page 19: Bis Chapter3

Types of microcomputers

• In industry, several types of microcomputer are in common use.

• The IBM-compatible or personal computer (PC) is considered the standard for general business use.

• The Apple Macintosh or iMac is often used for professional desktop publishing applications, such as the production of newspapers.

• Workstations, such as those produced by SUN, are typically used in the area of computer graphics. Typical applications include computer aided design (CAD) and animation.

Page 20: Bis Chapter3

Types of microcomputers

Desktop computer is intended for office use and supports the day-to-day activities of an organization’s employees.

• These machines tend to be placed in a fixed location and connected permanently to items such as printers, scanners and other devices.

• Desktop computer is the most common type of microcomputer.

Page 21: Bis Chapter3

Types of microcomputers

• The portable computer is largely self-contained, featuring its own power supply, keyboard, pointing device and visual display unit.

• Modern portables tend to weigh very little and fit easily into a briefcase.

• Portable computers are often described as notebooks.

• A notebook or laptop is approximately the size of an A4 writing pad.

Page 22: Bis Chapter3

Organiser/PDA

• A personal digital assistant (PDA) can be thought of as a sophisticated personal organizer.

• A PDA is normally a hand-held device, often no larger than a pocket calculator.

• The typical functions of a PDA can include:– Address book– Appointment scheduler– Calculator– Expenses tracking– Currency conversion– Alarm clock– World time display– Other features that allow users to store notes such as to-do lists.

Page 23: Bis Chapter3

Organiser/PDA (Continued)

• More sophisticated models such as Palm Pilot or Pocket PC include a more powerful range of tools, including communications, spreadsheet and word processing applications.

Page 24: Bis Chapter3

Connectivity• Modern computers, PDAs, mobile phones and other devices

are often equipped with a wireless adaptor of some kind.• One of the most common standards used by wireless

devices is called Bluetooth.• Bluetooth is popular because it is inexpensive to integrate

into products and is almost completely automatic.• A Bluetooth adaptor will locate any compatible devices that

are nearby and initiate a connection automatically.• Another technology used for wireless connections is called

Firewire.• Firewire is often used by computer peripherals that require

very high data transfer speeds, such as digital video equipment and external hard disks.

Page 25: Bis Chapter3

Network computer

• Network computer (NC) is a computer providing access to a network system, which to reduce cost features limited disk storage, a less powerful processor and less memory.

• Network computer is used to provide access to a network system, such as an intranet or the Internet, at minimal cost.

• The network computer is able to call upon the resources of the network server, only limited processing power is required.

Page 26: Bis Chapter3

Network computer• Simple tasks can be carried out by the network

computer itself.• More complex tasks, such as those that make

intensive use of a computer’s processor, are dealt with by the network server and the results are passed back to the network computer.

• Also, since software applications and data can be accessed via the network, only minimal storage capacity is required.

• This type of architecture is called thin client.

Page 27: Bis Chapter3

Network computer

• Network computers are popular with cost-conscious IS managers since they potentially reduce the total cost of ownership (TCO) associated with computer systems.

• The TCO describes a range of different expenses incurred by purchasing and maintaining a computer system.

• Such costs include the original cost of the hardware and software, upgrades, maintenance, technical support and training.

Page 28: Bis Chapter3

Network computer

Network computers act to reduce the cost of ownership in several ways:

• The initial purchase costs of hardware and software are low.

• Since network computers can be managed via a central network server, administration costs can be reduced. Network computers are often described as offering the potential to achieve zero administration, a point where the centralized management and control of the computers attached to a network server makes administration costs potentially negligible.

Page 29: Bis Chapter3

Network computer

• Since the network computers contains fewer components than a conventional personal computer, it is less expensive to maintain, repair and replace.

• As network computers are often used for a relatively small number of applications, training and support costs can be reduced.

Page 30: Bis Chapter3

TOPICS1. Components of a computer system2. Major categories of computers3. Types of microcomputers4. Input devices5. Selecting input devices6. Output devices7. Selecting output devices8. Storage devices9. Selecting storage devices10. Processors11. Other components of a personal computer12. Selecting hardware suppliers

Page 31: Bis Chapter3

Input devices

• Input devices are used to enter data or instructions.

• The choice of an input device often depend upon the quantity of data to be entered.

• Data input can be carried out by human operators using input devices such as mouse or keyboard.

• Large-scale data input may require a direct capture device to acquire and store data automatically.

• There are several different methods for data entry such as keyboard, mouse, joystick and sound card.

Page 32: Bis Chapter3

Figure 3.4 Input devices in context

Page 33: Bis Chapter3

Input devices (Continued)

• Keyboard/keypad• Mouse – computers featuring a graphical user interface

often require the use of a mouse or other pointing device. See Figure 3.5.

• Lightpen – a pointing device that can be used to control applications by pointing to items on the screen.

• Trackball – a pointing device that is controlled by rotating a small ball with the finger- tips or the palm of the hand. Moving the ball causes corresponding movement to a small pointer on the screen. Buttons are used to select items in the same way as with the mouse.

• Joystick – is one of the most common input devices available and is primarily used for leisure activities such as playing computer games.

Page 34: Bis Chapter3
Page 35: Bis Chapter3

Input devices (Continued)

• Optical scanner is widely used for capturing graphics and text from printed documents.– It can also be used to perform data entry by converting

printed documents into text files that can be used by word processing packages and other programs.

• Optical character recognition (OCR) involves using software that attempts to recognize individual characters.

• A variation on optical character recognition is optical mark recognition (OMR) which involves detecting and recognizing simple marks made on a document e.g. multiple choice answer sheet used in public examinations.

Page 36: Bis Chapter3

Input devices (Continued)

• Bar code reader is a means of displaying a unique identification number as a series of think and thin lines. The sequence and width of the lines in the bar code can be translated into a sequence of digits.– Bar code numbers are normally produced according to a

specific method.– The Universal Product Code, for example, is a standard

method for creating and using bar codes.– A bar code reader measures the intensity of a light beam

reflected from the printed bar code to identify the digits making up the unique identification number.

– The digits making up the identification number are also printed at the foot of the bar code.

– The most common example of the use of the bar code reader in industry is the supermarket checkout.

Page 37: Bis Chapter3
Page 38: Bis Chapter3

Input devices (Continued)

• Touch screen is a transparent, pressure-sensitive covering that is attached to the screen of the monitor.– Users make selection and control programs by

pressing onto the screen.– Touch screens are comparatively expensive and

require special software to operate.– Common applications for touch screens are

interactive kiosks and bookings systems.

Page 39: Bis Chapter3

Input devices (Continued)• Graphics tablet is used in the same way as a

writing pad.– A stylus is used to draw images on a rigid pad

located near to the computer.– As the user draws with the stylus, the image is

duplicated on the computer’s display.

Page 40: Bis Chapter3

Input devices (Continued)• Video capture card records and stores video

sequences (motion video) when connected to a digital video camera or other device.– A playback device, e.g. a video cassette recorder, is

connected to the video capture card and special software is used to capture, edit and manipulate video sequences.

Page 41: Bis Chapter3

Input devices (Continued)

• Microphone/sound card– A sound card can be used to capture sound,

music and speech from a variety of sources.– A business application is the use of voice

recognition software to dictate text directly into a word processing document.

– The addition of a sound card and CD-ROM device provide a computer with multi-media facilities.

• Digital camera captures and stores still images.– Images are held in the camera’s memory and

stored on disk until they can be transferred to a personal computer.

Page 42: Bis Chapter3

Input devices (Continued)

• Magnetic Ink Character Recognition (MICR) involves capturing data that has been printed using a special magnetic ink.– This technology is normally associated with the

banking industry, especially cheque processing.– Some of the details on a cheque, such as cheque

number, are printed in a special typeface using magnetic ink.

– The shape of each character means that it can be recognized by its magnetic field.

Page 43: Bis Chapter3

Selecting input devices

The selection of an input device is usually based upon three basic criteria: volume, speed and accuracy.

Volume• Record the details of payments made by

customers use more sophisticated methods such as OMR or OCR.

• Fewer transactions enter data using the keyboard as an input device.

Page 44: Bis Chapter3

Selecting input devices (Continued)

Speed• Using OCR and OMR is faster than manual data

entry methods

Accuracy• OCR is generally considered a comparatively

unreliable means of entering data.• Error rate is the frequency of errors which occur

when using an input device to recognize patterns.

Page 45: Bis Chapter3

Selecting input devices (Continued)

Other considerations when selecting an input device are:

• Complexity of data – data may need to be interpreted or altered before they are entered.

• Cost – an organization may be unwilling or unable to purchase the hardware and software required.

• Frequency of data entry – some types of data entry may be carried out on an infrequent or ad hoc basis.

Page 46: Bis Chapter3

Output devices

• Output devices display the results of computer processing.

• The output produced by some devices is temporary in nature.

• A display shown on a monitor when a new image is shown

• A report produced on a printer is more permanent and may last for many years.

Page 47: Bis Chapter3

Figure 3.7 Output devices in context

Page 48: Bis Chapter3

Display devices

The most common output device is almost certainly the monitor, formerly referred to as visual display unit (VDU) or CRT (cathode ray tube), that is attached to all personal computer systems.

The quality of a monitor’s display can be described in several ways:

• Resolution• Color depth• Dot pitch• Refresh rate

Page 49: Bis Chapter3

Display devices (Continued)

• Resolution– The resolution of the monitor describes the fineness of the

image that can be displayed.– Resolution is often expressed in terms of pixels (picture

elements) – the individual dots that make up an image on the screen.

– A 15” VGA monitor is able to display an image that is 640 by 480 pixels, 800 by 600 pixels or 1024 by 768 pixels in size.

• Color depth– The number of colors that can be displayed on the screen

is also related to resolution.– In Microsoft Windows, the typical number of colors that can

be selected through the Control panel ranges from 2 (monochrome) through 16,256 to 32 million.

Page 50: Bis Chapter3

Display devices (Continued)

• Dot pitch– The quality of a monitor’s display involves measuring

the distance between the pixels on the screen.– Such distance is called the dot pitch.– The smaller the distance between pixels, the finer the

image will appear.– A dot pitch of 0.28mm is standard and will normally

appear sharp and clear.

Page 51: Bis Chapter3

Display devices (Continued)

• Refresh rate– Another indicator of image quality relates to the way in

which an image is displayed on the monitor.– The number of times the image is drawn upon the

screen each second is known as the refresh rate and is measured in hertz.

– A refresh rate of 60 Hz means that the image will be drawn upon the screen 60 times each second.

Page 52: Bis Chapter3

Plotters

• A plotter uses a number of different colored pens to draw lines upon the paper as it moves through the machine.

• The quality of text created is often very poor.• Plotters are primarily used to create technical

drawings, such as engineering diagrams and to record the progress of continuous monitoring.

Page 53: Bis Chapter3

Printers

Laser printer – A laser is used to charge sections of a rotating drum which is then used to print using toner powder achieving a combination of speed with high print quality.

Advantages of laser printer are:• Print quality• Speed• Volume• NoiseDisadvantages of laser printer are:• Cost of printing• Color printing• Cost

Page 54: Bis Chapter3

Printers• Inkjet printer uses a print-head containing 50 or more small

nozzles. Each nozzle can be controlled individually by electrostatic charges produced by the printer.

• Characters are formed by squirting small droplets of ink directly onto the paper.

Advantages of inkjet printers include:• Cost• Reliability• Color printing• Versatility• NoiseDisadvantages of inkjet printers include:• Permanence• Print quality • Speed

Page 55: Bis Chapter3

Printers

Dot-matrix printer – arranges a series of pins (usually from 8 to 24) to form the shape of a required character.

• The character is transferred to the paper by striking the pins against an ink ribbon. This form of printing is known as impact printing. Dot-matrix printing is now only commonly used when carbon copies of a document need to be created.

Similarly, the daisywheel printer, now seldom used, functions in much the same way as a conventional typewriter.

Page 56: Bis Chapter3

Factors considered in selecting a printerPrinting costs – the cost of printing is normally described in terms

of cost per page.Print quality – is normally measured in dots per inch (dpi). This

describes the number of individual dots that can be printed within a space of one square inch. A typeset document is normally produced at a quality of between 1200 and 1500 dpi. The typical 600 dpi quality provided by a laser printer is considered acceptable.

Paper handling – the quantity of paper that a printer can hold is important. A large paper capacity reduces the need to refill the printer constantly.

Color printing – inkjet printers offer the best compromise between print quality and cost when producing documents in color.

Volume – the volume of printing has implications for running costs, maintenance costs and reliability. Dot-matrix printer (500 pages per month), laser printers (5,000 pages or higher per month).

Speed – printing speeds are usually measured in pages per minute (ppm). Typical examples of printing speeds are 1-2 ppm for an inkjet and 8 ppm and above for a laser printer.

Page 57: Bis Chapter3

Multi-function devices (MFDs)

• New printers that offer additional functions such as scanning, faxing and photocopying.

• These printers, called multi-function devices (or MFDs), often come with an automatic document feeder, allowing them to scan, copy or fax as many as 50 pages at a time.

Page 58: Bis Chapter3

Selecting output devices

Factors that should be considered when selecting an output device are:

• Appropriateness• Permanence• Response time• Speed• Cost

Page 59: Bis Chapter3

Storage devices

• Storage devices (Figure 3.8) are used to store programs, data awaiting processing and the information resulting from computer processing.

• Storages devices are categorized as primary storage when the data is loaded into computer memory or secondary storage when the data is stored on a separate device where the information will be retained even if the machine is switched off.

• Floppy and hard disks are examples of secondary storage.

Page 60: Bis Chapter3

Figure 3.8 Storage devices in context

Page 61: Bis Chapter3

Units of data measurement

• A bit is a single binary digit and represents a 0 (zero) or a 1. The bit is the smallest unit of measurement.

• A byte is made up of eight bits and represents a value between 0 and 255. A byte can be thought of as the amount of space required to hold a single character.

• A kilobyte (KB) is approximately 1000 bytes.• A megabyte (MB) is approximately 1000 Kb.• A gigabyte (GB) is approximately 1000 Mb.

Page 62: Bis Chapter3

Secondary storage – floppy disk

• A floppy disk consists of a plastic disk, coated with a magnetic covering and enclosed within a rigid plastic case.

Page 63: Bis Chapter3

Secondary storage – hard disk drive

• Hard disk drives are a standard feature of a modern personal computer.

• They are used to store the computer’s operating system, application software and data.

• A hard disk drive (Figure 3.9) stores data upon a number of rigid platters that are rotated at very high speeds. Since the magnetic read/write heads float above the surface of the platter, the drive mechanism is enclosed within a vacuum to protect against dust and other contaminants.

Page 64: Bis Chapter3

Figure 3.9 Different views of the platters and sectors on hard disk drives

Page 65: Bis Chapter3

Secondary storage – flash drives

• A flash drive is a portable storage device that connects to a computer via a standard USB port.

• Data are stored in flash memory, in an EEPROM (electrically erasable programmable read-only memory) chip that can retain its contents for as long as ten years before it begins to degrade.

Page 66: Bis Chapter3

Secondary storage – CD-ROM

• The CD-ROM drive arose from the audio compact disc player and began to gain popularity during the late 1980s.

• CD-ROM stands for “compact disc – read-only memory” denoting that CD-ROM discs are read-only devices.

• The data on a compact disc are encoded as a series of dips and raised areas. These two states represent binary data – the same number system used by microprocessors. The player shines a laser beam onto the surface of the disc and measures the light that is reflected back. The intensity of the light that is reflected back enables the player to distinguish individual binary digits.

Page 67: Bis Chapter3

Secondary storage – CD-ROM

Advantages of the compact disc are:• A compact disc has a very high storage

capacity. A standard disc is able to store 650 Mb of data. This is equivalent to approximately 2 million pages of text or 74 minutes of high-quality music.

• The costs associated with CD-ROM storage are typically very low. CD-ROM drives are inexpensive and can be repaired or replaced easily.

Page 68: Bis Chapter3

Secondary storage – CD-ROM

Disadvantages of the compact disc are:• Compact discs are relatively fragile. They are

easily damaged, for example by accidental scratches or exposure to heat.

• CD-ROM is relatively slow in comparison to other storage devices such as the hard disk drive.

• CD-ROM is a read-only medium. Although listed as a disadvantage, this can sometimes be seen as an advantage since unauthorized changes and accidental erasure of data can be prevented.

Page 69: Bis Chapter3

Secondary storage – CD-ROM

• A variation on the traditional CD-ROM drive is the CD-recordable (CDR) drive. – These drives cannot only read conventional compact discs

but can also write data to special gold or silvered-colored discs.

– Compact discs produced in this way are known as write-once discs (WORM), that is, once data has been stored on the disc it cannot be altered or erased.

• A more recent development is the CD re-writable (CDRW) drive. In addition to providing the functionality of the CDR drive, the CDRW drive allows the use of special compact disc media that can be written and erased many times.

• It is a cost-effective method of data backup of volumes previously only possible through tape backup.

Page 70: Bis Chapter3

Secondary storage – DVD

• Digital versatile disc (DVD) players began to gain popularity in 1997 and are now fitted as a standard component of many new personal computers. One common applications for DVD is as a distribution medium for full-length feature films.

• DVD offers two important benefits to users.– The disc used by a DVD player offer extremely high

storage capacities, typically between 4 and 7 GB.– Data held on DVD can be accessed at very high

speeds.

Page 71: Bis Chapter3

Secondary storage – magnetic tape

Tape streamer – A common form of storage device that used magnetic tape as a storage medium.

Major characteristics of magnetic tape include:• Magnetic tape allows only sequential access – data can

only be accessed in strict order.• The costs associated with the use of magnetic tape as a

storage medium are extremely low.• Storage devices based on magnetic tape are considered

extremely slow. • Magnetic tape are mainly used for archiving and

backup applications.• Magnetic tape is relatively fragile and is easily

damaged.

Page 72: Bis Chapter3

Primary storage – memory

• There are two broad categories of computer memory: volatile and non-volatile.

• The contents of volatile memory are lost when the power to the device is switched off.

• Non-volatile memory retains its contents until changed in some way.

Page 73: Bis Chapter3

Random access memory (RAM)

• RAM is used as volatile, working storage, holding instructions and data that are waiting to be processed.

• The contents of RAM are volatile, that is, any data held is lost when the power to the computer system is switched off.

• A typical computer system will feature 128 or 256 Mb or more of RAM.

• In general, the more RAM a computer system is equipped with, the faster it will operate and the more powerful it will be in terms of the complexity of the programs it can run.

• RAM is also found in a number of other devices, for example in a printer RAM is used to store an image of the document to be printed.

Page 74: Bis Chapter3

Read-only memory (ROM)

• The contents of read-only memory (ROM) are fixed and cannot be altered.

• ROM is non-volatile making it ideal as a means of storing the information needed for a device to function properly.

• In a computer system, the basic information needed so that the computer can access disk drives and control peripherals is stored in ROM preventing users from accidentally deleting or altering information essential to the computer’s operation.

Page 75: Bis Chapter3

Selecting storage devices

The selection of a storage device will normally be based upon speed, storage capacity and cost.

• Speed• Capacity• Cost of storage• Other factors:

– Reliability of a storage device– Permanence of storage– Security measures

Page 76: Bis Chapter3

Storage-type summary of selection criteria

Storage medium Speed Cost Capacity Permanent

Magnetic tape Very slow Very low Very high No

Floppy disk Slow Low Very low No

Hard disk drive Fast Low Very high No

CD-ROM Slow Low Very high Yes

Memory Very fast High Low No/yes

Page 77: Bis Chapter3

Selecting storage devicesSpeed• The speed of a storage device is usually measured in terms

of its access time (sometimes known as “seek time”) and data transfer rate.

• The access time refers to the average time taken to locate a specific item of data.– Access time are normally given in milliseconds, for

example a typical hard disk drive might have an access time of 11ms

– The data transfer rate describes how quickly the device is able to read continuous blocks of data. It is normally expressed in terms of kilobytes or megabytes. Typical data transfer rate for a CD-ROM drive might be given as 900 kb per second, while a hard disk drive might transfer more than 6 Mb per second.

Page 78: Bis Chapter3

Selecting storage devices

Capacity• The storage capacity of a given device will

measured in kilobytes, megabytes or gigabytes.• In general, a fixed storage device will operate

faster than one that uses removable media.• Many applications generate large data files that

cannot be stored conveniently on removable media.

Page 79: Bis Chapter3

Selecting storage devices

Cost of storage• The costs associated with storage devices are

normally given in terms of cost per megabyte.• In some cases, the cost per megabyte is based

upon the cost of the hardware (e.g. hard disk drive), in others it is based upon the cost of media (e.g. floppy disk).

Page 80: Bis Chapter3

Selecting storage devices

Other factors• Reliability of a storage device

– A hardware failure might prevent all access to important business data.

– Errors introduced when storing or reading data might also have serious consequences.

• Permanence of storage is important if there is a need to protect data from being deleted or altered.

• Security measures are necessary to prevent data from being stolen or damaged.– Removable media can be transported easily– Fixed devices are less vulnerable but also less versatile.

Page 81: Bis Chapter3

Processors

• The Central Processing Unit (CPU) or processor – uses instructions from software to control the different components of a PC.

• CPU found within a computer consists of two components: – a control unit – an arithmetic logic unit (ALU).

• The control unit controls the operation of all hardware, including all input/output operations.

• The ALU carries out arithmetical calculations, for example, addition and can also make comparisons between values.

Page 82: Bis Chapter3
Page 83: Bis Chapter3

Processors• The speed of a processor will depend upon a number of

different factors.• Two such factors are clock speed and bus width.

– The clock speed (measured in MHz) determines how many instructions per second the processor can execute.

– The bus width describes how many pieces of data can be transmitted at one time.

• In both cases, the higher the value, the more powerful the processor.

• For example, clock speeds for the Pentium range of processors have varied from 60 Mhz in early versions through to several GHz in more recent versions (Table 3.2).

Page 84: Bis Chapter3

Table 3.2 Historical improvements in processor capability

Date Name Transistors and microns

Clock speed in MHz

MIPS (millions of instructions

per second)

1974 8080 6k ,6 2 0.64

1979 8088 29k, 3 5 0.33

1982 ‘286 134k, 1.5 6 1

1985 ‘386 275k, 1.5 16 5

1993 Pentium 3.1M, 0.8 60 100

1997 Pentium II 7.5M, 0.35 233 400

1999 Pentium III 9.5M, 0.25 450 1000

2001 Pentium 4 42M, 0.18 1500 1500

Page 85: Bis Chapter3

Processors

• Not all aspects of performance of a computer are governed by the processor.

• As a general rule, the faster the processor, the faster and more efficient the computer.

• Virtual memory, RAM capacity, had-disk speed and graphics cards can also have a significant impact on overall system speed.

Page 86: Bis Chapter3

Graphics card

• A graphics card enables a computer to display text or graphics on a monitor.

• The graphics card prepares and stores the image in memory prior to showing it on the screen.

• When the image is complete, it is transmitted to the monitor and displayed.

Page 87: Bis Chapter3

Graphics card (Continued)

• Amount of memory available to a graphics card determines the maximum resolution of the image and how many colors can be displayed.

• All graphics cards support the VGA (video graphics array) standard which specifies a maximum range size of 640 by 320 pixels, displayed in 16 colors.

• A VGA display can be achieved with just 256 kb of memory but larger images with more colors can require 1 Mb of memory or more.

• Many graphics cards are supplied with 64 Mb, 128 Mb, or even 256 Mb of memory, allowing them to display very complex images at large sizes.

Page 88: Bis Chapter3

Graphics card standards

Standard Highest resolution Maximum colours

MDA Text only 2

Hercules 720 by 348 2

CGA 640 by 200 2

EGA 640 by 350 16

VGA 640 by 480 16

XGA 1024 by 768 65 000

SVGA 1600 by 1200 16 million

Page 89: Bis Chapter3

Motherboard• The motherboard (Figure 3.12) is the main circuit

board within a computer and houses the processor, memory, expansion slots and a number of connectors used for attaching additional devices, such as a hard disk drive. Any device that forms part of the motherboard is able to communicate with the processor directly.

• The motherboard will contain a ROM chip that holds the computer’s BIOS. The BIOS (basic input/output system) contains software that controls all of the computer’s most basic activities.

• It is the BIOS that allows the keyboard, display, hard disk drives, serial ports and other devices to function.

• The BIOS is stored in ROM so that it is always available and cannot be accidentally damaged or erased.

Page 90: Bis Chapter3
Page 91: Bis Chapter3

Motherboard (Continued)• Storage devices, such as hard disk drives, are attached

via the motherboard’s I/O (input/output) connections. • At least two serial ports are also supported, allowing

mouse, modems, printers and a range of other devices to be connected.

• In addition, a parallel port is normally used to connect a printer, scanner or other device.

• Expansion slots allow additional devices to be connected to the computer.

• A computer’s capabilities can be extended by adding special circuit boards (known as expansion cards) to the motherboard.

• Common expansion cards include graphics card, modems and sound cards (Figure 3.13)

• A typical computer will feature up to six expansion slots.

Page 92: Bis Chapter3

Figure 3.13 A typical expansion card for use with a personal computer

Page 93: Bis Chapter3

Selecting hardware suppliers• The process of selecting a supplier for hardware

is often known as vendor analysis.• Large purchases may involve the organization in

producing a tender document.• A tender document is an invitation to suppliers,

asking them to bid for the right to supply an organization’s hardware, software and other requirements.

• An organization selects a supplier by examining each response to the invitation to tender in detail.

Page 94: Bis Chapter3

Tenders

Tender documents will ask for important information about potential suppliers.

• Size of the organization (staffing, premises, turnover, etc.)

• Number of years of experience• Details of any major projects undertaken• Details of any previous customers who may be

willing to provide references.

Page 95: Bis Chapter3

Evaluating proposals

• There are three basic criteria for evaluating a supplier’s proposals. These are based on technical, cost and support issues.

• Technical issues refer to the extent to which the proposal satisfies the hardware and software requirements set out in the tender document or statement of requirements. They include:– Performance: whether or not hardware will

perform as specified.– Compatibility: equipment is compatible with the

company’s existing systems, particularly any software packages already in use.

Page 96: Bis Chapter3

Evaluating proposals (Continued)

• Cost issues describe the overall cost of the project, including: installation, ongoing maintenance and factors involving methods of finance.

• Consideration must be given to different costs associated with the purchase of a new computer system.– Initial cost covers the purchase of hardware,

installation and training.– Ongoing costs include insurance and maintenance

and are paid over the life of the system. Ongoing costs are known as the “total cost of ownership” (TCO).

Page 97: Bis Chapter3

Evaluating proposals (Continued)Support issues describe the reputation of the supplier in terms of their ability to provide adequate support, training, advice, repairs and maintenance.

• Training – offer a range of training courses that cater for mixed abilities and enable users to reach different levels of competence.

• Maintenance --- suppliers should guarantee that important repairs are carried out within a fixed time period.

• Implementation – The use of a single supplier can ensure that the project runs more smoothly and simplifies the division of responsibilities.

• Backup facilities – a backup or disaster recovery site reproduces an organization’s computing facilities in order to provide a measure of protection against a major breakdown.

Page 98: Bis Chapter3

Evaluation methods

• Benchmarking describe the process of testing the performance of computer equipment.– Having carried out a series of benchmark tests, the results

can be compared against similar items in order to make the best selection.

• Scoring systems– The requirements are used to devise a list of criteria for the

selection of a given piece of hardware or a supplier.– The relative importance of each factor is determined by a

weighting factor.– Each item or supplier is assigned a series of scores based

on the criteria in the weighted ranking table.– The total score for each item or supplier is calculated and

used as the basis for final selection.

Page 99: Bis Chapter3

Evaluating proposals (Continued)