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

Ref Page

Chapter 10: Computer Software

Slide 1/17

Computer Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 onetime 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 Computer Fundamentals: Fundamentals: Pradeep Pradeep K. K. Sinha Sinha & & Priti Priti Sinha 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 twotier popularized by Server-Client architecture

Ref Page 179

Chapter 10: Computer Software

Slide 16/17

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

Key Words/Phrases § § § § § § § § § § § § § § §

Application programmers Application programs Application software Computer program Customized software Database Education software End-to-end solution Entertainment software Firmware Graphics software Hardware Middleware Open Source Software Personal assistance software

Ref Page 181

§ § § § § § § § § § § § §

Pre-written software Public-domain software Shareware Software Software package Spreadsheet System programmers System programs System software Turnkey solution User-supported software Utilities Word-processing

Chapter 10: Computer Software

Slide 17/17

Chapter 10-CS.pdf

application software, and users of a computer system. § Different ways of acquiring software. § Various steps involved in software development. § Firmware.

144KB Sizes 3 Downloads 431 Views

Recommend Documents

Chapter Tour Chapter
Pictures with captions/ Info graphics: Charts and/or maps (page with title):. Biography (People, some info):. Chapter Objectives: Primary Source Documents (Title ...

Chapter 1.2 Chapter 1.4.1
Disk Operating System (DOS). What is DOS, and why learn about it? Microsoft developed the Disk Operating System (DOS) in 1981. DOS, which is sometimes called MS-DOS, was designed for the IBM PC. Windows 98 and Windows. 2000 both support DOS commands

chapter p chapter 1
Write the product in standard form. 5) (3 + 5i)(2 + 9i). 5). Find the product of the complex number and its conjugate. 6) -1 - 5i. 6). CHAPTER 1. Find the domain of ...

CHAPTER ONE
MAPS. 1. The VOC territories in Austronesian-speaking Asia, ca. the 1660s. 2. Indigenous ethno-linguistic groups of Taiwan. 3. Geographic distribution of ...

Chapter 5
not in the domain. The only critical point is x = 0. As x moves away from 0 on either side, the values of y decrease. The function has a local maximum value at (0, ...... (b) Since. ,. dV. dV dr dt dr dt. = we have. 2 . dV dr rh dt dt π. = (c). 2. 2

Chapter 15
373 cancelled each other and there is zero displacement throughout. To put the principle of superposition mathematically, let y1 (x,t) and y2 (x,t) be the displacements due to two wave disturbances in the medium. If the waves arrive in a region simul

Chapter 9
9.1 Introduction. In mathematics, the word, “sequence” is used in much the same way as it is in ordinary English. When we say that a collection of objects is listed ...

Chapter 09
In the late 1700s and early 1800s, he kept notes about his travels .... In 1762, he quit the company. In 1670, the Hudson's Bay Company held trading rights and.

Chapter 15
The most familiar type of waves such as waves on a string, water waves, sound waves, seismic waves, etc. is the so-called mechanical waves. These waves require a medium for propagation, they cannot propagate through vacuum. They involve oscillations

Physics 235 Chapter 3 - 1 - Chapter 3 Oscillations In this Chapter ...
In this Chapter different types of oscillations will be discussed. A particle carrying out oscillatory motion, oscillates around a stable equilibrium position (note: if ...

Chapter 1 – Getting Started Chapter 2 - PSM ... - GCAP CoolCast
What is Garden City Ammonia Program? What is Refrigeration? Why Refrigeration? Why Take an Operator I Course? Is there a Career in the Industrial ...

ACF Central Florida Chapter Named Southeast Region Chapter of the ...
Mar 31, 2016 - Page 1 ... or on Facebook at www. ... Plugrá® European-Style Butter; Vitamix; Ecolab; Allen Brothers; Wisconsin Milk Marketing Board; Atlantic ...

ACF Central Florida Chapter Named Southeast Region Chapter of the ...
Mar 31, 2016 - ... Vitamix; Ecolab; Allen Brothers; Wisconsin Milk Marketing Board; Atlantic Veal & Lamb;. American Technical Publishers; Par-Way Tryson Company; The ... for chefs in the United States, with the Certified Executive Chef®, ... ACF on

Chapter 1 – Getting Started Chapter 2 - PSM ... - GCAP CoolCast
How much Must I Know about Process Safety Management to be an Operator? Are there Any Organizations that Can Help Me in ... “To the Extent they can affect the process” Mean? How do I Properly Document this Training? ... are some Chemical Characte

Chapter 9_86-117p.pdf
These books have Spirit for theme. I shall never ... He said: 'I will make each of them threefold.' He and life .... "My son Bees create honey by gathering the sweet.

Chapter 3
The 4 step numbers in the example below, are also labels ... 3 • 2 = 6 , is just the point 3 on a number line, being scaled by 2 (made twice as far from the origin).

Chapter
order to communicate alarms from patient monitoring and therapeutic ... After implementation of the central application (AM), as specified in the ACM profile,.

Chapter
SPSS (version 12.0, SPSS Inc.) was used for all analysis. .... ence of prehospital ECG predictive of a reduced door-to-balloon time (mean ± SE) by 38.8 ... Lastly, a multivariate logistic regression model was constructed to determine the sig-.

CHAPTER 11 -
Taking a job at Starbucks would mean giving up that $75,000 a year job, the ...... signatures of people who no longer ...... The pagination of this electronic.

Chapter 1
converged to the highest peak because the selective pressure focuses attention to the area of .... thus allowing the formation of non-equal hyper-volume niches. In order to ..... The crossover operator exchanges the architecture of two ANNs in.

Chapter 1
strategy entails, the research findings are difficult to compare. .... rooms (cf. Li 1984; Wu 2001; Yu 2001). Comprehensive Surveys of EFL Learner Behaviours.

Chapter 4
For example, based on historical data, an insurance company could apply ..... ios we explicitly assume that the only goal of data mining is to optimize accuracy.