SlideShare a Scribd company logo
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

What's hot

Les outils de Devops IBM
Les outils de Devops IBMLes outils de Devops IBM
Les outils de Devops IBM
Patrick Bouillaud
 
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
Videoguy
 
Kevin bryan coduru
Kevin bryan coduruKevin bryan coduru
Kevin bryan coduru
Stanford University
 
Resume_PankajTaneja_Infosystem
Resume_PankajTaneja_InfosystemResume_PankajTaneja_Infosystem
Resume_PankajTaneja_Infosystem
Pankaj Taneja
 
Design Considerations for Desktop Video Collaboration over a ...
Design Considerations for Desktop Video Collaboration over a ...Design Considerations for Desktop Video Collaboration over a ...
Design Considerations for Desktop Video Collaboration over a ...
Videoguy
 
Computer Fundamentals Chapter 11 pcp
Computer Fundamentals Chapter 11 pcpComputer Fundamentals Chapter 11 pcp
Computer Fundamentals Chapter 11 pcp
Saumya Sahu
 
Care presentatie oktober 2011
Care presentatie oktober 2011Care presentatie oktober 2011
Care presentatie oktober 2011
meijerandre
 
DipTech
DipTechDipTech
Agile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainAgile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun Again
Calen Legaspi
 

What's hot (9)

Les outils de Devops IBM
Les outils de Devops IBMLes outils de Devops IBM
Les outils de Devops IBM
 
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
CONTENTS 1 INTRODUCTION 2 2 BACKGROUND TO THE PROJECT 3
 
Kevin bryan coduru
Kevin bryan coduruKevin bryan coduru
Kevin bryan coduru
 
Resume_PankajTaneja_Infosystem
Resume_PankajTaneja_InfosystemResume_PankajTaneja_Infosystem
Resume_PankajTaneja_Infosystem
 
Design Considerations for Desktop Video Collaboration over a ...
Design Considerations for Desktop Video Collaboration over a ...Design Considerations for Desktop Video Collaboration over a ...
Design Considerations for Desktop Video Collaboration over a ...
 
Computer Fundamentals Chapter 11 pcp
Computer Fundamentals Chapter 11 pcpComputer Fundamentals Chapter 11 pcp
Computer Fundamentals Chapter 11 pcp
 
Care presentatie oktober 2011
Care presentatie oktober 2011Care presentatie oktober 2011
Care presentatie oktober 2011
 
DipTech
DipTechDipTech
DipTech
 
Agile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainAgile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun Again
 

Viewers also liked

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

Viewers also liked (13)

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

Similar to Software

Chapter 10 cs
Chapter 10 csChapter 10 cs
Chapter 10 cs
Hareem Aslam
 
Chapter06 computer software
Chapter06   computer softwareChapter06   computer software
Chapter06 computer software
Ainuddin Yousufzai
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02
Tapas Das
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02
Tapas Das
 
Computer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 osComputer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 os
Saumya Sahu
 
Chapter 15 asp
Chapter 15 aspChapter 15 asp
Chapter 15 asp
Hareem Aslam
 
Chapter 12 cl
Chapter 12 clChapter 12 cl
Chapter 12 cl
Hareem Aslam
 
Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)
bluejayjunior
 
Chapter 13 sio
Chapter 13 sioChapter 13 sio
Chapter 13 sio
Hareem Aslam
 
Slides chapter 1
Slides chapter 1Slides chapter 1
Slides chapter 1
gvkmku
 
Computer Hardware, Software and Firmware
Computer Hardware, Software and FirmwareComputer Hardware, Software and Firmware
Computer Hardware, Software and Firmware
City University, Dhaka, Bangladesh
 
Chapter 14 os
Chapter 14 osChapter 14 os
Chapter 14 os
Hareem Aslam
 
Unit 1 introduction to software
Unit 1 introduction to softwareUnit 1 introduction to software
Unit 1 introduction to software
KanchanPatil34
 
Computer Fundamentals Chapter 01 introduction
Computer Fundamentals Chapter 01 introductionComputer Fundamentals Chapter 01 introduction
Computer Fundamentals Chapter 01 introduction
Saumya Sahu
 
P k sinha IT Book
P k sinha IT BookP k sinha IT Book
P k sinha IT Book
amandeep0224
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
Saumya Sahu
 
Software engg. pressman_ch-1
Software engg. pressman_ch-1Software engg. pressman_ch-1
Software engg. pressman_ch-1
Dhairya Joshi
 
APPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdf
APPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdfAPPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdf
APPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdf
AirrahArishaPialaAlc
 
Software.
Software.Software.
Software.
1988sreejith
 
What is software
What is softwareWhat is software
What is software
Anil815218
 

Similar to Software (20)

Chapter 10 cs
Chapter 10 csChapter 10 cs
Chapter 10 cs
 
Chapter06 computer software
Chapter06   computer softwareChapter06   computer software
Chapter06 computer software
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02
 
Computer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 osComputer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 os
 
Chapter 15 asp
Chapter 15 aspChapter 15 asp
Chapter 15 asp
 
Chapter 12 cl
Chapter 12 clChapter 12 cl
Chapter 12 cl
 
Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)
 
Chapter 13 sio
Chapter 13 sioChapter 13 sio
Chapter 13 sio
 
Slides chapter 1
Slides chapter 1Slides chapter 1
Slides chapter 1
 
Computer Hardware, Software and Firmware
Computer Hardware, Software and FirmwareComputer Hardware, Software and Firmware
Computer Hardware, Software and Firmware
 
Chapter 14 os
Chapter 14 osChapter 14 os
Chapter 14 os
 
Unit 1 introduction to software
Unit 1 introduction to softwareUnit 1 introduction to software
Unit 1 introduction to software
 
Computer Fundamentals Chapter 01 introduction
Computer Fundamentals Chapter 01 introductionComputer Fundamentals Chapter 01 introduction
Computer Fundamentals Chapter 01 introduction
 
P k sinha IT Book
P k sinha IT BookP k sinha IT Book
P k sinha IT Book
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Software engg. pressman_ch-1
Software engg. pressman_ch-1Software engg. pressman_ch-1
Software engg. pressman_ch-1
 
APPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdf
APPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdfAPPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdf
APPLICATIONS AND DEVICES-DRIVERS REVIEW NOTES.pdf
 
Software.
Software.Software.
Software.
 
What is software
What is softwareWhat is software
What is software
 

More from IIUI

Rank brain
Rank brainRank brain
Rank brain
IIUI
 
Chapter 09 io devices 3o-p
Chapter 09 io devices 3o-pChapter 09 io devices 3o-p
Chapter 09 io devices 3o-p
IIUI
 
Chapter 09 io devices 2o-p
Chapter 09 io devices 2o-pChapter 09 io devices 2o-p
Chapter 09 io devices 2o-p
IIUI
 
Chapter 09 io devices
Chapter 09 io devicesChapter 09 io devices
Chapter 09 io devices
IIUI
 
Chapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-pChapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-p
IIUI
 
Chapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-pChapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-p
IIUI
 
Chapter 08 secondary storage
Chapter 08 secondary storageChapter 08 secondary storage
Chapter 08 secondary storage
IIUI
 
Chapter 07 pam 3o-p
Chapter 07 pam 3o-pChapter 07 pam 3o-p
Chapter 07 pam 3o-p
IIUI
 
Chapter 07 pam
Chapter 07 pamChapter 07 pam
Chapter 07 pam
IIUI
 
Chapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-pChapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-p
IIUI
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
IIUI
 
Chapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-pChapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-p
IIUI
 
Chapter 05 computer arithmetic
Chapter 05 computer arithmeticChapter 05 computer arithmetic
Chapter 05 computer arithmetic
IIUI
 
Chapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-pChapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-p
IIUI
 
Chapter 03 number system 3o-p
Chapter 03 number system 3o-pChapter 03 number system 3o-p
Chapter 03 number system 3o-p
IIUI
 
Chapter 03 number system 2o-p
Chapter 03 number system 2o-pChapter 03 number system 2o-p
Chapter 03 number system 2o-p
IIUI
 
Chapter 02 bco 3o-p
Chapter 02 bco 3o-pChapter 02 bco 3o-p
Chapter 02 bco 3o-p
IIUI
 
Chapter 02 bco 2o-p
Chapter 02 bco 2o-pChapter 02 bco 2o-p
Chapter 02 bco 2o-p
IIUI
 
Chapter 02 bco
Chapter 02 bcoChapter 02 bco
Chapter 02 bco
IIUI
 
Lecture 20 software testing (2)
Lecture 20   software testing (2)Lecture 20   software testing (2)
Lecture 20 software testing (2)
IIUI
 

More from IIUI (20)

Rank brain
Rank brainRank brain
Rank brain
 
Chapter 09 io devices 3o-p
Chapter 09 io devices 3o-pChapter 09 io devices 3o-p
Chapter 09 io devices 3o-p
 
Chapter 09 io devices 2o-p
Chapter 09 io devices 2o-pChapter 09 io devices 2o-p
Chapter 09 io devices 2o-p
 
Chapter 09 io devices
Chapter 09 io devicesChapter 09 io devices
Chapter 09 io devices
 
Chapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-pChapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-p
 
Chapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-pChapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-p
 
Chapter 08 secondary storage
Chapter 08 secondary storageChapter 08 secondary storage
Chapter 08 secondary storage
 
Chapter 07 pam 3o-p
Chapter 07 pam 3o-pChapter 07 pam 3o-p
Chapter 07 pam 3o-p
 
Chapter 07 pam
Chapter 07 pamChapter 07 pam
Chapter 07 pam
 
Chapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-pChapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-p
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
 
Chapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-pChapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-p
 
Chapter 05 computer arithmetic
Chapter 05 computer arithmeticChapter 05 computer arithmetic
Chapter 05 computer arithmetic
 
Chapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-pChapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-p
 
Chapter 03 number system 3o-p
Chapter 03 number system 3o-pChapter 03 number system 3o-p
Chapter 03 number system 3o-p
 
Chapter 03 number system 2o-p
Chapter 03 number system 2o-pChapter 03 number system 2o-p
Chapter 03 number system 2o-p
 
Chapter 02 bco 3o-p
Chapter 02 bco 3o-pChapter 02 bco 3o-p
Chapter 02 bco 3o-p
 
Chapter 02 bco 2o-p
Chapter 02 bco 2o-pChapter 02 bco 2o-p
Chapter 02 bco 2o-p
 
Chapter 02 bco
Chapter 02 bcoChapter 02 bco
Chapter 02 bco
 
Lecture 20 software testing (2)
Lecture 20   software testing (2)Lecture 20   software testing (2)
Lecture 20 software testing (2)
 

Recently uploaded

C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 

Recently uploaded (20)

C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 

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