Chapter 2 - Ict

Embed Size (px)

Citation preview

  • 7/31/2019 Chapter 2 - Ict

    1/63

    CHAPTER 2

    COMPUTER SYSTEM

    14/18/2012

  • 7/31/2019 Chapter 2 - Ict

    2/63

    System Concept

    Computer system

    - Defined as combination ofcomponents design to process data

    and store files- A computer system is a complete,

    working computer that combines

    components designed to processdata, retrieve and store files in ameaningful way

    24/18/2012

  • 7/31/2019 Chapter 2 - Ict

    3/63

    State the meaning of input,process, output and storage1. Input any information that is fed

    (given) to the computer for process2. Process- is a program that is running

    on your computer or manipulates data

    in the computer-2 major processes:

    Arithmetic process that is anyaffirmative function

    Logical process- that is comparisons likeEqual to, less than or grater than, true orfalse etc

    34/18/2012

  • 7/31/2019 Chapter 2 - Ict

    4/63

    3. Output - is the useful informationthat the computer produced afterprocessing the data according to our

    instructions4. Storage- A location which data,

    instruction and information are held

    for future use. Every computer usesstorage to hold system software andapplication software

    44/18/2012

  • 7/31/2019 Chapter 2 - Ict

    5/63

    Processing cycle

    input process Output

    storage

    54/18/2012

  • 7/31/2019 Chapter 2 - Ict

    6/63

    Data Representation

    State the relationship of datarepresentation:

    BIT smallest unit of data that the

    computer can process. Short forbinary digit. A bit is represented bythe number 1 and 0. They correspond

    to the states of on and off or yesand no

    64/18/2012

  • 7/31/2019 Chapter 2 - Ict

    7/63

    BYTE a unit of information built frombits. 1 byte = 8 bits. 8 bits that aregrouped together as a unit. A bit

    provide enough different combinationof 0s and 1s to represent 256individual characters

    CHARACTER 8 bits grouped

    together as a unit are called byte. Abyte represents a single character inthe computer

    74/18/2012

  • 7/31/2019 Chapter 2 - Ict

    8/63

    -there are three codes to represent asingle characters which are ASCII,EBCDIC and Unicode

    84/18/2012

  • 7/31/2019 Chapter 2 - Ict

    9/63

    Introduction to binary coding

    Function of ASCII

    -ASCII was established to achievecompatibility various types of data

    processing equipment making itpossible for the components tocommunicate with each other

    successfully-ASCII enables manufacturers to

    produce components that are assured

    to operate correctly in a computer4/18/2012 9

  • 7/31/2019 Chapter 2 - Ict

    10/63

    -ASCII makes it possible for humans tointeract with a computer. It alsoenables users to purchase

    components that are compatible withtheir computer configurations

    4/18/2012 10

  • 7/31/2019 Chapter 2 - Ict

    11/63

    Data measurement

    Bit

    Byte

    Kilobyte(KB)

    Megabyte (MB)

    Gigabyte(GB)

    Terabyte (TB)

    Sila lihat cara pengiraan pada nota NokA dan sila salin

    4/18/2012 11

    Basic terminology8bits=1 byte

    1,024 byte=1 KB

    1,024 KB=1MB1,024 MB=1 GB1,073,741,824

    bytes=1GB

  • 7/31/2019 Chapter 2 - Ict

    12/63

    4/18/2012 12

    45

    Data Measurement ChartData Measurement SizeBit Single Binary Digit (1 or 0)Byte 8 bitsKilobyte (KB) 1,024 BytesMegabyte (MB) 1,024 KilobytesGigabyte (GB) 1,024 MegabytesTerabyte (TB) 1,024 GigabytesPetabyte (PB) 1,024 TerabytesExabyte (EB) 1,024 Petabytes

  • 7/31/2019 Chapter 2 - Ict

    13/63

    Clock Speed Measurement

    Evolution of communication

    -every microprocessor contains systemclock. The system clock control speed

    of all the operations within a computer-the speed of the clock is measured by

    how many cycles per second the clock

    makes

    4/18/2012 13

  • 7/31/2019 Chapter 2 - Ict

    14/63

    Hertz and Seconds-the clock speed unit is measured in

    hertz. A hertz is one cycle per second.

    1 hertz = 1 cycle1 second

    Megahertz (MHz)

    -mega is a prefix that stands for miliion.1 MHz = 1,000,000 cycles

    1 second

    4/18/2012 14

  • 7/31/2019 Chapter 2 - Ict

    15/63

    Gigahertz (GHz)-Gigahertz (Ghz) equals to one billion

    cycles of the system clock. In relationwith megahertz, 1.0 Ghz is equavalent to

    1000 MHz.-for example, a microprosessor that runs

    at 200 Ghz executes 200 billion cyclesper second. This is what they are talking

    about they say computer is a 2.4 GHzmachine. Its clock rate is 2.4 billioncycles per second

    1GHz=1,000,000,000 cycles

    1 second4/18/2012 15

  • 7/31/2019 Chapter 2 - Ict

    16/63

    Processing speed

    A CPU with a higher clock speed canprocess more instructions per secondthan a CPU with a lower clock speed.

    -for example:a 1GHz CPU is faster than aCPUoperating at 800MHz. The speed of

    the system clock affects only the CPU.

    4/18/2012 16

  • 7/31/2019 Chapter 2 - Ict

    17/63

    Microprocessor speed

    Microprocessor speeds aredetermined by their clock speed andare usually expressed in

    gigahertz(Ghz), billion of machinecycles per second

    for example, a personal computer that

    is listed at 2.2 GHz had a processorcapable of handling 2,2 billionmachine cycles per second.

    4/18/2012 17

  • 7/31/2019 Chapter 2 - Ict

    18/63

    Speed and path

    The combination of speed and numberof paths determines the totalprocessing speed or channel

    bandwidth. This is because differentprocessor often use differentarchitectures.

    For this reason, a 1.4 GHz Pentium 4performs better than a 1.4 GHzPentium 3, but it is not as fast as a 1.4GHz Power PC G4 processor

    4/18/2012 18

  • 7/31/2019 Chapter 2 - Ict

    19/63

    Hardware

    Input device is any peripheral (piece ofcomputer hardware equipment) usedto provide data and control signals to

    an information processing systemsuch as a computer or otherinformation appliance

    4/18/2012 19

  • 7/31/2019 Chapter 2 - Ict

    20/63

    Input devices for text

    4/18/2012 20

    Keyboard-you can enter data such astext and command into acomputer by pressing thekeys on the keyboard

    Virtual keyboard- You can press the keys of avirtual on the screenkeyboard

    Optical reader- A devices that uses a light toread characters, marks and thenconverts them into digital datathat a computer can process

  • 7/31/2019 Chapter 2 - Ict

    21/63

    Input devices for graphics A devices that captures

    images fromphotographic prints,poster, magazine pagesand similar sources forcomputer editing anddisplay

    4/18/2012 21

    A digital camera allows youto take pictures and store thephotographed images digitally

  • 7/31/2019 Chapter 2 - Ict

    22/63

    Input devices for Audio

    4/18/2012 22

    Microphone

    Audio input is the speech, music and sound effectsentered into the computer.

    Midi keyboard

  • 7/31/2019 Chapter 2 - Ict

    23/63

    Input devices for video

    4/18/2012 23

    CCTV CAMERA WEBCAM DIGITAL VIDEOCAMERA

    Video input is input of motion images captured into the computerby speed input devices

  • 7/31/2019 Chapter 2 - Ict

    24/63

    Pointing devices

    4/18/2012 24

    MOUSE TRACKBALL GRAPHIC TABLET TOUCH SCREEN

    A pointing devices is another form of input devices. Pointing devicessuch as mouce, trackball, graphic tablet and touch screen are user

    to input spatial data into the comnputer

  • 7/31/2019 Chapter 2 - Ict

    25/63

    OUTPUT DEVICES

    Output devices is the result of dataprocessing activity when it ispresented external to the system. The

    output from a computer can be in aform for use by people, for example,printed or displayed

    4/18/2012 25

  • 7/31/2019 Chapter 2 - Ict

    26/63

    4/18/2012 26

  • 7/31/2019 Chapter 2 - Ict

    27/63

    Types of output devices

    Monitor

    - A monitor is an example of an outputdevices that can be used to display

    text. It can also graphic and video. Printer

    - It can be used to print text, apart from

    graphics on mediums such as paper,transparency film even cloths

    4/18/2012 27

  • 7/31/2019 Chapter 2 - Ict

    28/63

    Speaker- A pair of speakers is an audio output

    devices that generates sounds. The

    headphone is a pair of small speakersplaced over the ears and plugged aport on the sound card

    LCD (Liquid Crystal Display)

    - Uses its own light source to projectwhat is displayed on the computer ona wall or projection screen

    4/18/2012 28

  • 7/31/2019 Chapter 2 - Ict

    29/63

    MOTHERBOARD

    4/18/2012 29

    This is a motherboard and its components.Motherboard is the main circuit board of the systemunit, which has some electronic components attachedto it and others built into it.

  • 7/31/2019 Chapter 2 - Ict

    30/63

    4/18/2012 30

    This is the location of the Central processing Unit

    (CPU)

    This is where the expansion slots are located

  • 7/31/2019 Chapter 2 - Ict

    31/63

    4/18/2012 31

    These are Peripheral Component Interconnected (PCI) expansionslots. A personal computer local bus which runs at MHz and

    supports plug and play

    The Industry standard Architecture (ISA) expansion slots arealso the components of the motherboard. A PC expansion busused for modem ,video displays, speaker and others

    peripheral

  • 7/31/2019 Chapter 2 - Ict

    32/63

    4/18/2012 32

    This is the expansion card. It is slotted in the expansion slot

    This is call RAM (Random Acces Memory). RAM is

    the memory pf the computer

  • 7/31/2019 Chapter 2 - Ict

    33/63

    4/18/2012 33

    This is location of the ports. Connectors are pluggedinto these ports. Port is point at which peripheralattaches to a system unit so it can send data to orreceive information from the computer

  • 7/31/2019 Chapter 2 - Ict

    34/63

    Components of the motherboard

    Central Processing Unit (CPU)

    -CPU control the operation of thecomputer. It interprets and carries out thebasic instructions that operate a

    computer.- The processor significantly impacts

    overall computing power and managesmost of a computers operations

    4/18/2012 34

  • 7/31/2019 Chapter 2 - Ict

    35/63

    Expansion slot

    - Expansion slot are the socket where thecircuit boards or the adapter cards can beinserted into the motherboard

    - A Peripheral Component Interconnect (PCI)bus is a high speed bus that connects high

    speed devices- An Industry-Standard Architecture (ISA)expansion slot in a computer where ISAaccessories can be added to.

    4/18/2012 35

  • 7/31/2019 Chapter 2 - Ict

    36/63

    Expansion card

    - It is plugged into an expansion slot. It isused to add new devices or capabilities

    to a computer.- It is design to provide expanded

    capability to a computer. It also providedon the surface of standard-size rigidmaterial (fiberboard) and then pluggedinto one of the computers expansion slotin its motherboard (backplane)

    4/18/2012 36

  • 7/31/2019 Chapter 2 - Ict

    37/63

    RAM slot

    -the slot where the computer memory,also called is RAM is placed on thecomputers motherboard.

    4/18/2012 37

    Ports and connectors

  • 7/31/2019 Chapter 2 - Ict

    38/63

    Ports and connectors

    - A port is the point at which a peripheral

    attaches to a system unit so that theperipherals can send data to receiveinformation from the computer.

    4/18/2012 38

  • 7/31/2019 Chapter 2 - Ict

    39/63

    Ports and connectors

    There are the different kinds of port ina system unit. The ports are:SERIAL PORT

    PARALLEL PORTUNIVERSAL SERIAL BUS(USB) PORT

    FIREWIRE PORT

    SPECIAL PURPOSE PORTS

    MIDI PortCSI Port

    IrDA Port

    4/18/2012 39

  • 7/31/2019 Chapter 2 - Ict

    40/63

    Serial Port

    4/18/2012 40

    A serial port is a socket on a computer used to connect amodem, data acquisition terminal or the system otherserial devices via a slow-speed serial interface.

    A serial port is used to connect a device to the system unitby transmitting data one bit at a time

  • 7/31/2019 Chapter 2 - Ict

    41/63

    Parallel port

    4/18/2012 41

    A parallel port is a socket on a computer used to connect a printeror other parallel devices via the computers parallel interface.

  • 7/31/2019 Chapter 2 - Ict

    42/63

    USB Port

    4/18/2012 42

    A USB port is socket on a computer or peripheral devices into which u USB cablPlugged in. Its used to connect all kinds of external devices, such as external h

    Drives, printers, mouse and scanner. It can transfer data to a speed of 12 megaPer second

  • 7/31/2019 Chapter 2 - Ict

    43/63

    FireWire port

    4/18/2012 43

    -Firewire is similar to a USB port in that it can connectmultiple types of devices that require faster datatransmission speeds.- Previously the Firewire port is called IEEE 1934 port,a personal computer serial bus interface standard

    -usually camcorders and other video equipment use thisport to transmit data on a computer.

  • 7/31/2019 Chapter 2 - Ict

    44/63

    Special Purpose Port

    MIDI port

    - It is designed to connect the system

    unit to a musical instrument, such asan electronic keyboard

    4/18/2012 44

  • 7/31/2019 Chapter 2 - Ict

    45/63

    SCSI Port

    - It is special high-speed parallel port

    used to attach peripheral devices suchas hard disk and printers

    4/18/2012 45

  • 7/31/2019 Chapter 2 - Ict

    46/63

    IrDA Port

    - Some devices transmit data viainfrared light waves. For this wireless

    devices to transmit signals to acomputer, both the computer and thedevices must have an IrDA port

    4/18/2012 46

    CENTRAL PROCESSING UNIT

  • 7/31/2019 Chapter 2 - Ict

    47/63

    CENTRAL PROCESSING UNIT(CPU)

    A central processing unit or CPU is amicroprocessor (or processor for short).It is an integrated circuit chip thatcapable of processing electronic signals.

    The CPU is the most important elementin a computer system.

    A CPU interprets instructions given by

    the software and carries out thoseinstructions by processing data andcontrolling the rest of the computerscomponents

    4/18/2012 47

  • 7/31/2019 Chapter 2 - Ict

    48/63

    Control Unit (CU)

    4/18/2012 48

    Basically the control units mainfunction is to direct the CPU toprocess data. The control Unit

    extracts instructions from memory anddecodes and executes them

    ARITHMENTIC LOGIC UNIT

  • 7/31/2019 Chapter 2 - Ict

    49/63

    ARITHMENTIC LOGIC UNIT(ALU) ALU as its name implies can perform all

    arithmetic and logical operations.Arithmetic operation is an operation thatforms a function of two numbers.

    This function is usually on the classoperation: add, subtract, multiply anddivide

    Logic operation is an operation on logicalvalues, producing a Boolean result. Theyincluded AND, OR, NOT, NAND, Nor,XOR, and XOR and equavalence.

    4/18/2012 49

  • 7/31/2019 Chapter 2 - Ict

    50/63

    STORAGE

    Computer storage is the holding of datain an electromagnetic form for access bya computer processor.

    Function of computer storage

    - Computer storage is important to helpusers store programs and data be at alater time

    - It is also useful to keep current data

    while being processed by the processoruntil the computer is saved in a storagemedia such as a hard disk or a diskette

    4/18/2012 50

  • 7/31/2019 Chapter 2 - Ict

    51/63

    Types of computer storage

    Primary storage is known as themain memory of a computer, includingRAM (Random Access Memory) andROM (Read Only Memory). It is aninternal memory (inside the CPU) thatcan be accessed directly by thecomputer

    Secondary storage is the alternativestorage in a computer. It is anexternal storage that refers to variousways a computer can store program

    and data 4/18/2012 51

  • 7/31/2019 Chapter 2 - Ict

    52/63

    Primary Storage

    It is installed internally. 2 main types ofprimary storage are RAM and ROM Data from RAM can be read or retrieved

    and written or stored during processing

    whereas data from ROM can just beread only RAM is volatile, means the program and

    data will be lost when the computer is

    turned off ROM is non-volatile, means it holds the

    program and data even when thecomputer is turned off

    4/18/2012 52

  • 7/31/2019 Chapter 2 - Ict

    53/63

    Secondary Storage

    Secondary storage is an alternativestorage. It is very useful to storeprograms and data for future use. It isrequired for two reasons:

    1. The working memory of the CPU islimited in size and cannot alwayshold the amount of data required

    2. Data and programs in secondarystorage do not disappear when thepower is turn off

    4/18/2012 53

  • 7/31/2019 Chapter 2 - Ict

    54/63

    Primary Storage

    Types of primary storage-RAM is acronym for Random-Access

    Memory which means the data and

    program in RAM can be read andwritten.

    -ROM is acronym for Read-Only

    Memory. The data or program inROM can just be read but cannot bewritten at all

    4/18/2012 54

    RAM(RANDOM ACCESS

  • 7/31/2019 Chapter 2 - Ict

    55/63

    RAM(RANDOM ACCESSMEMORY) RAM is installed inside computers.

    RAM is also known as a workingmemory

    The data in RAM can be read(retrieved) or written (stored)

    A computer uses RAM to hold

    temporary instructions and dataneeded to complete tasks

    RAM stores data during and after

    processing 4/18/2012 55

    ROM(READ ONLY

  • 7/31/2019 Chapter 2 - Ict

    56/63

    ROM(READ ONLYMEMORY) ROM is another type of memory

    permanently stored inside thecomputer.

    Program in ROM have been pre-recorded. It can only be stored by themanufacturer; once it is done, it

    cannot be changed. Many complex functions, such start up

    operating instructions, translator forhigh level languages and operating

    4/18/2012 56

  • 7/31/2019 Chapter 2 - Ict

    57/63

    Partitioning the hard disk

    Step by step how to use a windowsXP CD to partition a hard disk

    1. Insert the Windows XP Installation

    CD and restart the computer2. Press the key stated on the screen toenter the BIOS setup.

    3. Set the CDROM drives at the first

    booting device in the boot sequence4. Follow the instruction, when you get

    the message press any key to boot

    from CD 4/18/2012 57

  • 7/31/2019 Chapter 2 - Ict

    58/63

    5. Once the boot from CD-ROM hasstarted it will display at the top of thescreen: setup inspecting yourcomputers hardware configuration.

    6. Then after that the screen displayedsetup is loading files7. Finally, setup is starting windows and

    will display after a short delay the

    Windows XP professional Setupscreen.8. Select to set up Windows XP now and

    press the ENTER key

    4/18/2012 58

    Differences between RAM and

  • 7/31/2019 Chapter 2 - Ict

    59/63

    Differences between RAM andROM

    RAM ROM

    DATA ANDPROGRAM

    Stores during andafter processing

    Stored bymanufacturer

    CONTENT Stores informationtemporarily

    Stores instruction(information)permanently

    PROCESSING TIME Very fast, but uses alot of power

    Fast. But uses verylittle power

    VOLITALITY Volatile Non-volatile

    4/18/2012 59

  • 7/31/2019 Chapter 2 - Ict

    60/63

    Secondary storage

    Secondary storage is alternativestorage to keep your work anddocuments

    It is very useful to store programs anddata for future use

    It is non-volatile, which means that is

    does not need power to maintain theinformation stored in it. It will storedthe information until it is erased.

    4/18/2012 60

  • 7/31/2019 Chapter 2 - Ict

    61/63

    Types of secondary storage

    4/18/2012 61

    MAGNETIC MEDIUM-Non volatile. It can be any type ofstorage medium that utilizesmagnetic pattern to representinformation-Magnetic disk such as ; a floppydisk and hard disk-Magnetic tape including videocassette, audio storage reel to reeltape and others

    OPTICAL MEDIUM- Non volatile storage media thathold content in digital form thatare written and read by laser.These media included varioustypes of CDs and DVDs

  • 7/31/2019 Chapter 2 - Ict

    62/63

    4/18/2012 62

    Flash memory is a solid-state, non-volatile, rewritable memory thatfunctions like RAM and a hard disk drive combined. Flash memory

    store bits of electronic data in memory cells just like DRAM(Dynamic RAM), but it also works like a hard disk drive that whenthe power is turned off, the data remains in the memory

  • 7/31/2019 Chapter 2 - Ict

    63/63

    Software

    Operating system (OS)PC platform OS Apple platform OS