Itroduction to Computer

download Itroduction to Computer

of 28

Transcript of Itroduction to Computer

  • 8/7/2019 Itroduction to Computer

    1/28

    5/4/20115/4/2011 11

    Welcome To EverybodyWelcome To Everybody

    at Introduction to computerat Introduction to computer

  • 8/7/2019 Itroduction to Computer

    2/28

    5/4/20115/4/2011 22

    COMPUTER

    The computer is an automatic machine made up of

    electronic and elector-mechanical devices which

    stores, retrieves and processes data.

    It can not think or reason; it can only carry out

    instructions given to it.

  • 8/7/2019 Itroduction to Computer

    3/28

    5/4/20115/4/2011 33

    A complete computer system consistsof taking the following four parts

    1.Hardware2.Software

    3.Human ware and

    4.Operational procedures.

  • 8/7/2019 Itroduction to Computer

    4/28

    5/4/20115/4/2011 44

    HARDWAREHardware refers to machines or the

    physical equipment that performs the

    basic functions of the dataprocessing cycle.

    Hardware is any part of computer which we can touch.

  • 8/7/2019 Itroduction to Computer

    5/28

    5/4/20115/4/2011 55

    SOFTWARE

    Programs are referred as software.A program is a sequence of instruction, which

    direct a computer to perform certain

    functions.

    Software is generally categorized as:

    System software andApplication software.

  • 8/7/2019 Itroduction to Computer

    6/28

    5/4/20115/4/2011 66

    System Software

    System software consists of programs that help

    the use of a computer.

    System software is computer software

    designed to operate the computer hardware

    and to provide and maintain a platform forrunning application software.

  • 8/7/2019 Itroduction to Computer

    7/28

    5/4/20115/4/2011 77

    Application Software

    Application software is computer software

    designed to help the user to perform a

    singular or multiple related specific tasks.

    Such programs are also called software

    applications.Typical examples are word processor, spread

    sheet analysis etc.

  • 8/7/2019 Itroduction to Computer

    8/28

    5/4/20115/4/2011 88

    HUMAN WARE

    Human ware refers to the persons who design,

    develop, and use program/software, and

    operate a computer:

    System analysts

    ProgrammersComputer operators etc

  • 8/7/2019 Itroduction to Computer

    9/28

    5/4/20115/4/2011 99

    OPERATIONALPROCEDURES

    Operational procedures generally include

    obtaining, preparing, and entering data intothe computer, processing jobs, initiating new

    programs and changing or deleting old ones

    etc.

  • 8/7/2019 Itroduction to Computer

    10/28

    5/4/20115/4/2011 1010

    Classification of computer system

    We can classify the computer system in various

    ways:

    On the basis of purposes

    On the basis of signal

    On the basis of capacity

  • 8/7/2019 Itroduction to Computer

    11/28

    5/4/20115/4/2011 1111

    On the basis of purpose

    There are two kinds of computer according to

    the basis of Purposes:

    1. General Purpose Computer

    and

    2. Special Purpose Computer

  • 8/7/2019 Itroduction to Computer

    12/28

    5/4/20115/4/2011 1212

    General purpose computer

    General purpose computers are used to handle

    a variety of tasks.

    Special purpose computer

    A special purpose computeris designed for a

    special tasks or specific applications. It is

    also known as dedicated computer system.

  • 8/7/2019 Itroduction to Computer

    13/28

    5/4/20115/4/2011 1313

    On the basis ofSignal

    There are two kinds of computer according to

    the basis of Signal:

    1.Analog Computer

    and

    1.Digital Computer

  • 8/7/2019 Itroduction to Computer

    14/28

    5/4/20115/4/2011 1414

    Analog Computer

    An analog computer represents quantities by

    physical analogies.

    An automobiles speedometer is an example of

    analog computer.

    Digital Computer

    Digital computer represents data or digital databy converting analog data into digital form.

  • 8/7/2019 Itroduction to Computer

    15/28

    5/4/20115/4/2011 1515

    On the basis ofCapacityThere are four kinds of computer according to

    the basis of Capacity:

    1. Super Computer

    2. Mainframe Computer

    3. Micro Computer / PC4. Mini Computer

  • 8/7/2019 Itroduction to Computer

    16/28

    5/4/20115/4/2011 1616

    Organization of a computer systemPhysically a computer consists of taking the

    following three parts. These are below:

    1.Input /Output units

    2.CPU (Central Processing Unit)

    3.Memory unit

  • 8/7/2019 Itroduction to Computer

    17/28

    5/4/20115/4/2011 1717

    Input UnitInput data are feed into computer by the help of

    input devices. The most common input

    devices are:

    Keyboard

    Mouse

    Scanner

    Joy Stick

    Digital Camera and etc

  • 8/7/2019 Itroduction to Computer

    18/28

    5/4/20115/4/2011 1818

    Output unit

    Output data are presented to or before the userwith the help of output devices. The most

    common output devices are:

    1. Monitor

    2. Printer

    3. Speaker 4. Plotter etc

  • 8/7/2019 Itroduction to Computer

    19/28

    5/4/20115/4/2011 1919

    CPU

    Every computer system has a unit whose

    primary function is to process data.

    This is the control center of the entire

    computer. It accepts data from input devices,

    processes data and sends results to the output

    devices.

    This unit is referred to as the central processing

    unit (CPU) or processor or microprocessor.

  • 8/7/2019 Itroduction to Computer

    20/28

    5/4/20115/4/2011 2020

    CPU has the following three main parts:

    ALU ( Arithmetic Logic Unit)

    Control Unit (CU) and CPU registers (internal processor memory)

  • 8/7/2019 Itroduction to Computer

    21/28

    5/4/20115/4/2011 2121

    The Function of aMicro processor (up)

    The Function of a Micro processor (up) is as follows:

    1. To fetch an instruction

    2. Decode the instruction

    3. Based on the instruction it fetches operands frommain memory or I/O module.

    4. Execute the instruction

    5. In addition to execution CPU also supervises andcontrols I/O devices.

    6. Finally, sends result to the memory or I/O devices

  • 8/7/2019 Itroduction to Computer

    22/28

    5/4/20115/4/2011 2222

    The Function of Arithmetic / LogicalUnit (ALU)

    The Function of Arithmetic / Logical Unit (ALU) is

    as following:

    1. Arithmetic operations (Addition, Subtraction,

    Multiplication, division etc)

    2. Logical operations (And, OR, Not etc) and

    3. Decision making

  • 8/7/2019 Itroduction to Computer

    23/28

    5/4/20115/4/2011 2323

    The Function ofControl Unit (CU)

    The functions of control unit is given below:Determine the instructions to be executed

    Determine the operations to be performed

    Determine what data are needed and where they are stored

    Determine where results, if any, are to be stored

    Determine where the next instruction is located

    Transfers control to the next instruction

  • 8/7/2019 Itroduction to Computer

    24/28

    5/4/20115/4/2011 2424

    Memory of computer

    Computer memory refers to devices that are

    used to store data or programs (sequences ofinstructions) on a temporary or permanent

    basis for use in a computer.

    Memory=Working Place + Storage Area

  • 8/7/2019 Itroduction to Computer

    25/28

    5/4/20115/4/2011 2525

    Classification of memory

    There are three kinds of memory.

    Internal Processor Memory (Built in

    Memory)

    Primary memory / Main memory (RAM)

    Secondary Memory (HD, CD)

  • 8/7/2019 Itroduction to Computer

    26/28

    5/4/20115/4/2011 2626

    AnotherClassification ofMemory

    On the basis of volatility memory are two

    types:

    Volatile memory and

    Non-Volatile memory

  • 8/7/2019 Itroduction to Computer

    27/28

    5/4/20115/4/2011 2727

    Volatile memory

    Memory that loses its contents when the

    power is turned off.All RAM except the CMOS RAM used for

    the BIOS is volatile.

    Non-V

    olatile memoryNon-volatile memory is such a memory that

    can retain the stored information even

    when not powered.

    ROM is the example ofnonvolatile memory.

  • 8/7/2019 Itroduction to Computer

    28/28