Information Systems Hardware (2024)

Chapter 4

Information Systems Hardware

4.1 Organization of Computer Systems

Almost all computer systems have a similar, rathersimple, structure consisting of a processor, main memory, and peripheral devices such assecondary storage, and input and output devices.

What is the Structure of a Computer System?[Figure 4.1][Slide 4-1]

A computer system is a set of devicesthat can accept and store programs and data, execute programs by applying theirinstructions to the data, and reporting the results.

Figure 4.1 explains the general organization ofcomputer system hardware. The principal components of a computer system are the processor,main memory, input and output devices, and secondary storage. Stress to students that thesame organization is used to build a microcomputer for a desktop or for a mainframe.

The Processor (CPU)

The central processing unit is the mostimportant hardware component of a computer system. It is known as the CPU, the central processoror instruction processor, and the main microprocessor in a microcomputer. Data isprocessed and stored in a computer system through the presence or absence of electronic ormagnetic signals in the computer's circuitry ofthe media it uses. This is called a Atwo-stateor binary representation of data, since the computer and media can exhibit only twopossible states or conditions (1s and 0s).

The CPU can be divided into two major subunits whichinclude the arithmetic-logic unit (ALU) which performs the arithmetic and logic functionsrequired in processing and the control unit which interprets computer program instructionsand transmits directions to the other components of the computer system.

Main Memory [Figure 4.2][Slide 4-4]

The main memory is a fast electroniccomponent of the computer system that serves to store programs to be executed by the CPUand the data these programs require. A main memory consists of a large number oflocations, identified by their addresses, as shown in Figure 4.2.

A bit is the smallest element of data,(binary digit) which can have a value of zero or one. The capacity of memory chips isusually expressed in terms of bits, whereas a byte is the basic grouping ofbits that the computer operates as a single unit. It typically consists of 8 bits and isused to represent one character of data in most computer coding schemes (e.g., 8 bits = 1byte). The capacity of a computer's memory and secondary storage devices is usuallyexpressed in terms of bytes. A word is the largest number of consecutivebytes that can be accessed at one time in the main memory.

Commonly used codes for representing characters incomputer systems through various arrangements of bits are:

1. ACSII (American Standard Code for InformationExchange)

2. EBCDIC (Extended Binary Coded Decimal InterchangeCode) - pronounced: EB SEE DICK

Multimedia computing integrates variousmedia, such as text, graphics, sound, and video, is becoming more popular and therefore,images are often stored as well. A memory representation of an image is the equivalent ofa grid of dots called pixels (picture elements).

The primary storage (main memory) on most moderncomputers consists of microelectronic semiconductor memory circuits, referred to as RAM (randomaccess memory). Memory chips with capacities of 256K bits, 1 megabit, 4 megabits,16 megabits, and 32 megabits are now being used in many computers.

Advantages of semiconductor memory are:

1. Small size

2. Fast speed

3. Shock and temperature resistance

4. Reasonably low cost due to mass production.

Disadvantage of semiconductor memory are:

1. Volatility (uninterrupted electric power must be supplied or the contents of memory will be lost (except with read only memory, which is permanent)).

Two basic types of semiconductor memory:

1. Random Access Memory (RAM):

- these memory chips are the most widely used primary storage mediums. Each memory position can be both read and written, so it is also called read/write memory. This is a volatile memory.

2. Read Only Memory (ROM):

- Nonvolatile random access memory chips are used for permanent storage. ROM can be read but not erased or overwritten. Instructions and programs in primary storage can be permanently "burned in" to the storage cells during manufacturing.

Peripherals

Secondary storage devices (such as disks and tapedrives), along with input and output devices are called peripherals, inputand output devices transfer programs and data between the outside world and the mainmemory.

4.2 Computer Categories: Microcomputers, Mainframes,and Supercomputers

Computer system hardware is now available in aspectacular variety of capabilities and costs. The relative cost of hardware as comparedto software has declined no less impressively. The challenge consists in using informationtechnology to increase operational efficiency and managerial effectiveness, and,ultimately, to deploy it to seek competitive advantage.

What are the Categories of Computers:

Computer systems have evolved through several majorstages or generations. Each generation is characterized by major changes intechnology and processing power. As well, each generation has become smaller, faster, morereliable, and less costly to purchase and maintain. The principal characteristic of acomputer generation is the fundamental technology employed to build computer circuits. Verylarge-scale integration (VLSI) made it feasible to place millions of semiconductordevices on a single silicon chip. This translates into the high speeds of processor chipsand the high capacities of memory chips.

Computer Generations: [Figure 4.3]

Generation Time Period Based On

First generation 1951-1958 Vacuum tubes

Second generation 1959-1963 Transistors

Third generation 1964-1979 Integrated circuits

Fourth generation 1979-present LSI/VLSI (large scaleintegration)

Fifth generation 1990s

Computer systems are typically classified in fourcategories: [Figure 4.3]

1. Microcomputers

2. Minicomputers (midrange) computers

3. Mainframe computers

4. Supercomputers.

Microcomputers [Figure 4.4][Slide 4-5]

Microcomputers are the smallest but mostimportant categories of computers systems for end users. They are also referred to aspersonal computers (or PC's). The computing power of current microcomputers exceeds thatof the mainframe computers of previous generations at a fraction of their cost. They havebecome powerful professional and technical workstations being used by endusers in businesses and other organizations such as industrial design wherehigh-resolution graphic processing is required.

Some microcomputers and almost all technicalworkstations are now built around microprocessors called reduced instruction setcomputers (RISC). RISC processors optimize a CPU=sprocessing speed by using a smaller number instruction set. Basically, this means thatthey use a smaller number of the basic machine instructions that a processor is capable ofexecuting. By keeping the instruction set simpler and using more complex software, RISCprocessors can reduce the time needed to execute program instructions. The majority ofpopular computers use CISC (Complex Instruction Set Computer).

Microcomputers Microcomputers Microcomputers

categorized by size categorized by use categorizedby special purpose

1. Handheld 1. Home 1. Personal Digital Assistants

2. Notebook 2. Personal 2. Network Computers

3. Laptop 3. Professional

4. Portable 4. Workstation

5. Desktop 5. Multiuser

6. Floor-standing

Minicomputers (midrange)

Minicomputers entered the business scene fromscientific and engineering applications.

1. Are general purpose computers that are larger and more powerful than most microcomputers but are smaller and less powerful than most large mainframes.

2. Are often used as dedicated processors for computer-assisted design (CAD) or on-line transaction processing (OLTP), where real-time demands of fast response have to be met.

3. Often employed as corporate computers in mid-size organizations or as departmental computers in larger firms, where they communicate with personal computers on the one hand and with corporate mainframes on the other.

4. Cost less to buy and maintain than mainframe computers.

5. Can function in ordinary operating environments (do not need air conditioning or electrical wiring).

6. Smaller models of minicomputers do not need a staff of specialists to operate them.

Applications:

1. Used for a large number of business and scientific applications (scientific research, instrumentation systems, engineering analysis, and industrial process monitoring and control)

2. Serve as industrial process-control and manufacturing plant computers, and they play a major role in computer-aided manufacturing (CAM), and computer-aided design (CAD) applications.

3. Used as front-end computers to help mainframe computers control data communications networks and large numbers of data entry terminals.

4. Are popular as powerful network servers in department, offices, and work sites.

Mainframes

The traditional sharp distinction between minicomputersand mainframes is becoming cloudy. However, mainframes are still considered the largestcomputers in general use.

1. Are large, powerful computers that are physically larger and more powerful than micros and minis.

2. Usually have one or more central processors with faster instruction processing speeds (MIPS).

3. Have large primary storage capacities.

4. Can support more input/output and secondary storage devices.

5. Can support hundreds of users concurrently.

6. Cost more to buy and maintain than mini computers.

7. Most mainframe computers need to operate in special environments (air conditioning and special wiring)

8. Professionals are required to operate them.

Applications:

1. Handle the information processing needs of government agencies and business organizations with many employees and customers

2. Handle enormous and complex computational problems.

3. Act as host computers for distributed processing networks that include smaller computers. Used in National and International computing networks.

Supercomputers

Are a special category of extremely powerful mainframecomputer systems specifically designed for high-speed numeric computations. They arecapable of carrying out billions of arithmetic operations per second. Supercomputers,exploit several design approaches, all based on parallel processing at some level ofcomputer design. In parallel processing, impressive speeds are achieved byperforming a large number of operations simultaneously.

Traditional supercomputing is being successfullychallenged by massively parallel computing - systems that last togetherhundreds, or even thousands, of microprocessors.

Applications:

1. Government agencies

2. Military defence systems

3. National weather forecasting agencies

4. Large timesharing networks

5. Major corporations.

4.3 Secondary Storage

Secondary storage is used for long term (permanent)storage of data and programs. Secondary storage devices include magnetic disks and tapeunits. Before the contents of secondary storage can be processed, they must be broughtinto the primary (main) storage units. Magnetic technologies (disks and tapes) are nowbeing challenged by optical disks for use as secondary storage devices.

Memory Hierarchy

A demand for computer memory has grown steadilythroughout the history of computers. A variety of memory technologies offer a tradeoffbetween high speed on the one hand and low costs and high capacity on the other. Computermemories are therefore organized into a hierarchy. Explanation of memory hierarchy:

Semiconductor Memories: [Figure 4.8][Slide 4-6]

1. At the top of this hierarchy, the fastest memory units are actually registers included in the CPU, where data are brought in to be manipulated by the ALU which performs the arithmetic and logic functions required in processing. The registers in the CPU are specialized circuits which are used for high-speed, temporary storage of instruction or data elements during the execution of an instruction.

2. Cache memory is a high-speed temporary storage area in the CPU for storing parts of a program or data during processing.

3. Main memory is used to store the programs currently being processed, as well as the data they currently need or produce.

4. Semiconductor memory is volatile - their contents are lost when power is turned off.

Advantages of semiconductor memory are:

1. Small size

2. Fast speed

3. Shock and temperature resistance

4. Reasonably low cost due to mass production.

Disadvantage of semiconductor memory are:

1. Volatility (uninterrupted electric power must be supplied or the contents of memory will be lost (except with read only memory, which is permanent)).

Secondary Storage (lower stages of the memoryhierarchy)

Magnetic disk or erasable optical disk & Magnetictape or nonerasable optical disk

1. These devices offer nonvolatile, permanent means of storing large volumes of programs and data.

2. To be used by the processor, these programs and data items must first be transferred to the main memory.

3. These devices offer nonvolatile, permanent means of storing large volumes of programs and data.

4. The principal device for on-line storage today is the magnetic disk. The medium used for archival storage is magnetic tape. Optical disks suffer from the disadvantage of slower speeds, but their higher storage capacities make them a competitor of the magnetic media as a means for secondary storage.

Computer storage elements: [Table 4.3]

Bit The smallest element of data, (binary digit)which can have a value of zero or one. The capacity of memory chips is usually expressedin terms of bits.

Byte Is the basic grouping of bits that thecomputer operates as a single unit. It typically consists of 8 bits and is used torepresent one character of data in most computer coding schemes (e.g., 8 bits = 1 byte) .The capacity of a computer=s memory andsecondary storage devices is usually expressed in terms of bytes.

Kilobytes Is a measurement of storage capacity.Abbreviated as KB or K = one thousand bytes (1,024 or 210)

E.g., 640K = 640 x 1024 = 655,360 NOT 640,000

Megabytes Is a measurement of storage capacity.Abbreviated as MB or M = one million bytes (1,024 or 220)

Gigabyte Is a measurement of storage capacity.Abbreviated as GB or G = one billion bytes (1,024 or 230)

Terabyte Is a measurement of storage capacity.Abbreviated as TB or T = one trillion bytes ((1,024 or 240)

Magnetic Disks

Magnetic disks are secondary storage devices thatafford the capability of both direct (random) and sequential access to records. Sequentialaccess means that all records must be accessed in the sequence in which they arestored until the desired record is reached. Direct access to a record meansthat the record can be accessed by its disk address, without the need to access anyintermediate records.

Advantages of magnetic disk storage:

1. Fast access

2. High storage capacities

3. Reasonable cost.

The two basic types of magnetic disk media are:

1. Conventional (hard) metal disks

2. Flexible (floppy) diskettes.

Magnetic Disks are thin metal or plasticdisks that are coated on both sides with an iron oxide recording material. They recorddata on circular tracks in the form of tiny magnetized sports representing binarydigits. All tracks with equal radiuses on a disk make up a cylinder. A disk surfaceis divided into pie-shared sectors.

There are several types of magnetic disk arrangements,including removable disk packs and cartridges as well as fixed disk units. The removabledisk devices are popular because they can be used interchangeable in magnetic disk unitsand stored offline for convenience and security when not in use.

Floppy Disks: A small plastic disk coatedwith iron oxide that resembles a small phonograph record enclosed in a protectiveenvelope. It is a widely used form of magnetic disk media that provides a direct accessstorage capability for microcomputer systems.

Hard Disk Units: A combination ofmagnetic disks coated with iron oxide, and sealed into a module. These nonremovabledevices allow higher speeds, greater data-recording densities, and closer toleranceswithin a sealed, more stable environment.

RAID: Large-capacity mainframe diskdrives are being challenged by disk arrays of interconnected microcomputer hard diskdrives to provide many gigabytes of online storage. RAID (Redundant arrays of inexpensivedisks).

Advantages:

1. Provide large capacities with high access speeds since data is accessed in parallel over multiple paths from many disks.

2. Provide fault tolerant capability, since their redundant design offers multiple copies of data on several disks. If one disk fails, data can be recovered from backup copies automatically stored on other disks.

Magnetic Tape

Magnetic Tape is a plastictape with a magnetic surface on which data can be stored by selective magnetization ofportions of the surface. Magnetic tape has an obvious limitation - it permits onlysequential access. However, it is the least expensive of the commonly used storage mediaand is widely used to back up magnetic disks, although it has also been employed foron-line secondary storage in the batch applications of many legacy systems.

Optical Disks

Optical technologies, which offer far higher storagedensities and thus far higher capacities than magnetic devices, are revolutionizingsecondary storage. Most exciting is the expansion of computer capabilities in thedirection of multimedia.

Optical disks offer direct access to information. Thetechnology is based on using a laser to read tiny spots on a plastic disk. The disks arecurrently capable of storing billions of characters of information. The main disadvantageis slower access as compared to magnetic disks.

CD-ROM

A most common type of optical disk used onmicrocomputers. There are used for read only storage. Storage is more than 600 megabytesper disk. This is equivalent of more than 400 (1.44 megabyte floppy) disks or 300,000double-spaced pages of text. Data are recorded as microscopic pits in a spiral track, andare read using a laser device.

WORM - Write Once, ReadMany.

The data is stored once on the disk, however, it can beread an infinite number of times. They are used mainly to store archival information.

Disadvantage of CD-ROM, WORM:

1. Recorded data cannot be erased.

Major use of optical disks in mainframe and midrangesystems is:

1. Image processing, where long-term archival storage of historical files of document images must be maintained.

Major use of CD-ROM disks is:

1. Provide companies with fast access to reference materials in a convenient, compact form.

2. Interactive multimedia applications in business, education, and entertainment. Multimedia is the use of a variety of media, including text and graphics displays, voice, music, and other audio, photographs, animation, and video segments.

Erasable Optical Disks

Erasable optical disks are full-fledged competitors ofmagnetic disks. Their access time is slower than magnetic disks. However, their capacitiesare high for a microcomputer configuration. They offer unlimited capacity because thecartridge is removable, and they also can be securely stored away from the compute

4.4 Input Devices

More and more data and instructions are entered into acomputer system directly through input devices such as keyboards, electronic mice, pens,touch screens, optical scanning wands etc.

Keyboards

The keyboard is the principal input device in virtuallyall microcomputers. A variety of special-purpose keyboards are used for data input invarious applications, such as securities trading or fast-food outlets.

The general trend is away from keyboarding and towarddirect capture of data at the source with devices for source data automation:the use of input technologies that capture data in a computer-readable form as the dataare created.

Pointing Devices:

Pointing devices allow end users to issue commands ormake choices by moving a cursor on the display screen. Pointing devices such as the mouseenables users to easily choose from menu selections and icon displays using point-and-clickor point-and-drag methods. Icons - are small figures that look like familiardevices. E.g., file folders, wastebaskets, calculators, calendars etc. Using icons helpssimplify computer use since they are easier to use with point devices than menus and othertext-based displays.

Devices for Direct Date Entry [Figures 4.11& 4.12]

Image Scanners: Input device thatdigitizes and enters into computer memory images of figures, photographs, or signeddocuments.

OCR Scanner: Optical CharacterRecognition Scanners consist of a combination of hardware and software that can recognizeprinted or typed text and various codes and enter the corresponding characters intocomputer memory.

Bar-Code Scanner Input device that readsbar code.

Smart Card Plastic cards that carriesdata on a built-in semiconductor chip, or on a laser-optic or magnetic strip.

Voice Data Entry Relying on the devicesthat can accept spoken input.

4.5 Output Devices

The principal output devices are video displays forsoft-copy and printers for hard-copy output.

Video Displays

Video displays are the most common type of computeroutput. Most video displays use a cathode ray tube (CRT) technology. Liquid crystaldisplays (LCD's) are commonly used for portable microcomputers and terminals. They useless electricity that the CRT and provide a thin, flat display. Plasma display - useelectrically charged particles of gas (plasma) trapped between glass plates. They aresignificantly more expensive than CRT and LCD units. However, they use less power andprovide for faster display speed and better quality displays.

An X-terminal can be utilized by a userfrom a workstation other than their own. An X terminal has a limited processingcapability, is used to access services provided by other computers to which it isconnected. Such a terminal includes a keyboard and a mouse, but no disk drive, and givesits user a window-type interface.

Printers and Other Hard-Copy Output Devices

After video displays, printed output is the most commonform of visual output for the user interface. Most computers use printers to producepermanent (hard copy) output in human-readable form.

Impact Printers

Are printers that form characters and other images onpaper through the impact of a printing mechanism that presses a printing element and aninked ribbon or roller against the face of a sheet of paper (e.g., dot matrix printers,high-speed line printers).

Non-Impact Printers

Are printers which do not utilize a printing mechanism(e.g., laser printers and ink jet printers).

Plotters

Are output devices that draw graphics displays onpaper. Also, produce printed paper output.

4.6 Enriching Business Systems with Multimedia [Figure4.15][Slide4-7]

As computing power and storage capacities are matchedby the growing telecommunications capabilities, multimedia computing increasingly entersbusiness life. Multimedia computing integrates various media, such as text,data, graphics, sound, still images, and motion video, and enables the user to interactwith such a system.

The most advanced applications of multimedia computingare the virtual reality (VR) systems that immerse users in three-dimensional artificialworlds, creating an illusion of an alternative reality.

Multimedia computing is increasingly enablinginnovative systems in various business domains such as:

1. Marketing

2. Engineering and manufacturing

3. Human resource management

4. Training

Information Systems Hardware (2024)

References

Top Articles
Latest Posts
Article information

Author: Edwin Metz

Last Updated:

Views: 6261

Rating: 4.8 / 5 (78 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Edwin Metz

Birthday: 1997-04-16

Address: 51593 Leanne Light, Kuphalmouth, DE 50012-5183

Phone: +639107620957

Job: Corporate Banking Technician

Hobby: Reading, scrapbook, role-playing games, Fishing, Fishing, Scuba diving, Beekeeping

Introduction: My name is Edwin Metz, I am a fair, energetic, helpful, brave, outstanding, nice, helpful person who loves writing and wants to share my knowledge and understanding with you.