COMPUTER SYSTEMS. Section 1

Similar documents
Chapter 4 IT Infrastructure: Hardware and Software

What is the typical configuration of a computer sold today? 1-1

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Chapter Three. Hardware Basics: Peripherals

What is Data Storage?

INFS 214: Introduction to Computing

Community Development and Training Centre Semester IT 245 Management Information Systems

An Overview of the Computer System. Kafui A. Prebbie 24

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Memory Study Material

Intentionally Blank 0

Information Technology Training Package ICA99

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Chapter One. Introduction to Computer System

Discovering Computers 2008

Components of a personal computer

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Good morning! Hardware: Input, Processing, Output, and Storage Devices

Computer Technology Flash Card 2

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

- Input hardware - Processing hardware - Storage hardware

Chapter. IT Infrastructure: Hardware and Software

Introduction to Computers

Parts of Computer hardware Software

CLASSIFYING AND EVALUATING COMPUTERS

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Computers Are Your Future

vinodsrivastava.wordpress.com

CMSC 1513 Lecture 1.2

Chapter 2 Basic Computer Configuration

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

Computer Concepts and C Programming. Unit I 06CCP13

INTRODUCTION TO COMPUTERS

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Computers Are Your Future Prentice-Hall, Inc.

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Storage. Chapter3 ITBIS105

Terminology, Types of Computers & Computer Hardware

Computer Principles and Applications SSC. 151 Dr. Abdel-Hameed Nawar Spring Solution Key to Problem Set 3

Total Mark out of 35

Day 3. Storage Devices + Types of Memory + Measuring Memory + Computer Performance

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

Basic Computer Hardware Notes in PDF

ICT REVISION WORKSHEET YEAR 9

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

Components of a Computer System

Lecture 2 Winter 2006 Essentials of Computing

lesson 3 Transforming Data into Information

Introduction to Computers. Joslyn A. Smith

Chapter 1. Computer Fundamentals-I

Computer Systems. Objectives. Chapter 5

Unit 5: Memory Organizations

Arithmetic/logic Unit (ALU)

Sahalsoftware college. Welcome To understanding Basic Computer Concept

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

C H A P T E R 1. Introduction to Computers and Programming

Input: is any data or instructions that are used by a computer.

Chapter 2: Computers: The Machines Behind Computing.

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Topic 4: Storage Devices

1 Anatomy of a Digital Computer

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

ST. MARY S COLLEGE FORM 4

COMPUTER STORAGE DEVICES

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

Grade 5 lesson 2 Computer storage and computer care and you

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

PC Connections. A typical computer connects to the world around it in three different ways: Input/output devices Ports Networking.

Ch. 1: Computer System part I

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Unit 3 Part B. Computer Storage. Computer Technology

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

Computer Applications Final Review COMPUTER BASICS REVIEW

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition

Chapter 1: Why Program? Computers and Programming. Why Program?

Week 0: Intro to Computers and Programming. 1.1 Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

COMPUTING FUNDAMENTALS

The personal computer system uses the following hardware device types -

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Chapter 2. Working with Disks and Other Removable Media

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Computers Are Your Future

Input/Output. Display Keyboard Mouse Removable storage

Chapter 2: A Closer Look at Hardware and Software

Computer Fundamentals

Input and Output Devices

Downloaded From :

Full file at

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Transcription:

COMPUTER SYSTEMS Section 1 BITS AND BYTES In order for information to flow through a computer system and be in a form suitable for processing, all symbols, pictures, or words must be reduced to a string of binary digits. A binary digit is called a bit and represents either a 0 or a 1. In the computer, the presence of an electronic or magnetic signal means 1, and its absence signifies 0. Digital computers operate directly with binary digits, either singly or strung together to form bytes. A string of 8 bits that the computer stores as a unit is called a byte. Each byte can be used to store a decimal number, a symbol, a character, or part of a picture (see Figure 5W-1). Figure 5W-1 5Wa-1

Section 2 THE CENTRAL PROCESSING UNIT (CPU) Figure 5W-2 also shows that the CPU consists of an arithmetic-logic unit and a control unit. The arithmetic-logic unit (ALU) performs the computer s principal logical and arithmetic operations. It adds, subtracts, multiplies, and divides, determining whether a number is positive, negative, or zero. In addition to performing arithmetic functions, an ALU must be able to determine when one quantity is greater than or less than another and when two quantities are or are not equal. The ALU can perform logic operations on letters and other characters as well as numbers. Figure 5W-2 The control unit coordinates and controls the other parts of the computer system. It reads a stored program, one instruction at a time, and directs other components of the computer system to perform the program s required tasks. The series of operations required to process a single machine instruction is called the machine cycle. PARALLEL PROCESSING Processing can also be sped up by linking several processors to work simultaneously on the same 5Wa-2

task. Figure 5W-3 compares parallel processing to serial processing used in conventional computers. In parallel processing, multiple processing units (CPUs) break down a problem into smaller parts and work on it simultaneously. Getting a group of processors to attack the same problem at once requires both rethinking the problems and special software that can divide problems among different processors in the most efficient way possible, providing the needed data, and reassembling the many subtasks to reach an appropriate solution. Figure 5W-3 Massively parallel computers have huge networks of processor chips interwoven in complex and flexible ways to attack large computing problems. As opposed to parallel processing, where small numbers of powerful but expensive specialized chips are linked together, massively parallel machines link hundreds or even thousands of inexpensive, commonly used chips to break problems into many small pieces and solve them. 5Wa-3

Section 3 STORAGE, INPUT, AND OUTPUT TECHNOLOGIES The capabilities of computer systems depend not only on the speed and capacity of the CPU but also on the speed, capacity, and design of storage, input, and output technology. Storage, input, and output devices are called peripheral devices because they are outside the main computer system unit. Secondary Storage Technology Electronic commerce and electronic business have made storage a strategic technology. Although electronic commerce and electronic business are reducing manual processes, data of all types must be stored electronically and available whenever needed. Most of the information used by a computer application is stored on secondary storage devices located outside the primary storage area. Secondary storage is used for relatively long-term storage of data outside the CPU. Secondary storage is non-volatile and retains data even when the computer is turned off. The most important secondary storage technologies are magnetic disk, optical disk, and magnetic tape. Magnetic Disk The most widely used secondary storage medium today is magnetic disk. There are two kinds of magnetic disks: floppy disks (used in PCs) and hard disks (used on large commercial disk drives and PCs). Large mainframe or midrange computer systems have multiple hard disk drives because they require immense disk storage capacity in the gigabyte and terabyte range. PCs also use floppy disks, which are removable and portable, with lower storage capacities and access rates than hard disks. Removable disk drives are popular backup storage alternatives for PC systems. Magnetic disks on both large and small computers permit direct access to individual records so that data stored on the disk can be directly accessed regardless of the order in which the data were originally recorded. Disk drive performance can be further enhanced by using a disk technology called RAID (Redundant Array of Independent Disks). RAID devices package more than a hundred disk 5Wa-4

drives, a controller chip, and specialized software into a single large unit. Traditional disk drives deliver data from the disk drive along a single path, but RAID systems deliver data over multiple paths simultaneously, improving disk access time and reliability. For most RAID systems, data on a failed disk can be restored automatically without the computer system having to be shut down. Optical Disks Optical disks, also called compact disks or laser optical disks, use laser technology to store massive quantities of data in a highly compact form. They are available for both PCs and large computers. The most common optical disk system used with PCs is called CD-ROM (compact disk read-only memory). A 4.75-inch compact disk for PCs can store up to 660 megabytes, nearly 300 times more than a high-density floppy disk. Optical disks are most appropriate for applications where enormous quantities of unchanging data must be stored compactly for easy retrieval or for applications combining text, sound, and images. CD-ROM is read-only storage. No new data can be written to it; it can only be read. WORM (write once/read many) and CD-R (compact disk-recordable) optical disk systems allow users to record data only once on an optical disk. Once written, the data cannot be erased but can be read indefinitely. CD-RW (CD-ReWritable) technology has been developed to allow users to create rewritable optical disks for applications requiring large volumes of storage where the information is occasionally updated. Digital video disks (DVDs), also called digital versatile disks, are optical disks the same size as CD-ROMs but of even higher capacity. They can hold a minimum of 4.7 gigabytes of data, enough to store a full-length, high-quality motion picture. DVDs are initially being used to store movies and multimedia applications using large amounts of video and graphics, but they may replace CD-ROMs because they can store large amounts of digitized text, graphics, audio, and video data. Although DVDs were at first read-only, there are now writable and re-writable DVD drives and media available. Magnetic Tape Magnetic tape is an older storage technology that still is employed for secondary storage of large quantities of data that are needed rapidly but not instantly. Magnetic tape is very 5Wa-5

inexpensive and relatively stable. However, it stores data sequentially and is relatively slow compared to the speed of other secondary storage media. To find an individual record stored on magnetic tape, such as an employment record, the tape must be read from the beginning up to the location of the desired record. Typical applications are backing up applications and data or processing payroll every payroll period. Tape is not widely used today. Storage Networking To meet the escalating demand for data-intensive graphics, web transactions, and other digital firm applications, the amount of data that companies need to store is doubling every 12 to 18 months. Companies are turning to new kinds of storage infrastructures to deal with the complexity and cost of skyrocketing storage requirements. Large companies have many different storage resources disk drives, tape backup drives, RAID, and other devices that may be scattered in many different locations. This arrangement is expensive to manage and makes it difficult to access data across the enterprise. Storage networks enable firms to manage all their storage resources centrally by providing an overall storage plan for all the storage devices in the enterprise. There are alternative storage networking arrangements. In direct-attached storage, storage devices are connected directly to individual server computers and must be accessed through each server, which can create bottlenecks. Network-attached storage (NAS) overcomes this problem by attaching high-speed RAID storage devices to a network so that the devices in the network can access this storage through a specialized server dedicated to file service and storage. Storage-area networks (SANs) go one step further by placing multiple storage devices on a separate high-speed network dedicated to storage purposes. The SAN creates a large central pool of storage that can be shared by multiple servers so that users can rapidly share data across the SAN. The SAN connects different kinds of storage devices, such as tape libraries and disk arrays. SAN storage devices are located on their own network and are connected using a hightransmission technology such as Fibre Channel. The network moves data among pools of servers and storage devices, creating an enterprise-wide infrastructure for data storage. Figure 5W-4 illustrates how a SAN works. 5Wa-6

Figure 5W-4 SANs can be expensive and difficult to manage, but they are very useful for companies that need to share information across applications and computing platforms. SANs can help these companies consolidate their storage resources and provide rapid data access for widely distributed users. The growth of storage needs has forced businesses to view storage as though it were a utility; like electricity or water, they want to pay only for the storage they use. These businesses have outsourced their data storage to online storage service providers (SSP) that rent out storage space to subscribers on the web. Input and Output Devices Human beings interact with computer systems largely through input and output devices. Input devices gather data and convert them into electronic form for use by the computer, whereas output devices display data after they have been processed. Table 5W-1 describes the principal 5Wa-7

input and output devices. Table 5W-1 The principal input devices consist of keyboards, pointing devices (such as a computer mouse and touch screens), and source data automation technologies (optical and magnetic ink character recognition, pen-based input, digital scanners, audio input, and sensors), which capture data in computer-readable form at the time and place they are created. They also include radiofrequency identification (RFID) devices that use tiny tags incorporating embedded microchips containing information about an item and its location to transmit signals over a short distance to 5Wa-8

special RFID readers. The information is then transferred to a processing device. RFID is especially useful for tracking the location of items as they move through the supply chain. The principal output devices are display screens, sometimes called monitors, cathode ray tube terminals (CRTs), or video display terminals (VDTs), printers, and audio output. 5Wa-9

Section 4 BATCH AND ONLINE INPUT AND PROCESSING The manner in which data are input into the computer affects how the data can be processed. Information systems collect and process information in one of two ways: through batch or online processing. In batch processing, transactions, such as payroll time cards, are accumulated and stored in a group or batch until the time when, because of some reporting cycle, it is efficient or necessary to process them. Batch processing is found primarily in older systems where users need only occasional reports. In online processing, the user enters transactions into a device (such as a data entry keyboard or bar code reader) that is directly connected to the computer system. The transactions usually are processed immediately. Most processing today is online processing. Figure 5W-5 compares batch and online processing. Batch systems often use tape as a storage medium whereas online processing systems use disk storage, which permits immediate access to specific records. In batch systems, transactions are accumulated in a transaction file, which contains all the transactions for a particular time period. Periodically, this file is used to update a master file, which contains permanent information on entities. (An example is a payroll master file with employee earnings and deduction data. It is updated with weekly time-card transactions.) Adding the transaction data to the existing master file creates a new master file. In online processing, transactions are entered into the system immediately using a keyboard, pointing device, or source data automation, and the system usually responds immediately. The master file is updated continually. 5Wa-10

Figure 5W-5 INTERACTIVE MULTIMEDIA The processing, input, output, and storage technologies we have just described can be used to create multimedia applications that integrate sound and full-motion video or animation with graphics and text into a computer-based application. Multimedia is becoming the foundation of new consumer products and services, such as electronic books and newspapers, electronic classroom-presentation technologies, full-motion videoconferencing, imaging, graphics design tools, and video and voice mail. PCs today come with built-in multimedia capabilities, including high-resolution colour display screens, CD-ROM or DVD drives to store video, audio, and graphic data, and stereo speakers for amplifying audio output. Interactive web pages replete with graphics, sound, animation, and full-motion video have made multimedia popular on the internet. For example, visitors to CBC s interactive website can access news stories from CBC, photos, on-air transcripts, video clips, and audio clips. The video and audio clips are made available using streaming technology, which allows audio and video data to be processed as a steady and continuous stream as they are downloaded from the web. Multimedia websites are also being used to sell digital products, such as digitized music clips. A 5Wa-11

compression standard known as MP3, also called MPEG3, which stands for Motion Picture Experts Group, audio layer 3, can compress audio files down to one-tenth or one-twelfth of their original size with virtually no loss in quality. Visitors to websites such as MP3.com can download MP3 music clips over the internet and play them on their own computers. 5Wa-12