Chapter -2 Computer Hardware.

Slides:



Advertisements
Similar presentations
Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
Advertisements

INTRODUCTION OF COMPUTER
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computer Systems
Introduction to Computers
COMPUTER DEVICES Input Devices Output Devices Storage Devices
BLOCK DIAGRAM OF COMPUTER
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
INTRODUCTION TO COMPUTING
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computer Organization and Architecture.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
COMP1050 Winter 2015 Computer System Maintenance.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Components of a Computer System
 Describe the general organization and architecture of computers.  Identify computers’ major components and study their functions.  Identify the various.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
The Computer System.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 CHAPTER 2 Hardware. 2 CPU : Central Processing Unit -Every PC system unit contains at least one chip called microprocessor (cpu) attached on motherboard.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
Chapter 2 content Basic organization of computer What is motherboard
Chapter 1: Introduction to Computers and Programming
Computer Architecture and Number Systems
Hardware: Input / Output Devices
Introduction to Computers
Computer Science.
Computers Are Your Future Tenth Edition
An Overview of the Computer System
Basic Computer Hardware & Software
Technology Literacy Hardware.
Introduction to Computers
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Organization
Introduction to Computing
Introduction to Computers
Basic Computer Hardware and Software.
Looking Inside the machine (Types of hardware, CPU, Memory)
The Computer Work Stations
Information System and Management
Introduction to Computing Lecture # 1
An Overview of the Computer System
Introduction to Computers
Basic Computer Organization
Introduction to Computers
Computer The word computer comes from the word “compute” which means, to calculate” There by ,a computer is an electronic device that can perform arithmetic.
Logical Computer System
Fundamental of computer
- CHAPTER 2 – Hardware.
COMPUTER FUNDAMENTALS i
Basic Computer Organization
Module I Keyboarding UNIT 1 LESSONS 1-20
Introduction to Computers
Presentation transcript:

Chapter -2 Computer Hardware

The Significance of Hardware Most business people rightly suspect that knowing how to use computer technology is more important to their personal productivity & their firm’s competitive advantage than knowing the technical details of how the technology functions . But some basic understanding of Computer Hardware Design & Function is essential because organizations frequently must assess their competitive advantage in terms of computing capability.

Computer Based Information Systems (CBISs) are composed of Important decisions about computing capability have to be made , & to the large degree these decisions turn on an understanding of hardware design. Computer Based Information Systems (CBISs) are composed of Hardware Software Database Telecommunications Procedures People

It Consists of the following Hardware refers to the physical equipment used for the Input, processing, Output & Storage activities of a Computer System. It Consists of the following Central Processing unit (CPU) Memory ( Primary & Secondary storage) Input Technologies Output Technologies Communication Technologies

CPU (Central Processing Unit) CPU Pronounced as “ Sea-Pea-You”, is your Computer’s brain. If it’s real smart, it’s called a Pentium & it has MMX, I,II,III,IV tacked to the end of it. MMX ,I,II --- doesn’t stand for anything , but it gives the chip-increased capabilities for playing Multimedia & faster processing speed. Older chips are known by their numbers: 486, 386 & so on

Basic Computer Organization The basic five Operation of a computer Systems Inputting Storing Processing Outputting Controlling

CPU (Central Processing Unit) Basic Organization of Computer Systems Storage unit Secondary Storage Program & Data Output Unit Input Unit Information (Results) Primary Storage CU Indicates flow of instructions & data Indicates the control exercised by the control unit ALU CPU (Central Processing Unit)

Input Unit Data & Instructions must enter a computer system before the computer can perform any computation on the supplied data. Eg- Data can be entered using a keyboard in a manner similar to typing & this differs from the way in which data is entered through a scanner , although another type of input device. However, a computer’s memory is designed to accept input in binary code & hence , all input devices must transform input signals to binary codes .

In short, an input unit performs following functions It accepts Instructions & data from outside world. It converts these instructions & data in computer acceptable form It supplies the converted instructions & data to computer systems for further processing.

Output Unit An output units performs the reverse operation of that of an input unit. As computers work with binary code, results produced are also in binary form. Therefore , before supplying the results to outside world , the system must convert them to human readable form. Units called output interfaces accomplish this task.

In short , an output unit performs following functions. It accepts the results produced by a computer, which are coded form & hence , we cannot easily understand them. It converts these coded results to human readable form. It supplies the converted results to outside world.

Storage Unit Data & instructions entered into a computer system through input units have to be stored inside the computer before actual processing units. Similarly , results produced by a computer after processing have to be kept somewhere inside the computer system before being passed on to a output unit. It provides space for storing data & instructions, intermediate results, & results for output.

In short , a storage unit holds Data & Instructions required for processing. Intermediate results for processing Results for output , before they are released to an output device.

Storage unit of all computers is comprised of following two types of storage. Primary Storage Secondary Storage

Primary Storage Primary Storage of a computer , also called as its main memory, is used to hold the program instructions & data, intermediate result of processing , & recently produced results on which the computer is currently working. These piece of information are represented electronically in the main memory chip’s & while it remains in the main memory , cpu can access it directly at a very fast speed. However , primary storage can hold information only while computer system is on.

As soon as the computer system switches off or resets, the information held in primary memory is erased. Moreover , primary storage normally has limited storage capacity because it is very expensive.

2. Secondary Storage. Secondary storage of a computer also know as auxiliary storage, is used to take care of the limitation of Primary Storage. That is , it supplements the limited storage capacity & the volatile characteristic of primary storage. This is because secondary storage is much cheaper than primary storage & it can retain the information even when a computer system switches off. Magnetic disk is the most commonly used secondary storage medium.

Arithmetic & Logic Unit ALU of a computer system is the place where actual execution of instructions take place during processing operation. To be more precise , calculations are performed & all the comparisons are made in ALU. Data & instructions stored in primary storage before processing are transferred as & when needed to ALU where processing takes place. Intermediate results generated in the ALU are temporarily transferred back to primary storage until needed later.

Hence, data may move from primary storage to ALU & back again to storage many time before processing is over. ALU are designed to perform the four basic Arithmetic operation & logic operations.

Control Unit It manages & coordinates the entire computer system. It obtains instructions from the program stored in main memory, interprets the instructions & issues signals causing other units of the system to execute them. Although it does not perform any actual processing on data, the control unit acts as a nervous system.

+ CPU ( Central Processing Unit) CPU CU ALU = It is the brain of the computer system. It is responsible for controlling the operations of all the other units of a computer system.

Input device from cd of sinha

Computer Hierarchy Micro Increase Computers In Technology Mini Computes Main Frame Computers Super Computers

Strategic Hardware Issues The Majority of this chapter has explained how hardware is designed & how it works. But it is what the hardware enables, how it is advancing , & how rapidly it is advancing that are the more complex & important issues for most businesspeople. In many industries, exploiting computer hardware is a key to competitive advantage.

Successful hardware is useful in following ways. Productivity:- Hardware Technology can affect both personal & organizational productivity. Changing Work Style :-Advances in Technology is useful in changing the style of the work. New Product & Service:- New Technology is helpful in giving the new services & products. Improved Communications:-Multimedia is often thought of as the basis of an entertainment.

Output Devices Commonly use output device Monitors Printers Plotters Screen Image projector Sound cards & Speakers

Monitors The on-screen display enables the user to view the results of data processing Two types of Monitors 1) Cathode Ray Tube 2) Flat panel Monitor

2) Printers Two types of Printers Non-Impact Printer Impact printer

Impact Printers These printers can produce a page, a line, or a character at a time. It can Produce Multiple Copies at a time 1) Dot matrix Printers 2) Drum Printers

Non-impact Printers These are the most widely used printers for personal computer todays. 1) Inkjet Printers 2) Laser Printers.

3) Plotters Plotters are used for printing quality graphics & drawings Three types of plotters Flatbed Plotters Drum Plotters Inkjet Plotter

4) Screen Image Projector An output device that can be plugged directly to computer for projecting information from a computer on to a large screen. Full fledged multimedia presentation with audio, video , image, & animation can be prepared.

5) Sound Cards & Speakers Sound Card & speakers enable the users to receive an audio output . Such sounds include the output of recorded sound files & even speech