SlideShare a Scribd company logo
1 of 29
Topic1:
 Overview of a computer
        system

CSC118 Fundamental of Algorithm
        Development
What is computer?
 Is an electronic device, operating under the
  control of instructions stored in its own
  memory, that can accept data, process the
  data according to specified rules, produce
  results, and store the results for the future
  use.
 Data vs Information??
 Advantages & Disadvantages of using
  computers:-??
Advantages & Disadvantages

       Advantages                 Disadvantages
Speed(pantas)               Violation of privacy
Reliability(boleh dpercayai) Impact on labor
                             force(tenaga buroh)
Consistency                  Public safety
Storage                     Health Risks
Communications              Impact on Environment
The components of a computer
 Known as hardware.
 These component include:
    1.   Input Devices
    2.   Output Devices
    3.   System Unit
    4.   Storage Devices
    5.   Communications Devices
Basic Concepts of Computer
Hardware
            Secondary memory




                    CPU
  Input                               Output
          (Central Processing Unit)
 Device                               Device

               Primary Memory
 Input device – allows to enter data and
  instructions into a computer.
 Output devices – conveys information to one or
  more people
 System unit – contains electronics components
  of the computer that are used to process data.
    Motherboard is a circuit board that contains
     circuitry of a system unit
    2 main component on the motherboard –
     processor and memory
 Storage devices – records (writes) and/or
  retrieves (reads) items to and from storage
  media. Often function as a source of input
  because transfer items from storage to
  memory.
 Communication devices – enables
  computer to send (transmit) and retrieve data,
  instructions and information to and from one
  or more computers.
System unit
 All computer system have a system unit. System unit contains
   most of the computer’s electronic components.
 The basic components in the system unit, including the system
   board, microprocessor, memory, system clock, expansion
   slots and cards, bus lines, ports, cables and power supply
   units.
       System board – connects all system components to one
        another.
       Microprocessor – controls operations and performs arithmetic
        and logical operations.
       Memory – holds data, instructions, and information.
       System clock – emits a beats or pulse that sets the operating
        pace for all of the components in the system unit.
       Expansion slots – provide connections for expansion cards to
        the system board.
… System unit
   Expansion card – allow external devices to connect to and
    expand a computer’s capability.
   Bus lines – provide data pathways that connect various
    system components.
   Ports – socket for external devices to connect to the system
    unit.
   Cables – connect exterior devices to the system unit via the
    ports.
   Power supply unit – converts AC (alternating current) to DC
    (direct current), providing power to the system unit.
System board
   The system board is also known as the main board or
      motherboard.
   It is the communications medium for the entire computer system.
      Every components of the system unit connects to the system
      board.
   It acts as a data path allowing the various components to
      communicate with one another.
   For example, external devices such as the keyboard, mouse and
      monitor could not communicate with the system unit without the
      system board.
   It is a large flat circuit board covered with a variety of different
      electronic components including sockets, slots and bus lines.
Microprocessor
   In a microcomputer system, the central processing unit (CPU) or
    processor is contained on a single chip called microprocessor.
   The microprocessor is “brains” of the computer system.
   It has two basic components:
      1.   Control unit :
              Tells the rest of computer system how to carry out a program’s instructions.
              It directs the movement of electronic signals between memory, which temporarily
               holds data, instructions, and processed information, and the arithmetic logic unit.
              It also directs these control signals between the CPU and input/output devices.
      2.   Arithmetic logic unit :
              Usually called ALU, performs two types of operations: arithmetic and logical.
              Arithmetic operations as you might expect, are the fundamental math operation
               (addition, subtraction, multiplication and division).
              Logical operations consist of comparison of two pieces of data (=, <, >)
Microprocessor chip
   Chip capacities are often expressed in word sizes. A word is the
    number of bits (such as 16, 32, or 64) that can be accessed at
    one time by the CPU.
   The more bits in a word, the more powerful and faster the
    computer is.
   Eight bits group together to form a byte. So, a 32-bit-word
    computer can access 4 bytes at a time. Then, a 64-bit-word
    computer can access 8 bytes at a time. (Therefore, the computer
    designed to process 64-bit-word is faster).
   The two most significant recent developments in microprocessors
    are:
     1. 64-bit processor
              powerful and faster microcomputer.
      2.   Dual-core chip
              provides two separate and independent CPUs
              allows a single computer to run two programs at the same time –
               parallel processing
Memory
 Memory is a holding area for data, instructions, and information.
 Like microprocessors, memory is contained on chips connected to
   the system board.
 There are three well-known types of memory chips:
    1.   Random-access memory (RAM)
             Hold the program (sequence of instructions) and data that the CPU
              is presently processing.
             Called as temporary or volatile storage – everything in most types
              of RAM is lost as soon as the microcomputer is turned off (also lost
              if there is a power failure or other disruption of the electric).
             Cache memory or RAM cache improves processing by acting as a
              temporary high-speed holding area between the memory and the
              CPU  computer detects which information in RAM is most
              frequently used. It copies that information into the cache. When
              needed, the CPU can quickly access the information from the
              cache.
… Memory
2.   Read-only memory (ROM)
         ROM chips have programs built into them at the factory.
         Unlike RAM chip, ROM chips are not volatile and cannot be changed
          by the user.
         “Read only” means that the CPU can read, or retrieve data and
          programs written on the ROM chip. However, the computer cannot
          write (encode or change) the information or instructions.
         Typically contain special instructions for detailed computer operations.
          For example: instructions to start a computer.
3.   Complementary metal-oxide semiconductor (CMOS)
         CMOS chip provides flexibility and expandability for a computer
          system.
         It contains essential information that is required every time the
          computer system is turned on - current date and time, amount of RAM,
          type of keyboard, mouse, monitor and disk drive.
         Unlike RAM, it is powered by a battery and does not lose its contents
          when the power is turned off. Unlike ROM, its contents can be
          changed to reflect changes in the computer system – such as
          increased RAM and new hardware devices.
Expansion slots and cards
 Most microcomputers have open architecture – allow users to
  expand their systems by providing expansion slots on the
  system board.
 Users can insert optional devices known as expansion cards
  into these slots.
 There are a wide range of different types of expansion cards.
  Some of the most commonly used expansion cards are:
    1.   Video cards: also known as graphics cards. These cards connect
         the system board to the computer’s monitor. The cards convert the
         internal electronic signals to video signals so they can be displayed
         on the monitor.
    2.   Sound cards: accept audio input from a microphone and convert it
         into a form that can be processed by the computer. These cards
         convert internal electronic signals to audio signals so they can be
         heard from external speakers.
    3.   Modem cards: also known as internal modem. These cards allow
         distant computer to communicate with one another by converting
         electronic signals from within the system unit into electronic signals
         that can travel over telephone lines and other types of connection.
… Expansion slots and cards
3. Network interface cards (NIC): also known as network adapter
   cards, are used to connect a computer to one or more other
   computers – users can share data, programs and hardware. NIC
   typically connects the system unit to a cable that connects to the
   network.
4. TV tuner cards: can watch television, capture video, and surf the
   internet at the same time.




                        Expansion cards fit into slots on the system board
Bus lines
                     A bus line also known simply as a bus – connects the parts of the CPU to
                      each other.
                     Buses also link the CPU to various other components on the system
                      board.
                     A bus is a pathway for bits representing data and instructions. The
                      number of bits that can be travel simultaneously down a bus is known as
                      the bus width.
                     A bus is similar to a multilane highway that moves bit rather than cars
                      from one location to another. The number of traffic lanes determines the
                      bus width.
                     A highway (bus line) with more traffic lanes (bus width) can move traffic
                      (data and instructions) faster – is an important factor relating to the speed
                      and power for a particular computer. For example, a 64-bit bus is twice as
                      fast as a 32-bit bus.
                     Every computer system has two basic categories of buses:
                       1. System buses: connect the CPU to the memory on the system
                           board.
Figure 8: Bus          2. Expansion buses: connect the CPU to other components on the
                           system board.
Ports
   A port is socket for external devices to connect to the system unit.
   Some ports connect directly to the system board while other connect to
    cards that are inserted into slots on the system board.
   Many ports, like the mouse, keyboard, and video ports, are for specific
    devices. Others, like those listed below, can be used for a variety of
    different devices.
     1. Serial ports:
           are used for a wide of purposes. They are often used to connect a
            mouse, keyboard, modem, and many other devices to the system
            unit.
           Send data one bit at a time and very good for sending information
            over a long distance.
     2. Parallel ports:
           are used to connect external devices that need to send or receive
            a lot of data over a short distance.
           Typically send eight bits of data simultaneously across eight
            parallel wires.
           Mostly used to connect printers to the system unit.
… Ports
3. Universal serial bus (USB) ports:
       gradually replacing serial and parallel ports.
       Faster, and one USB port can be used to connect several
        devices to the system unit.
4. FireWire ports:
       also known as high-performance serial bus (HPSB) ports.
       As fast as USB 2.0 ports and provide connections to
        specialized FireWire devices such as camcorders.




                                                                  Ports
Excercise 1: Match with correct device
                      Portable
                     media player        speakers
                                                         scanner
     printer
                       CD/DVD
                        drive
                                         mouse         External
  Web cam                                              Hard disk

                         monitor
                                             Digital       Memory card
      keyboard                               camera
                            microphone

 USB flash                                 Hard disk         modem
   drive         Card reader/                drive
                    writer
… Computer hardware
                                                  Keyboard, Mouse, Microphone,
    Input devices – for capturing information
                                                 Scanner, Digital Camera and Web
                                                                Cam
    Output devices – for presenting
    information
                                                  Monitor, Speaker and Portable
H                                                          Media Player
A
    System unit – for creating new               Memory ,Central Processing Unit
R   information and data processing
D                                               (CPU), Motherboard, Power Supply
W                                               Hard Disk, Compact Disc, USB Flash
    Storage – for storing information
A                                                      Drive, Memory Card
R
E   Communication devices – for
                                                    Modem and Network Card
    communicating information

    Connecting devices – for moving              Cables, Telephone Lines, Satellite
    information to and from various hardware
Computer Software
 Also called a program, is a series of
  instructions that tells the computer what to
  do and how to do.
 With a graphical user interface (GUI), we
  can interact with the software using text,
  graphics and visual images such as icons.
 2 categories of software:-
     1. System Software

     2. Application Software
1. System Software
 consists of programs that control or maintain
  the operations of the computer and its
  devices.
 Serves as the interface between the user,
  the application software and the computer’s
  hardware.
 2 types:
  1.   Operating system.
  2.   Utility program
   Operating system – set of a programs that
    coordinates all the activities among computer
    hardware devices. Example Windows Vista,
    Windows XP and Mac OS X.
   Utility program – allows a user to perform
    maintenance-type tasks usually related to
    managing a computer, its devices, or its
    programs. For example utility programs to
    transfer digital photos to a CD or DVD.
2. Application Software
 Consists of programs designed to make
  users more productive and/or assist them
  with personal tasks.
 A widely used is a Web browser. Other
  popular includes word processing software,
  spreadsheet software, database software and
  presentation graphics software.
Microsoft
                        PowerPoint       Windows
                                          Media
    Windows NT                            Player




                           Exercise 2:               Windows
Ms Excel          Find the category of software        2000




           Anti virus                        Printers
           software          Paint           installer
                            program
Computer Software
                  1. Uses to run computer.
                  2. To control and maintain the operation of

S
     System          computer and its devices.

O   Software      3. Serve as the interface between computer
                     hardware, user and application software.
F                 4. Example: Operating System (Windows,
T                    Linux,Unix) and Utility Program (Antivirus).
W                 1. Program designed to make user more
A                    productive.
R                 2. Assist user to with personal task and perform
E                    specific information processing task such as
    Application      writing term paper, and creating presentation
                     slide, and writing and program.
     Software     3. Example: Microsoft Office 2007, Microsoft
                     PowerPoint 2007,spreadsheets,games, inventory
                     program.
Categories of Computers
1. Personal Computers (PC)
2. Mobile Computers and Mobile Devices
3. Game Consoles
4. Servers
5. Mainframes
6. Supercomputers
7. Embedded Computers
Smart                laptop              PDA
   Desktop
                   Phone




  Notebook         Sony’s            Tablet             Handheld
                    PS 3              PC                computer




                                                  Nuclear
          Online            UiTM
                                                  Energy
         banking           network
                                                 research



Exercise 3: Name the correct categories of computers

More Related Content

What's hot

Microprocessors and controllers
Microprocessors and controllersMicroprocessors and controllers
Microprocessors and controllersWendy Hemo
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollersAditya Porwal
 
[ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals
[ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals [ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals
[ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals naresh1992
 
Evolution of microprocessors
Evolution of microprocessorsEvolution of microprocessors
Evolution of microprocessorsharinder
 
Introduction for microprocessor
Introduction for microprocessorIntroduction for microprocessor
Introduction for microprocessorTHANDAIAH PRABU
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollersVivek Kumar
 
Timeline of Processors
Timeline of ProcessorsTimeline of Processors
Timeline of ProcessorsDevraj Goswami
 
Microprocessor and Microcontroller - ITVoyagers
Microprocessor and Microcontroller - ITVoyagersMicroprocessor and Microcontroller - ITVoyagers
Microprocessor and Microcontroller - ITVoyagersITVoyagers
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontrollerjhcid
 
Microprocessor.ppt
Microprocessor.pptMicroprocessor.ppt
Microprocessor.pptsafia kalwar
 
Lecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerLecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerEkeedaPvtLtd
 
MICROPROCESSOR,BASICS AND MEMORY CONCEPT
MICROPROCESSOR,BASICS AND MEMORY CONCEPTMICROPROCESSOR,BASICS AND MEMORY CONCEPT
MICROPROCESSOR,BASICS AND MEMORY CONCEPTLakshya Sharma
 
Microprocessor Fundamentals
Microprocessor FundamentalsMicroprocessor Fundamentals
Microprocessor FundamentalsDiwaker Pant
 
Introduction to Microprocessor & Code
Introduction to Microprocessor & CodeIntroduction to Microprocessor & Code
Introduction to Microprocessor & CodeAvijit Adhikary
 

What's hot (19)

Microprocessors and controllers
Microprocessors and controllersMicroprocessors and controllers
Microprocessors and controllers
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollers
 
Classification OF Microprocessor
Classification OF MicroprocessorClassification OF Microprocessor
Classification OF Microprocessor
 
[ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals
[ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals [ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals
[ PPT ] NS _ppt 4..ppt microprocesser and microcontroller fundamentals
 
Evolution of microprocessors
Evolution of microprocessorsEvolution of microprocessors
Evolution of microprocessors
 
Chapter 2: Microprocessors
Chapter 2: MicroprocessorsChapter 2: Microprocessors
Chapter 2: Microprocessors
 
Introduction for microprocessor
Introduction for microprocessorIntroduction for microprocessor
Introduction for microprocessor
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollers
 
Timeline of Processors
Timeline of ProcessorsTimeline of Processors
Timeline of Processors
 
Microprocessor Systems
Microprocessor Systems Microprocessor Systems
Microprocessor Systems
 
Microprocessor and Microcontroller - ITVoyagers
Microprocessor and Microcontroller - ITVoyagersMicroprocessor and Microcontroller - ITVoyagers
Microprocessor and Microcontroller - ITVoyagers
 
Evolution of processors
Evolution of processorsEvolution of processors
Evolution of processors
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontroller
 
Microprocessor.ppt
Microprocessor.pptMicroprocessor.ppt
Microprocessor.ppt
 
Lecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerLecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputer
 
MICROPROCESSOR,BASICS AND MEMORY CONCEPT
MICROPROCESSOR,BASICS AND MEMORY CONCEPTMICROPROCESSOR,BASICS AND MEMORY CONCEPT
MICROPROCESSOR,BASICS AND MEMORY CONCEPT
 
Microprocessors
MicroprocessorsMicroprocessors
Microprocessors
 
Microprocessor Fundamentals
Microprocessor FundamentalsMicroprocessor Fundamentals
Microprocessor Fundamentals
 
Introduction to Microprocessor & Code
Introduction to Microprocessor & CodeIntroduction to Microprocessor & Code
Introduction to Microprocessor & Code
 

Similar to Chapter 1 CSC118

COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptxCOMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptxPannaBushratul
 
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxWHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxssuserfbb80b
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxhasanbashar400
 
computer science and enginnering fundamental organisation.pptx
computer science and enginnering fundamental organisation.pptxcomputer science and enginnering fundamental organisation.pptx
computer science and enginnering fundamental organisation.pptxPannaBushratul
 
cental processing unit and all its components
cental processing unit and all its componentscental processing unit and all its components
cental processing unit and all its componentsssuserf86fba
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o deviceskitturashmikittu
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationFrankie Jones
 
Pramilah Chap 04 System Unit
Pramilah Chap 04 System UnitPramilah Chap 04 System Unit
Pramilah Chap 04 System Unitsharing notes123
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptxAyyappanSri
 
Itc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interfaceItc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interfaceAnzaDar3
 
Free Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private LimitedFree Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private LimitedHemraj Singh Chouhan
 
CT01 Computer Basics
CT01 Computer BasicsCT01 Computer Basics
CT01 Computer Basicsehillpamlico
 

Similar to Chapter 1 CSC118 (20)

Csc118 chapter1
Csc118 chapter1Csc118 chapter1
Csc118 chapter1
 
Processing Data
Processing DataProcessing Data
Processing Data
 
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptxCOMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
 
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxWHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
 
Multimedia Technology
Multimedia TechnologyMultimedia Technology
Multimedia Technology
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptx
 
The system unit
The system unitThe system unit
The system unit
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
 
computer science and enginnering fundamental organisation.pptx
computer science and enginnering fundamental organisation.pptxcomputer science and enginnering fundamental organisation.pptx
computer science and enginnering fundamental organisation.pptx
 
cental processing unit and all its components
cental processing unit and all its componentscental processing unit and all its components
cental processing unit and all its components
 
Ppt Lesson 04
Ppt Lesson 04Ppt Lesson 04
Ppt Lesson 04
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o devices
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of information
 
Cliff sugerman
Cliff sugermanCliff sugerman
Cliff sugerman
 
Pramilah Chap 04 System Unit
Pramilah Chap 04 System UnitPramilah Chap 04 System Unit
Pramilah Chap 04 System Unit
 
System Unit
System UnitSystem Unit
System Unit
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptx
 
Itc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interfaceItc lec 3 Ip cycle , system unit, interface
Itc lec 3 Ip cycle , system unit, interface
 
Free Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private LimitedFree Hardware & Networking Slides by ITE Infotech Private Limited
Free Hardware & Networking Slides by ITE Infotech Private Limited
 
CT01 Computer Basics
CT01 Computer BasicsCT01 Computer Basics
CT01 Computer Basics
 

Recently uploaded

Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 

Recently uploaded (20)

Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 

Chapter 1 CSC118

  • 1. Topic1: Overview of a computer system CSC118 Fundamental of Algorithm Development
  • 2. What is computer?  Is an electronic device, operating under the control of instructions stored in its own memory, that can accept data, process the data according to specified rules, produce results, and store the results for the future use.  Data vs Information??  Advantages & Disadvantages of using computers:-??
  • 3. Advantages & Disadvantages Advantages Disadvantages Speed(pantas) Violation of privacy Reliability(boleh dpercayai) Impact on labor force(tenaga buroh) Consistency Public safety Storage Health Risks Communications Impact on Environment
  • 4. The components of a computer  Known as hardware.  These component include: 1. Input Devices 2. Output Devices 3. System Unit 4. Storage Devices 5. Communications Devices
  • 5. Basic Concepts of Computer Hardware Secondary memory CPU Input Output (Central Processing Unit) Device Device Primary Memory
  • 6.  Input device – allows to enter data and instructions into a computer.  Output devices – conveys information to one or more people  System unit – contains electronics components of the computer that are used to process data.  Motherboard is a circuit board that contains circuitry of a system unit  2 main component on the motherboard – processor and memory
  • 7.  Storage devices – records (writes) and/or retrieves (reads) items to and from storage media. Often function as a source of input because transfer items from storage to memory.  Communication devices – enables computer to send (transmit) and retrieve data, instructions and information to and from one or more computers.
  • 8. System unit  All computer system have a system unit. System unit contains most of the computer’s electronic components.  The basic components in the system unit, including the system board, microprocessor, memory, system clock, expansion slots and cards, bus lines, ports, cables and power supply units.  System board – connects all system components to one another.  Microprocessor – controls operations and performs arithmetic and logical operations.  Memory – holds data, instructions, and information.  System clock – emits a beats or pulse that sets the operating pace for all of the components in the system unit.  Expansion slots – provide connections for expansion cards to the system board.
  • 9. … System unit  Expansion card – allow external devices to connect to and expand a computer’s capability.  Bus lines – provide data pathways that connect various system components.  Ports – socket for external devices to connect to the system unit.  Cables – connect exterior devices to the system unit via the ports.  Power supply unit – converts AC (alternating current) to DC (direct current), providing power to the system unit.
  • 10. System board  The system board is also known as the main board or motherboard.  It is the communications medium for the entire computer system. Every components of the system unit connects to the system board.  It acts as a data path allowing the various components to communicate with one another.  For example, external devices such as the keyboard, mouse and monitor could not communicate with the system unit without the system board.  It is a large flat circuit board covered with a variety of different electronic components including sockets, slots and bus lines.
  • 11. Microprocessor  In a microcomputer system, the central processing unit (CPU) or processor is contained on a single chip called microprocessor.  The microprocessor is “brains” of the computer system.  It has two basic components: 1. Control unit :  Tells the rest of computer system how to carry out a program’s instructions.  It directs the movement of electronic signals between memory, which temporarily holds data, instructions, and processed information, and the arithmetic logic unit.  It also directs these control signals between the CPU and input/output devices. 2. Arithmetic logic unit :  Usually called ALU, performs two types of operations: arithmetic and logical.  Arithmetic operations as you might expect, are the fundamental math operation (addition, subtraction, multiplication and division).  Logical operations consist of comparison of two pieces of data (=, <, >)
  • 12. Microprocessor chip  Chip capacities are often expressed in word sizes. A word is the number of bits (such as 16, 32, or 64) that can be accessed at one time by the CPU.  The more bits in a word, the more powerful and faster the computer is.  Eight bits group together to form a byte. So, a 32-bit-word computer can access 4 bytes at a time. Then, a 64-bit-word computer can access 8 bytes at a time. (Therefore, the computer designed to process 64-bit-word is faster).  The two most significant recent developments in microprocessors are: 1. 64-bit processor  powerful and faster microcomputer. 2. Dual-core chip  provides two separate and independent CPUs  allows a single computer to run two programs at the same time – parallel processing
  • 13. Memory  Memory is a holding area for data, instructions, and information.  Like microprocessors, memory is contained on chips connected to the system board.  There are three well-known types of memory chips: 1. Random-access memory (RAM)  Hold the program (sequence of instructions) and data that the CPU is presently processing.  Called as temporary or volatile storage – everything in most types of RAM is lost as soon as the microcomputer is turned off (also lost if there is a power failure or other disruption of the electric).  Cache memory or RAM cache improves processing by acting as a temporary high-speed holding area between the memory and the CPU  computer detects which information in RAM is most frequently used. It copies that information into the cache. When needed, the CPU can quickly access the information from the cache.
  • 14. … Memory 2. Read-only memory (ROM)  ROM chips have programs built into them at the factory.  Unlike RAM chip, ROM chips are not volatile and cannot be changed by the user.  “Read only” means that the CPU can read, or retrieve data and programs written on the ROM chip. However, the computer cannot write (encode or change) the information or instructions.  Typically contain special instructions for detailed computer operations. For example: instructions to start a computer. 3. Complementary metal-oxide semiconductor (CMOS)  CMOS chip provides flexibility and expandability for a computer system.  It contains essential information that is required every time the computer system is turned on - current date and time, amount of RAM, type of keyboard, mouse, monitor and disk drive.  Unlike RAM, it is powered by a battery and does not lose its contents when the power is turned off. Unlike ROM, its contents can be changed to reflect changes in the computer system – such as increased RAM and new hardware devices.
  • 15. Expansion slots and cards  Most microcomputers have open architecture – allow users to expand their systems by providing expansion slots on the system board.  Users can insert optional devices known as expansion cards into these slots.  There are a wide range of different types of expansion cards. Some of the most commonly used expansion cards are: 1. Video cards: also known as graphics cards. These cards connect the system board to the computer’s monitor. The cards convert the internal electronic signals to video signals so they can be displayed on the monitor. 2. Sound cards: accept audio input from a microphone and convert it into a form that can be processed by the computer. These cards convert internal electronic signals to audio signals so they can be heard from external speakers. 3. Modem cards: also known as internal modem. These cards allow distant computer to communicate with one another by converting electronic signals from within the system unit into electronic signals that can travel over telephone lines and other types of connection.
  • 16. … Expansion slots and cards 3. Network interface cards (NIC): also known as network adapter cards, are used to connect a computer to one or more other computers – users can share data, programs and hardware. NIC typically connects the system unit to a cable that connects to the network. 4. TV tuner cards: can watch television, capture video, and surf the internet at the same time. Expansion cards fit into slots on the system board
  • 17. Bus lines  A bus line also known simply as a bus – connects the parts of the CPU to each other.  Buses also link the CPU to various other components on the system board.  A bus is a pathway for bits representing data and instructions. The number of bits that can be travel simultaneously down a bus is known as the bus width.  A bus is similar to a multilane highway that moves bit rather than cars from one location to another. The number of traffic lanes determines the bus width.  A highway (bus line) with more traffic lanes (bus width) can move traffic (data and instructions) faster – is an important factor relating to the speed and power for a particular computer. For example, a 64-bit bus is twice as fast as a 32-bit bus.  Every computer system has two basic categories of buses: 1. System buses: connect the CPU to the memory on the system board. Figure 8: Bus 2. Expansion buses: connect the CPU to other components on the system board.
  • 18. Ports  A port is socket for external devices to connect to the system unit.  Some ports connect directly to the system board while other connect to cards that are inserted into slots on the system board.  Many ports, like the mouse, keyboard, and video ports, are for specific devices. Others, like those listed below, can be used for a variety of different devices. 1. Serial ports:  are used for a wide of purposes. They are often used to connect a mouse, keyboard, modem, and many other devices to the system unit.  Send data one bit at a time and very good for sending information over a long distance. 2. Parallel ports:  are used to connect external devices that need to send or receive a lot of data over a short distance.  Typically send eight bits of data simultaneously across eight parallel wires.  Mostly used to connect printers to the system unit.
  • 19. … Ports 3. Universal serial bus (USB) ports:  gradually replacing serial and parallel ports.  Faster, and one USB port can be used to connect several devices to the system unit. 4. FireWire ports:  also known as high-performance serial bus (HPSB) ports.  As fast as USB 2.0 ports and provide connections to specialized FireWire devices such as camcorders. Ports
  • 20. Excercise 1: Match with correct device Portable media player speakers scanner printer CD/DVD drive mouse External Web cam Hard disk monitor Digital Memory card keyboard camera microphone USB flash Hard disk modem drive Card reader/ drive writer
  • 21. … Computer hardware Keyboard, Mouse, Microphone, Input devices – for capturing information Scanner, Digital Camera and Web Cam Output devices – for presenting information Monitor, Speaker and Portable H Media Player A System unit – for creating new Memory ,Central Processing Unit R information and data processing D (CPU), Motherboard, Power Supply W Hard Disk, Compact Disc, USB Flash Storage – for storing information A Drive, Memory Card R E Communication devices – for Modem and Network Card communicating information Connecting devices – for moving Cables, Telephone Lines, Satellite information to and from various hardware
  • 22. Computer Software  Also called a program, is a series of instructions that tells the computer what to do and how to do.  With a graphical user interface (GUI), we can interact with the software using text, graphics and visual images such as icons.  2 categories of software:- 1. System Software 2. Application Software
  • 23. 1. System Software  consists of programs that control or maintain the operations of the computer and its devices.  Serves as the interface between the user, the application software and the computer’s hardware.  2 types: 1. Operating system. 2. Utility program
  • 24. Operating system – set of a programs that coordinates all the activities among computer hardware devices. Example Windows Vista, Windows XP and Mac OS X.  Utility program – allows a user to perform maintenance-type tasks usually related to managing a computer, its devices, or its programs. For example utility programs to transfer digital photos to a CD or DVD.
  • 25. 2. Application Software  Consists of programs designed to make users more productive and/or assist them with personal tasks.  A widely used is a Web browser. Other popular includes word processing software, spreadsheet software, database software and presentation graphics software.
  • 26. Microsoft PowerPoint Windows Media Windows NT Player Exercise 2: Windows Ms Excel Find the category of software 2000 Anti virus Printers software Paint installer program
  • 27. Computer Software 1. Uses to run computer. 2. To control and maintain the operation of S System computer and its devices. O Software 3. Serve as the interface between computer hardware, user and application software. F 4. Example: Operating System (Windows, T Linux,Unix) and Utility Program (Antivirus). W 1. Program designed to make user more A productive. R 2. Assist user to with personal task and perform E specific information processing task such as Application writing term paper, and creating presentation slide, and writing and program. Software 3. Example: Microsoft Office 2007, Microsoft PowerPoint 2007,spreadsheets,games, inventory program.
  • 28. Categories of Computers 1. Personal Computers (PC) 2. Mobile Computers and Mobile Devices 3. Game Consoles 4. Servers 5. Mainframes 6. Supercomputers 7. Embedded Computers
  • 29. Smart laptop PDA Desktop Phone Notebook Sony’s Tablet Handheld PS 3 PC computer Nuclear Online UiTM Energy banking network research Exercise 3: Name the correct categories of computers