+ All Categories
Home > Documents > IT Fundamental

IT Fundamental

Date post: 06-Apr-2018
Category:
Upload: dilhan-ravindra-bandara
View: 217 times
Download: 0 times
Share this document with a friend

of 62

Transcript
  • 8/3/2019 IT Fundamental

    1/62

    1

    COMPUTER

    FUNDAMENTALS

  • 8/3/2019 IT Fundamental

    2/62

    2

    Some Basic Terms

    Hardware - the equipment associated with a computer system

    Software - the instructions that tell a computer what to do

    Information -consists of facts and items of knowledge. It

    can be anything that has meaning to people .

    Ex-Name & Address ,Map

    Data - is information in which it can be processed.

    Ex - A word processed letter stored on a floppy disc

  • 8/3/2019 IT Fundamental

    3/62

    3

    Applications SoftwareApplications Software -- software that issoftware that isused to solve a particular problemused to solve a particular problem

    ProgramProgram -- set of stepset of step--byby--step instructionsstep instructionsthat directs the computerthat directs the computer

    Computer ProgrammerComputer Programmer -- person whoperson whowrites programswrites programs

    UserUser -- people who purchase and usepeople who purchase and usecomputer softwarecomputer software

  • 8/3/2019 IT Fundamental

    4/62

    4

    Hardware

    The equipment associated with a computer system

  • 8/3/2019 IT Fundamental

    5/62

    5

    Data Processing

    A computer is a machine that accepts data (input) andprocesses it into useful information (output).

    INPUT(DATA)

    PROCESSOROUTPUT

    (INFORMATION)

    Figure 1.1 A simplified representation of a computer

  • 8/3/2019 IT Fundamental

    6/62

    6

    Primary Components of a Computer System

    Input Devices accept data in a form the computer can use.

    The Central Processing Unit (CPU) has the electronic

    circuitry for manipulating input into the information wanted.

    Memory temporarily holds data and instructions needed

    by the CPU.

    Output Devices make the processed data available for use.

    Secondary Storage Devices store additional data and

    programs.

  • 8/3/2019 IT Fundamental

    7/62

    7

    Primary Components of a

    Computer System

  • 8/3/2019 IT Fundamental

    8/62

    8

    CPU transforms raw data into processed information

    CPU consists of electronic circuits that;interprets and execute program instructions

    communicate with I/O and Storage devices

    Memory or Primary storage

    hold data both before and after it is processedholds instructions (programs) needed

  • 8/3/2019 IT Fundamental

    9/62

    9

    General computer concept

    The computer as an information-processing device performsfive basic functional operations.

    The Input function

    The Output function

    The Storage (Memory) function

    The Arithmetic/Logic (ALU) function

    The control function

  • 8/3/2019 IT Fundamental

    10/62

    10

    CPU

    Input Storage Output

    Arithmetic/

    LogicControl

    Information

    Control

    Figure 1.4 Functional Block Diagram of a Digital Computer

  • 8/3/2019 IT Fundamental

    11/62

    11

    Flow of Information

    All information that the computer possesses must

    be entered via the Input function

    Depending on the type of information, it may be

    used to tell the computer what to do instructions

    OR

    it may be used as data in arithmetic or logical

    operations Data

  • 8/3/2019 IT Fundamental

    12/62

    12

    the information tells the computer where the nextinformation is stored or what to do with the next packet of

    information obtained

    it will be routed to the Arithmetic/Logic function for

    processing and back to await its next use

    As an instruction,

    As data,

    All instructions and data are placed in the

    memory (storage)

  • 8/3/2019 IT Fundamental

    13/62

    13

    All instructions and data are placed in the

    memory (storage)

    Instructions and data are processed sequentially as

    required by the stored program and the

    intermediate/final results are returned to storage

    The output function displays the results of the internal

    processing of information when called upon by the control

    function

  • 8/3/2019 IT Fundamental

    14/62

    14

    Common Input Devices

    Typing on a keyboard Pointing with a mouse

    Writing with a pen-based

    computer system

    Speaking to a voice inputsystem

    Scanners.

    Document readers.

  • 8/3/2019 IT Fundamental

    15/62

    15

    MouseMouse

    Amouse is an input device designed to fit snuglyAmouse is an input device designed to fit snugly

    under a hand while it is moved about over a tableunder a hand while it is moved about over a table

    Uses of mouseTo select options from a menu or from a set of icons.

    To position the cursor when editing text or using a design

    packages.

    To select an object in a drawing or a piece of text to becopied, moved or deleted.

  • 8/3/2019 IT Fundamental

    16/62

    16

    Document ReadersDocument Readers

    OMR, OCR and MICROMR, OCR and MICR-- A document reader is aA document reader is adevice which read data straight from adevice which read data straight from aform.form.

    ExExOptical Mark Recognition(OMR)Optical Mark Recognition(OMR)

    Optical Character Recognition(OCR)Optical Character Recognition(OCR)

    Magnetic Ink Character Recognition(MICR)Magnetic Ink Character Recognition(MICR)

  • 8/3/2019 IT Fundamental

    17/62

    17

    Optical Mark RecognitionOptical Mark Recognition. (OMR). (OMR)

    OMR is a system of reading lines or marks which haveOMR is a system of reading lines or marks which havebeen made in exactly the right positions on a card orbeen made in exactly the right positions on a card ordocument.document.

    Applications of OMR

    The documents to be read have empty boxes to takethe marks. These have been preprinted on to the

    documents together with information telling the userwhat to do. The person preparing the data makes pencilor ink marks in the appropriate boxes.

  • 8/3/2019 IT Fundamental

    18/62

    18

    Optical Character Recognition (Optical Character Recognition (OCR)OCR)

    An optical character reader can recognizeAn optical character reader can recognizecharacters from their shape. As with OMR light ischaracters from their shape. As with OMR light isreflected from the paper and form the ink. In OCRreflected from the paper and form the ink. In OCR

    however the reader has to workout what thehowever the reader has to workout what thecharacters are.characters are.

    Magnetic Ink Character Recognition.(MICR)

    An MICR reader recognizes characters formed frommagnetic ink

  • 8/3/2019 IT Fundamental

    19/62

    19

    The Processor and Memory:

    Data Manipulation

    The CPU is responsible for transforming

    raw data into processed information.

    The CPU consists of electronic circuits that interpret

    and execute program instructions, as well as communicate

    with the input, output, and storage devices.

    Memory or primary storage holds data input to the

    system, both before and after it is processed. It also holds the

    programs needed by the CPU.

  • 8/3/2019 IT Fundamental

    20/62

    20

    Common Output Devices

    Screens can produce lines of written or numericaldata and / or color graphics displays.

    Printers produce printed materials under the control

    of a computer program.

  • 8/3/2019 IT Fundamental

    21/62

    21

    There are several ways to produceThere are several ways to produceoutput:output:** Text output.Text output.* Graphics output.* Graphics output.* Sound output.* Sound output.

    * Video output.* Video output.

  • 8/3/2019 IT Fundamental

    22/62

    22

    Basic Clarification of PrintersBasic Clarification of Printers

    Character printers.Character printers. -- Prints one character at a time.Prints one character at a time.

    Line printersLine printers Prints one line at a time.Prints one line at a time.

    Page printersPage printers Prints one page at a time.Prints one page at a time.

    Basic methods of producing printouts

    Impact printers:

    Form characters or images by striking mechanismSuch as print hammer or wheel against an inkedribbon leaving an image on paper.

  • 8/3/2019 IT Fundamental

    23/62

    23

    Impact printers: conti

    Dot matrix printer

    This mechanism enable the print control up to thedot level on the paper, can be used to produce bothtext and graphics

  • 8/3/2019 IT Fundamental

    24/62

    24

    NonNon--Impact printersImpact printers

    Form characters or images without making directForm characters or images without making directphysical contact between printing mechanism andphysical contact between printing mechanism andpapers.papers.

  • 8/3/2019 IT Fundamental

    25/62

    25

    Laser printerLaser printer

    Excellent print quality and font selection.Excellent print quality and font selection.

    Fast printing and high quality graphics with color, highFast printing and high quality graphics with color, highresolutionresolution

    Medium level noise but high cost.Medium level noise but high cost. Primary disadvantages are expensive maintenance and thePrimary disadvantages are expensive maintenance and the

    high cost of toner cartridges.high cost of toner cartridges.

    Ink-Jet printers

    Ink jet printers transfers characters and images to thepaper by spraying a fine jet of ink.Offers nearly thequality of laser printing but not the speed, Low cost

    alternative for high quality printing

  • 8/3/2019 IT Fundamental

    26/62

    26

    MonitorMonitor

    Provide soft copy out put comes in either monochrome orProvide soft copy out put comes in either monochrome orcolor.color.

    Amonochrome display a single color against a differentAmonochrome display a single color against a differentcolor backgroundcolor background

    Color display can show variety of colorsColor display can show variety of colors..Plotters

    It is a specialized output device designed to produce high quality graphics

    in a variety of colors.Type of plottersPen plotterElectrostatic plotter.Thermal plotter.

  • 8/3/2019 IT Fundamental

    27/62

    27

    Storage Devices and Stored Data

    Secondary Storage is Needed

    Since

    Memory is limited in size and

    is temporary (volatile).

  • 8/3/2019 IT Fundamental

    28/62

    28

  • 8/3/2019 IT Fundamental

    29/62

    29

    Magnetic Storage

    The operation of both disk drives and tape units is

    virtually the same:

    one records data on a flat platter coated with

    a magnetic material,

    while

    the other records data on a thin band of flexible plastic

    coated with magnetic material

  • 8/3/2019 IT Fundamental

    30/62

    30

    Magnetic Disks

    Metal or plastic disk coated with magnetic oxide.

    Types

    Disk Packs

    Hard DisksDiskettes

    Data is recorded as magnetic spots on concentric tracks

    Rotation

    ActuatorDisk

    The magnetic disk

    Head

  • 8/3/2019 IT Fundamental

    31/62

    31

    Diskettes

    Also called floppy disksTwo primary types

    3 1/2" Diskette

    5 1/4" Diskette

    3 1/2" Diskette

    Double Sided / Double Density (DD): stores 720 Kbytes.Double Sided / High Density (HD): stores 1.44 Mbytes.

  • 8/3/2019 IT Fundamental

    32/62

    32

    Hard Disks

    Set of disks, but metallic, not plastic.

    Usually 5 1/4" or 3 1/2"

    Enclosed in PC so doesn't need special environment

    (also called Winchester disks)

    Direction of motion

    Actuator

    Heads

    Disks

    The multi disk drive

    (Hard disk drive)

  • 8/3/2019 IT Fundamental

    33/62

    33

    Optical Storage

    Data is recorded with a laser hitting a layer of metallic

    material, producing tiny spots on the disk's surface.

    Data is read by scanning the disk with a laser,

    picking up reflections from the spots on a lens.

    CD-ROM

    (Compact Disk Read-Only Memory)

    Similar to audio CD media.

    Can hold up to 600 Mbytes of information.

    Slower access time than magnetic disks.

  • 8/3/2019 IT Fundamental

    34/62

    34

    Write-Once, Read Many (WORM) Disks

    Written once by user,

    then becomes a read-only media.

    Combined Magnetic and Optical Recording

    eg.Magneto-optical (MO) disks

  • 8/3/2019 IT Fundamental

    35/62

    35

    Magnetic Tape

    Information recorded in binary form bymagnetization of spots on tape coated with

    ferrous oxide.

    Inexpensive means of storing large amountsof information.

    Useful for operations that require sequential

    processing and for backing up.

  • 8/3/2019 IT Fundamental

    36/62

    36

    Secondary Storage

    Additional storage separate from the CPU and memoryMagnetic disk - oxide-coated disk - can be a diskette or hard

    disk.

    Magnetic tape .

    CD-ROM, compact disc read-only memory optical storage.

  • 8/3/2019 IT Fundamental

    37/62

    37

    The CompleteHardware System

    Hardware devices attached to a computer are called

    peripheral equipment.

    With personal computers, some peripherals may be

    built into the same physical unit.

    In large computer systems, the input, processing,

    output, and storage functions may be in separate rooms,

    buildings, or even separate countries.

  • 8/3/2019 IT Fundamental

    38/62

    38

    Classifications of Computers

    Mainframes and Supercomputers

    Minicomputers

    Personal Computers and Workstations

  • 8/3/2019 IT Fundamental

    39/62

    39

    Mainframes and Supercomputers

    Capable of processing large amounts of data atvery high speeds

    Large, expensive over $1M.

  • 8/3/2019 IT Fundamental

    40/62

    40

    Minicomputers

    Smaller, slower and less costly than mainframes.Used by many small businesses.

    Personal Computers (PCs) and Workstations

    Small, inexpensive - $500 - $3000.

    Used for business and home use.

    High performance workstations are

    often used for scientific andengineering work.

    Distinction between PCs and

    workstations becoming hazy as

    PCs become more powerful.

  • 8/3/2019 IT Fundamental

    41/62

    41

    Data CommunicationsThe process of exchanging data over communications

    facilities.Computer networks that connect computers and their

    resources are becoming more widespread.

    A network that connects computers in one location is called a

    local area network (LAN).

  • 8/3/2019 IT Fundamental

    42/62

    42

    Software

    Packaged software for PCs usually comes on diskette or

    CD-ROM for installation on the hard drive.

    "User friendly" software can be learned with a minimum

    of training.

    Application Soft are

  • 8/3/2019 IT Fundamental

    43/62

    43

    Application Software

    Word processing / desktop publishing lets you create,

    edit, format, store, print text and graphics in a document.

    Electronic spreadsheets organize business data into rows

    and columns for analysis.

    Database managementprograms allow users to manage

    large collections of interrelated data.

    Graphics packages display information in visual forms:maps, charts, and visual presentations.

    Data communications software allows for accessing

    remote computers via phone lines.

  • 8/3/2019 IT Fundamental

    44/62

    44

    Programming

    Programs are written in a variety of programming

    languages.

    Some languages are very English-like (high level) while

    others are more difficult to follow (low level).

  • 8/3/2019 IT Fundamental

    45/62

    45

    Computer People

    The Management Information Systems (MIS), or

    Computing Services, orInformation Services department

    is usually responsible for computer resources within an

    organization.

    Data entry operatorsprepare data for processing.

    Computer programmers design, write, test, implement,update, and maintain the programs that process data.

  • 8/3/2019 IT Fundamental

    46/62

    46

    Systems analystsplan and design computer systems.

    The chief information officer (CIO) oversees the MISdepartment and is responsible for the technological goals and

    operations of the entire organization.

  • 8/3/2019 IT Fundamental

    47/62

    47

    NUMBER SYSTEMSNUMBER SYSTEMS

    DECIMAL SYSTEMDECIMAL SYSTEM

    Notice the simplicity of multiplying 12Notice the simplicity of multiplying 12 1414

    by using the present system:by using the present system:

    14

    12

    14

    168

  • 8/3/2019 IT Fundamental

    48/62

    48

    BINARY SYSTEMBINARY SYSTEM

    The same type of positional notation is used in theThe same type of positional notation is used in the

    binary number system as in the decimal system.binary number system as in the decimal system.

    DECIMAL BINARY DECIMAL BINARY

    1 = 1

    2 = 103 = 11

    4 = 100

    5 = 101

    6 = 110

    7 = 1118 = 1000

    9 = 1001

    10 = 1010

    11 = 1011

    12 = 110013 = 1101

    14 = 1110

    15 = 1111

    16 = 10000

    17 = 1000118 = 10010

    19 = 10011

    20 = 10100

  • 8/3/2019 IT Fundamental

    49/62

    49

    101 = 1 23-1 + 0 23-2 +123-3

    = 1 22 + 0 21 + 1 20

    = 4 + 1 = 5

    11.011 = 1 22-1 + 1 22-2 + 022-3 + 1 22-4 + 1 22-5

    = 1 21 + 1 20 + 0 2 -1 + 1 2-2 + 1 2-3= 2 + 1 + +

    = 3

    BINARY ADDITION AND SUBTRACTION

    0 + 0 = 0

    0 + 1 = 11 + 0 = 11 + 1 = 0 plus a carry over of 1

  • 8/3/2019 IT Fundamental

    50/62

    50

    BIN ARY SUBTRACTIONBIN ARY SUBTRACTION

    00--0=00=0

    11--0=10=1

    11--1=01=0

    00--1=11=1

    A few examples will make the procedure forbinary subtraction clear;

  • 8/3/2019 IT Fundamental

    51/62

    51

    Decimal Binary Decimal BinaryDecimal Binary Decimal Binary

    9 1001 16 100009 1001 16 10000--55 --101101 --3 113 11

    1001004 110113

    BINARY MULTIPLICATION ANDDIVISION

    0 0 = 0

    0 1 = 01 1 = 11 0 = 0

  • 8/3/2019 IT Fundamental

    52/62

    52

    DECIMAL BINARY DECIMAL BINARYDECIMAL BINARY DECIMAL BINARY

    1212 1100 1021100 102 11001101100110

    1010 10101010 88 10001000

    120 00001100

    00001100

    1111000

    816 1100110000

    0 1 = 01 1 = 1

    Here are the two examples of division:

  • 8/3/2019 IT Fundamental

    53/62

    53

    DECIMAL BINARY DECIMALDECIMAL

    55 101 2.416101 2.4165 25 101 11001 12 29.00005 25 101 11001 12 29.0000

    101 24101 24101 50101 50

    101 48101 4820201212

    80807272

    8p.t.o

  • 8/3/2019 IT Fundamental

    54/62

    54

    BINARYBINARY

    10.011010101

    11101.0011001100

    101001100100001100100001100

  • 8/3/2019 IT Fundamental

    55/62

    55

    CONVERTINGDECIMALNUMBERS TOCONVERTINGDECIMALNUMBERS TO

    BINARYBINARY

    125125 2 = 62 + remainder of 12 = 62 + remainder of 1

    6262 2 = 31 + remainder of 02 = 31 + remainder of 0

    3131 2 = 15 + remainder of 12 = 15 + remainder of 11515 2 = 7 + remainder of 12 = 7 + remainder of 1

    77 2 = 3 + remainder of 12 = 3 + remainder of 1

    33 2 = 1 + remainder of 12 = 1 + remainder of 111 2 = 0 + remainder of 12 = 0 + remainder of 1

    125 = 11111012125 = 11111012

  • 8/3/2019 IT Fundamental

    56/62

    56

    CONVERTINGBINARY NUMBERS TOCONVERTINGBINARY NUMBERS TODECIMALDECIMAL

    11 2626 = 64= 64

    11 2525 = 32= 32

    11 2424 = 16= 1611 2323 = 8= 8

    11 2222 = 4= 4

    00 2121 = 0= 011 2020 = 1= 1

  • 8/3/2019 IT Fundamental

    57/62

    57

    conversion of decimal fractionsconversion of decimal fractions

    0.865 1 2-1 = 0.875 0.5 = 0.375

    0.375 1 2-2 = 0.375 0.25 = 0.125

    0.125 1 2-3 = 0.125 0.125 = 0

  • 8/3/2019 IT Fundamental

    58/62

    58

    BINARY NUMBER COMPLEMENTSBINARY NUMBER COMPLEMENTS

    11011 1101111011 11011

    --10100 = 0110010100 = 01100

    00111 1 0011100111 1 00111

    Carry is dropped

    BINARY CODED DECIMAL NUMBER

  • 8/3/2019 IT Fundamental

    59/62

    59

    BINARY CODEDDECIMALNUMBER

    REPRESENTATION

    BINARY CODE DECIMAL DIGIT

    0000

    0001

    0010

    00110100

    0101

    0110

    0111

    10001001

    0

    1

    2

    34

    5

    6

    7

    89

    This is known as a binary coded decimal 8, 4, 2, 1

    code or simple BCD

    .

  • 8/3/2019 IT Fundamental

    60/62

    60

    OCTAL ANDHEXADECIMALNUMBEROCTAL ANDHEXADECIMALNUMBERSYSTEMSSYSTEMS

    1213 in octal is 11213 in octal is 1 83 +283 +2 82 + 182 + 1 81 + 381 + 3 80 = 512 +128 + 8 + 3 = 651 in decimal.80 = 512 +128 + 8 + 3 = 651 in decimal.

    111110111 = 767 octal110110101 = 665 octal

    11011 = 11 octal

    Eg:

  • 8/3/2019 IT Fundamental

    61/62

    61

    For instance, to convert decimal 200 to an octalFor instance, to convert decimal 200 to an octalrepresentation, we divide as follows:representation, we divide as follows:

    200200 2525 reminder is 0reminder is 0

    2525 33 reminder is 1reminder is 1

    33 00 reminder is 3reminder is 3

  • 8/3/2019 IT Fundamental

    62/62

    62

    TH

    ANK YOU


Recommended