Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                      Computer Fundamentals: Pradeep K. Sinha & Priti Sinha




Ref Page   Chapter 10: Computer Software                     Slide 1/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Learning Objectives

      In this chapter you will learn about:

           § Term “Software” and its relationship with “Hardware”
           § Various types of software and their examples
           § Relationship among hardware, system software,
             application software, and users of a computer system
           § Different ways of acquiring software
           § Various steps involved in software development
           § Firmware
           § Middleware




Ref Page 172        Chapter 10: Computer Software                     Slide 2/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                              Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

  Software

      § Hardware refers to the physical devices of a
        computer system.
      § Software refers to a collection of programs
      § Program is a sequence of instructions written in a
        language that can be understood by a computer
      § Software package is a group of programs that solve
        a specific problem or perform a specific type of job




Ref Page 172       Chapter 10: Computer Software                     Slide 3/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                              Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Relationship Between Hardware and
 Software

      § Both hardware and software are necessary for a
        computer to do useful job. They are complementary
        to each other
      § Same hardware can be loaded with different software
        to make a computer system perform different types
        of jobs
      § Except for upgrades, hardware is normally a one-
        time expense, whereas software is a continuing
        expense
      § Upgrades refer to renewing or changing components
        like increasing the main memory, or hard disk
        capacities, or adding speakers, modems, etc.




Ref Page 173       Chapter 10: Computer Software                     Slide 4/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

  Types of Software

      Most software can be divided into two major categories:
           § System software are designed to control the
             operation and extend the processing capability of a
             computer system
           § Application software are designed to solve a
             specific problem or to do a specific task




Ref Page 173        Chapter 10: Computer Software                     Slide 5/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                              Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 System Software

      § Make the operation of a computer system more effective
        and efficient

      § Help hardware components work together and provide
        support for the development and execution of application
        software

      § Programs included in a system software package are
        called system programs and programmers who
        prepare them are called system programmers

      § Examples of system software are operating systems,
        programming language translators, utility programs, and
        communications software




Ref Page 173       Chapter 10: Computer Software                     Slide 6/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Application Software

      § Solve a specific problem or do a specific task
      § Programs included in an application software
        package are called application programs and the
        programmers who prepare them are called
        application programmers
      § Examples of application software are word
        processing, inventory management, preparation of
        tax returns, banking, etc.




Ref Page 174        Chapter 10: Computer Software                     Slide 7/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                                        Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Logical System Architecture



                                           HARDWARE
                                   (Physical devices/components
                                     of the computer system)

                                       SYSTEM SOFTWARE
                             (Software that constitute the operating and
                         programming environment of the computer system)

                                     APPLICATION SOFTWARE
                        (Software that do a specific task or solve a specific problem)

                                            USERS
                        (Normally interact with the system via the user
                        interface provided by the application software)

       Relationship among hardware, system software, application software, and users of a
       computer system.



Ref Page 175             Chapter 10: Computer Software                                   Slide 8/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                                Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

  Ways of Acquiring Software

      § Buying pre-written software
      § Ordering customized software
      § Developing customized software
      § Downloading public-domain software

      Each of these ways of acquiring software has its own
      advantages and limitations




Ref Page 176         Chapter 10: Computer Software                     Slide 9/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                              Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
  Advantages and Limitations of
  Buying Pre-written Software

      § Usually costs less
      § Planned activity can be stared almost immediately
      § Often, operating efficiency and the capability to meet
        specific needs of user more effectively in not as good
        for pre-written software packages as for in-house
        developed software packages




Ref Page 176       Chapter 10: Computer Software                     Slide 10/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

  Advantages & Limitations of Ordering
  Customized Software

      § User need not maintain its own software development team,
        which is an expensive affair
      § User needs to always depend on the vendor for carrying out
        the changes and the vendor may separately charge for
        every request for change




Ref Page 177        Chapter 10: Computer Software                     Slide 11/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

  Advantages & Limitations of Developing
  Customized Software

      § Easier to carry out changes in the software, if it is
        developed in-house
      § Developing software in-house means a major
        commitment of time, money, and resources
      § In-house software development team needs to be
        maintained and managed




Ref Page 177        Chapter 10: Computer Software                     Slide 12/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                                 Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

  Advantage & Limitations of Downloading
  Public-domain Software

      §   Available for free or as shareware, and are usually accompanied
          with source code
      §   Usually community-supported as author does not support users
          directly
      §   Can be downloaded and used immediately
      §   They may not be properly tested before release
      §   Open Source Software (OSS) are becoming popular due to:
          § Allows any user to download, view, modify, and redistribute
          § User can fix bugs or change software to suit needs
          § Copyright is protected for both original and subsequent
            authors
      §   Not all open source software are free and vise-verse




Ref Page 178          Chapter 10: Computer Software                     Slide 13/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Software Development Steps

      Developing a software and putting it to use is a complex
      process and involves following steps:
      §   Analyzing the problem at hand and planning the
          program(s) to solve the problem
      §   Coding the program(s)
      §   Testing, debugging, and documenting the program(s)
      §   Implementing the program(s)
      §   Evaluating and maintaining the program(s)




Ref Page 178        Chapter 10: Computer Software                     Slide 14/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                              Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Firmware

      § Firmware is software substituted for hardware and stored
        in read-only memory
      § Firmware technology has enabled production of various
        types of smart machines having microprocessor chips
        with embedded software




Ref Page 179       Chapter 10: Computer Software                     Slide 15/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                               Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Middleware

      § Basic idea is to have a separate software layer to:
          § Act as “glue” between client and server parts of
            application
          § Provide programming abstraction
          § Mask heterogeneity of underlying network, hardware,
            and OS
      § Encourages three-tier software architecture against two-
        tier popularized by Server-Client architecture




Ref Page 179        Chapter 10: Computer Software                     Slide 16/17
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
                                  Computer Fundamentals: Pradeep K. Sinha & Priti Sinha

 Key Words/Phrases

        §   Application programmers        §   Pre-written software
        §   Application programs           §   Public-domain software
        §   Application software           §   Shareware
        §   Computer program               §   Software
        §   Customized software            §   Software package
        §   Database                       §   Spreadsheet
        §   Education software             §   System programmers
        §   End-to-end solution            §   System programs
        §   Entertainment software         §   System software
        §   Firmware                       §   Turnkey solution
        §   Graphics software              §   User-supported
        §   Hardware                           software
        §   Middleware                     §   Utilities
        §   Open Source Software           §   Word-processing
        §   Personal assistance software




Ref Page 181           Chapter 10: Computer Software                     Slide 17/17

More Related Content

PDF
Chapter 10 cs 2o-p
PDF
Chapter 09 io devices
PPTX
CH13-Computer Programs and Programming Languages
PPTX
How dvcs can reduce your development costs and enhance productivity final
PPTX
Juc deck 16x9_dev_ops_mvp
PPT
Software
PDF
Flexible DevOps Deployment of Enterprise Test Environments in the Cloud
PPTX
SET NSF Final Presentation
Chapter 10 cs 2o-p
Chapter 09 io devices
CH13-Computer Programs and Programming Languages
How dvcs can reduce your development costs and enhance productivity final
Juc deck 16x9_dev_ops_mvp
Software
Flexible DevOps Deployment of Enterprise Test Environments in the Cloud
SET NSF Final Presentation

What's hot (9)

PPT
Les outils de Devops IBM
PDF
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
PPTX
Kevin bryan coduru
DOC
Resume_PankajTaneja_Infosystem
PDF
Design Considerations for Desktop Video Collaboration over a ...
PDF
Computer Fundamentals Chapter 11 pcp
PDF
Care presentatie oktober 2011
ODP
Agile Software Development - Making Programming Fun Again
Les outils de Devops IBM
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
Kevin bryan coduru
Resume_PankajTaneja_Infosystem
Design Considerations for Desktop Video Collaboration over a ...
Computer Fundamentals Chapter 11 pcp
Care presentatie oktober 2011
Agile Software Development - Making Programming Fun Again
Ad

Viewers also liked (13)

PDF
Chapter 04 computer codes
PDF
Chapter 03 number system
PDF
Chapter 07 pam 2o-p
PDF
Chapter 01 introduction
PDF
Chapter 06 boolean algebra 2o-p
PPT
Introduction to Software Engineering 1
PPT
Lecture 19 design concepts
PPT
Lecture 17 design concepts (2)
PPT
Lecture 15 requirements modeling - scenario, information and analysis class...
PPT
Lecture 3 software process model
PPT
Lecture 6 agile software development
PPT
Lecture 2 introduction to Software Engineering 1
PPT
Fundamentals of Financial Management.
Chapter 04 computer codes
Chapter 03 number system
Chapter 07 pam 2o-p
Chapter 01 introduction
Chapter 06 boolean algebra 2o-p
Introduction to Software Engineering 1
Lecture 19 design concepts
Lecture 17 design concepts (2)
Lecture 15 requirements modeling - scenario, information and analysis class...
Lecture 3 software process model
Lecture 6 agile software development
Lecture 2 introduction to Software Engineering 1
Fundamentals of Financial Management.
Ad

Similar to Software (20)

PDF
Chapter06 computer software
PDF
Chapter 10 cs
PPTX
gbsgtgtdgtgttgtgtgtdgtdgsdgdtgdgdgdgPresentation4.pptx
PPTX
L 09 computer software
PPTX
L 10 computer software
PDF
Software Resource for Low Secondary Computing
PDF
Computer networks note 3
PPTX
ict act 1.pptx
PDF
Lecture-3-02112021-013630pm.pdf
DOCX
Document of
PPTX
Install Software Application buze 1 new.pptx
PDF
What is computer software, difference between hardware and software, types of...
PPT
Presentation on different kinds of software
PPTX
software History
PDF
Computer Hardware And Software Types, Functions, Difference between Hardware ...
PDF
MCA-5 unit1
PPTX
Software Presentation
PPTX
511718781-Install-Software-Application.pptx
PPT
Concept of Hardware & Software.ppt
Chapter06 computer software
Chapter 10 cs
gbsgtgtdgtgttgtgtgtdgtdgsdgdtgdgdgdgPresentation4.pptx
L 09 computer software
L 10 computer software
Software Resource for Low Secondary Computing
Computer networks note 3
ict act 1.pptx
Lecture-3-02112021-013630pm.pdf
Document of
Install Software Application buze 1 new.pptx
What is computer software, difference between hardware and software, types of...
Presentation on different kinds of software
software History
Computer Hardware And Software Types, Functions, Difference between Hardware ...
MCA-5 unit1
Software Presentation
511718781-Install-Software-Application.pptx
Concept of Hardware & Software.ppt

More from IIUI (20)

PPTX
Rank brain
PDF
Chapter 09 io devices 3o-p
PDF
Chapter 09 io devices 2o-p
PDF
Chapter 09 io devices
PDF
Chapter 08 secondary storage 3o-p
PDF
Chapter 08 secondary storage 2o-p
PDF
Chapter 08 secondary storage
PDF
Chapter 07 pam 3o-p
PDF
Chapter 07 pam
PDF
Chapter 06 boolean algebra 3o-p
PDF
Chapter 06 boolean algebra
PDF
Chapter 05 computer arithmetic 2o-p
PDF
Chapter 05 computer arithmetic
PDF
Chapter 04 computer codes 3o-p
PDF
Chapter 03 number system 3o-p
PDF
Chapter 03 number system 2o-p
PDF
Chapter 02 bco 3o-p
PDF
Chapter 02 bco 2o-p
PDF
Chapter 02 bco
PPT
Lecture 20 software testing (2)
Rank brain
Chapter 09 io devices 3o-p
Chapter 09 io devices 2o-p
Chapter 09 io devices
Chapter 08 secondary storage 3o-p
Chapter 08 secondary storage 2o-p
Chapter 08 secondary storage
Chapter 07 pam 3o-p
Chapter 07 pam
Chapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra
Chapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic
Chapter 04 computer codes 3o-p
Chapter 03 number system 3o-p
Chapter 03 number system 2o-p
Chapter 02 bco 3o-p
Chapter 02 bco 2o-p
Chapter 02 bco
Lecture 20 software testing (2)

Recently uploaded (20)

PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
Journal of Dental Science - UDMY (2020).pdf
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
Race Reva University – Shaping Future Leaders in Artificial Intelligence
PDF
Empowerment Technology for Senior High School Guide
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
English Textual Question & Ans (12th Class).pdf
PDF
Complications of Minimal Access-Surgery.pdf
PDF
HVAC Specification 2024 according to central public works department
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
Climate and Adaptation MCQs class 7 from chatgpt
PPTX
Computer Architecture Input Output Memory.pptx
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Journal of Dental Science - UDMY (2022).pdf
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Environmental Education MCQ BD2EE - Share Source.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Journal of Dental Science - UDMY (2020).pdf
Introduction to pro and eukaryotes and differences.pptx
Race Reva University – Shaping Future Leaders in Artificial Intelligence
Empowerment Technology for Senior High School Guide
A powerpoint presentation on the Revised K-10 Science Shaping Paper
English Textual Question & Ans (12th Class).pdf
Complications of Minimal Access-Surgery.pdf
HVAC Specification 2024 according to central public works department
Cambridge-Practice-Tests-for-IELTS-12.docx
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
Climate and Adaptation MCQs class 7 from chatgpt
Computer Architecture Input Output Memory.pptx
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
My India Quiz Book_20210205121199924.pdf
Journal of Dental Science - UDMY (2022).pdf
MBA _Common_ 2nd year Syllabus _2021-22_.pdf

Software

  • 1. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Ref Page Chapter 10: Computer Software Slide 1/17
  • 2. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Learning Objectives In this chapter you will learn about: § Term “Software” and its relationship with “Hardware” § Various types of software and their examples § Relationship among hardware, system software, application software, and users of a computer system § Different ways of acquiring software § Various steps involved in software development § Firmware § Middleware Ref Page 172 Chapter 10: Computer Software Slide 2/17
  • 3. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Software § Hardware refers to the physical devices of a computer system. § Software refers to a collection of programs § Program is a sequence of instructions written in a language that can be understood by a computer § Software package is a group of programs that solve a specific problem or perform a specific type of job Ref Page 172 Chapter 10: Computer Software Slide 3/17
  • 4. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Relationship Between Hardware and Software § Both hardware and software are necessary for a computer to do useful job. They are complementary to each other § Same hardware can be loaded with different software to make a computer system perform different types of jobs § Except for upgrades, hardware is normally a one- time expense, whereas software is a continuing expense § Upgrades refer to renewing or changing components like increasing the main memory, or hard disk capacities, or adding speakers, modems, etc. Ref Page 173 Chapter 10: Computer Software Slide 4/17
  • 5. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Types of Software Most software can be divided into two major categories: § System software are designed to control the operation and extend the processing capability of a computer system § Application software are designed to solve a specific problem or to do a specific task Ref Page 173 Chapter 10: Computer Software Slide 5/17
  • 6. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha System Software § Make the operation of a computer system more effective and efficient § Help hardware components work together and provide support for the development and execution of application software § Programs included in a system software package are called system programs and programmers who prepare them are called system programmers § Examples of system software are operating systems, programming language translators, utility programs, and communications software Ref Page 173 Chapter 10: Computer Software Slide 6/17
  • 7. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Application Software § Solve a specific problem or do a specific task § Programs included in an application software package are called application programs and the programmers who prepare them are called application programmers § Examples of application software are word processing, inventory management, preparation of tax returns, banking, etc. Ref Page 174 Chapter 10: Computer Software Slide 7/17
  • 8. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Logical System Architecture HARDWARE (Physical devices/components of the computer system) SYSTEM SOFTWARE (Software that constitute the operating and programming environment of the computer system) APPLICATION SOFTWARE (Software that do a specific task or solve a specific problem) USERS (Normally interact with the system via the user interface provided by the application software) Relationship among hardware, system software, application software, and users of a computer system. Ref Page 175 Chapter 10: Computer Software Slide 8/17
  • 9. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Ways of Acquiring Software § Buying pre-written software § Ordering customized software § Developing customized software § Downloading public-domain software Each of these ways of acquiring software has its own advantages and limitations Ref Page 176 Chapter 10: Computer Software Slide 9/17
  • 10. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Advantages and Limitations of Buying Pre-written Software § Usually costs less § Planned activity can be stared almost immediately § Often, operating efficiency and the capability to meet specific needs of user more effectively in not as good for pre-written software packages as for in-house developed software packages Ref Page 176 Chapter 10: Computer Software Slide 10/17
  • 11. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Advantages & Limitations of Ordering Customized Software § User need not maintain its own software development team, which is an expensive affair § User needs to always depend on the vendor for carrying out the changes and the vendor may separately charge for every request for change Ref Page 177 Chapter 10: Computer Software Slide 11/17
  • 12. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Advantages & Limitations of Developing Customized Software § Easier to carry out changes in the software, if it is developed in-house § Developing software in-house means a major commitment of time, money, and resources § In-house software development team needs to be maintained and managed Ref Page 177 Chapter 10: Computer Software Slide 12/17
  • 13. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Advantage & Limitations of Downloading Public-domain Software § Available for free or as shareware, and are usually accompanied with source code § Usually community-supported as author does not support users directly § Can be downloaded and used immediately § They may not be properly tested before release § Open Source Software (OSS) are becoming popular due to: § Allows any user to download, view, modify, and redistribute § User can fix bugs or change software to suit needs § Copyright is protected for both original and subsequent authors § Not all open source software are free and vise-verse Ref Page 178 Chapter 10: Computer Software Slide 13/17
  • 14. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Software Development Steps Developing a software and putting it to use is a complex process and involves following steps: § Analyzing the problem at hand and planning the program(s) to solve the problem § Coding the program(s) § Testing, debugging, and documenting the program(s) § Implementing the program(s) § Evaluating and maintaining the program(s) Ref Page 178 Chapter 10: Computer Software Slide 14/17
  • 15. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Firmware § Firmware is software substituted for hardware and stored in read-only memory § Firmware technology has enabled production of various types of smart machines having microprocessor chips with embedded software Ref Page 179 Chapter 10: Computer Software Slide 15/17
  • 16. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Middleware § Basic idea is to have a separate software layer to: § Act as “glue” between client and server parts of application § Provide programming abstraction § Mask heterogeneity of underlying network, hardware, and OS § Encourages three-tier software architecture against two- tier popularized by Server-Client architecture Ref Page 179 Chapter 10: Computer Software Slide 16/17
  • 17. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Key Words/Phrases § Application programmers § Pre-written software § Application programs § Public-domain software § Application software § Shareware § Computer program § Software § Customized software § Software package § Database § Spreadsheet § Education software § System programmers § End-to-end solution § System programs § Entertainment software § System software § Firmware § Turnkey solution § Graphics software § User-supported § Hardware software § Middleware § Utilities § Open Source Software § Word-processing § Personal assistance software Ref Page 181 Chapter 10: Computer Software Slide 17/17