SlideShare une entreprise Scribd logo
1  sur  45
B. Computer Sci. (SE) (Hons.)

CSEB233: Fundamentals
of Software Engineering
Software & Software Engineering
Lesson Objectives
 Define


‗Software‘

Discuss issues related to Software

 Define

‗Software Engineering‘ (SE)
 Describe Polya‘s Four Essence of SE
Practices
 Explain Hooker‘s Seven SE Principles
 Discuss several myths of SE
Software & Software
Engineering
What is Software?
What is Software?
 Software

is developed or engineered, it is not
manufactured in the classical sense
 Software does not "wear out"
 Although the industry is moving toward
component-based
construction,
most
software continues to be custom-built
Wear vs. Deterioration
Software Applications
 System

software
 Application software
 Engineering/scientific software
 Embedded software
 Product-line software
 WebApps (Web applications)
 AI software
Software — New Categories


Open world computing




pervasive, distributed
computing





wireless networks

Netsourcing
the Web as a computing
engine

Open source


Ubiquitous computing








―free‖ source code open
to the computing
community
a blessing, but also a
potential curse!

Also





Data mining
Grid computing
Cognitive machines
Software for
nanotechnologies
Legacy Software
 Why






must it change?

Software must be adapted to meet the needs of
new computing environments or technology
Software must be enhanced to implement new
business requirements
Software must be extended to make it
interoperable with other more modern systems
or databases
Software must be re-architected to make it
viable within a network environment
Characteristics of WebApps - I


Network Intensiveness




Concurrency




A large number of users may access the WebApp at one time

Unpredictable load




A WebApp resides on a network and must serve the needs of
a diverse community of clients

The number of users of the WebApp may vary by orders of
magnitude from day to day

Performance


If a WebApp user must wait too long (for access, for serverside processing, for client-side formatting and display), he or
she may decide to go elsewhere
Characteristics of WebApps - II


Availability




Data driven




The primary function of many WebApps is to use hypermedia to
present text, graphics, audio, and video content to the end-user.

Content sensitive




Although expectation of 100 percent availability is
unreasonable, users of popular WebApps often demand access on
a ―24/7/365‖ basis.

The quality and aesthetic nature of content remains an important
determinant of the quality of a WebApp.

Continuous evolution


Unlike conventional application software that evolves over a series
of planned, chronologically-spaced releases, Web applications
evolve continuously.
Characteristics of WebApps - III


Immediacy




Security




Although immediacy—the compelling need to get
software to market quickly—is a characteristic of many
application domains, WebApps often exhibit a time to
market that can be a matter of a few days or weeks
Because WebApps are available via network access, it
is difficult, if not impossible, to limit the population of
end-users who may access the application

Aesthetics


An undeniable part of the appeal of a WebApp is its look
and feel
Software & Software
Engineering
What is Software Engineering?
Software Engineering
 Some






realities:

a concerted effort should be made to
understand the problem before a software
solution is developed
design becomes a pivotal activity
software should exhibit high quality
software should be maintainable
Software Engineering
The Seminal Definition
 Software


engineering is

The establishment and use of sound
engineering principles in order to obtain
economically, software that is reliable and works
efficiently on real machines
Software Engineering
The IEEE Definition
 Software




Engineering

The
application
of
a
systematic, disciplined, quantifiable approach to
the development, operation, and maintenance of
software; that is, the application of engineering
to software
The study of approaches as described above
A Layered Technology

tools
methods
process model
a “quality” focus

Software Engineering
A Process Framework
 Framework






activities

work tasks
work products
milestones & deliverables
QA checkpoints

 Umbrella

Activities
Framework Activities
Communication
 Planning
 Modeling








Construction





Analysis of requirements
Design
Code generation
Testing

Deployment
Umbrella Activities
 Software

project management
 Formal technical reviews
 Software quality assurance
 Software configuration management
 Work product preparation and production
 Reusability management
 Measurement
 Risk management
Adapting a Process Model
the overall flow of activities, actions, and tasks
and the interdependencies among them
 the degree to which actions and tasks are
defined within each framework activity
 the degree to which work products are identified
and required
 the manner which quality assurance activities
are applied
 the manner in which project tracking and control
activities are applied

Adapting a Process Model
 the

overall degree of detail and rigor with
which the process is described
 the degree to which the customer and other
stakeholders are involved with the project
 the level of autonomy given to the software
team
 the degree to which team organization and
roles are prescribed
Software & Software
Engineering
Four Essence of SE Practices
The Essence of SE Practices
 Polya








suggests:

Understand the problem
♦ communication and analysis
Plan a solution
♦ modeling and software design
Carry out the plan
♦ code generation
Examine the result for accuracy
♦ testing and quality assurance
The Essence of SE Practices
1. Understand the Problem


Who has a stake in the solution to the problem?




What are the unknowns?




What data, functions, and features are required to
properly solve the problem?

Can the problem be compartmentalized?




Who are the stakeholders?

Is it possible to represent smaller problems that may
be easier to understand?

Can the problem be represented graphically?


Can an analysis model be created?
The Essence of SE Practices
2. Plan the Solution


Have you seen similar problems before?





Has a similar problem been solved?




If so, are elements of the solution reusable?

Can sub-problems be defined?




Are there patterns that are recognizable in a potential
solution?
Is there existing software that implements the
data, functions, and features that are required?

If so, are solutions readily apparent for the subproblems?

Can you represent a solution in a manner that leads to
effective implementation?


Can a design model be created?
The Essence of SE Practices
3. Carry Out the Plan
 Does


the solution conform to the plan?

Is source code traceable to the design model?

 Is

each component part of the solution
provably correct?


Has the design and code been reviewed, or
better, have correctness proofs been applied to
algorithm?
The Essence of SE Practices
4. Examine the Result
 Is

it possible to test each component part of
the solution?


Has a reasonable testing strategy been
implemented?

 Does

the solution produce results that
conform to the data, functions, and features
that are required?


Has the software been validated against all
stakeholder requirements?
Software & Software
Engineering
Seven General Principles of SE
Hooker’s General Principles
 The

Reason It All Exists
 KISS (Keep It Simple, Stupid!)
 Maintain the Vision
 What You Produce, Others Will Consume
 Be Open to the Future
 Plan Ahead for Reuse
 Think!
Hooker’s General Principles
1. The Reason It All Exists
 Software

exists to provide value to its users
 All decisions should be made with this in
mind
Hooker’s General Principles
2. Keep It Simple (KISS)
 There

are many factors to consider in any
design effort
 Thus, all software design should be as simple
as possible but not simpler to ease
understanding and maintenance of the
software
Hooker’s General Principles
3. Maintain the Vision
A

clear vision is essential to the success of a
software project
 Compromising the architectural vision of a
software system weakens and break even
well-designed systems
Hooker’s General Principles

4. What You Produce, Others Will Consume
 Consume


use, maintain, document or depend on

 Always

specify, design, and implement
knowing others will have to understand what
you are doing
Hooker’s General Principles
5. Be Open to the Future
 True

―industrial-strength‖ software must
endure long lifetime
 Hence, design the software to:






solve the general problem, not just the specific
one,
be ready to adapt to changes (in
hardware, computing platform etc.), and
be reused
Hooker’s General Principles
6. Plan Ahead for Reuse
 Reuse

reduces the cost and increases the
value of the reused components and the
systems into which they are incorporated
Hooker’s General Principles
7. Think
 When

you think about something (placing
clear, complete thought before action), you
are more likely to do it right (more
importantly, the first time).
Software & Software
Engineering
Software Myths
Software Myths
Software myths – erroneous beliefs about
software and the process that is used to build it
 Misleading attitudes that have caused serious
problems for managers and practitioners
 Classifications of software myths:







Management
Customer
Practitioner
Software Myths
Management


Myth:





We already have a book that‘s full of standards and
procedures for building software
Won‘t that provide my people with everything they
need to know?

Reality:





The book of standards may exist, but is it used?
Are practitioners‘ aware of its existence?
Does it reflect modern SE practices?
Is it complete? Is it adaptable?
Software Myths
Customer


Myth:




Software requirements continuously change, but change
can be easily accommodated because software is
flexible

Reality:




The impact of change varies with the time at which it is
introduced
The cost of impact of changes in early stage of software
project is relative small
However, changes introduced at a later development
stage may require a lot of resources and major design
modification
Software Myths
Practitioner
 Myth:


―Once we write the program and get it work, our
job is done.‖

 Reality:


Somebody once said the ―the sooner you begin
‗writing the code‘, the longer it‘ll take you to get
done.‖
How It all Starts


Every software project is precipitated by some
business need





the need to correct a defect in an existing
application;
the need to adapt a ‗legacy system‘ to a changing
business environment;
the need to extend the functions and features of an
existing application, or
the need to create a new product, service, or
system.
Summary
Definitions of software and software engineering
 Software deteriorates but never wear out
 Several software application domain – system
software, engineering/scientific software, AI
software, embedded software, etc.
 The Polya‘s Four Essence of SE Practices




Understand the problem; Plan a solution; Execute
the plan; Examine the result for accuracy
Summary
 Seven


SE Principles

The Reason It All Exists; KISS; Maintain the
Vision; What You Produce, Others Will
Consume; Be Open to the Future; Plan Ahead
for Reuse; Think!

 Software

myths have caused
problems for the software industry

serious
THE END
Copyright © 2013
Mohd. Sharifuddin Ahmad, PhD

College of Information Technology

Contenu connexe

Tendances

Software engineering lecture notes
Software engineering lecture notesSoftware engineering lecture notes
Software engineering lecture notesSiva Ayyakutti
 
Ch13-Software Engineering 9
Ch13-Software Engineering 9Ch13-Software Engineering 9
Ch13-Software Engineering 9Ian Sommerville
 
Agile Methodology - Software Engineering
Agile Methodology - Software EngineeringAgile Methodology - Software Engineering
Agile Methodology - Software EngineeringPurvik Rana
 
Unit2 Software engineering UPTU
Unit2 Software engineering UPTUUnit2 Software engineering UPTU
Unit2 Software engineering UPTUMohammad Faizan
 
Software Engineering Assignment
Software Engineering AssignmentSoftware Engineering Assignment
Software Engineering AssignmentSohaib Latif
 
Software requirement and specification
Software requirement and specificationSoftware requirement and specification
Software requirement and specificationAman Adhikari
 
Software engineering project(srs)!!
Software engineering project(srs)!!Software engineering project(srs)!!
Software engineering project(srs)!!sourav verma
 
CSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android ApplicationCSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android ApplicationAhammad Karim
 
Software Configuration Management
Software Configuration ManagementSoftware Configuration Management
Software Configuration ManagementArunnima B S
 
Fundamental software engineering activities
Fundamental software engineering activitiesFundamental software engineering activities
Fundamental software engineering activitiessommerville-videos
 
Software myths | Software Engineering Notes
Software myths | Software Engineering NotesSoftware myths | Software Engineering Notes
Software myths | Software Engineering NotesNavjyotsinh Jadeja
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)ShudipPal
 
Software Engineering Diversity
Software Engineering DiversitySoftware Engineering Diversity
Software Engineering DiversitySayedMokarrom
 
Chapter 01 software engineering pressman
Chapter 01  software engineering pressmanChapter 01  software engineering pressman
Chapter 01 software engineering pressmanRohitGoyal183
 
Software architecture design ppt
Software architecture design pptSoftware architecture design ppt
Software architecture design pptfarazimlak
 
Software requirements specification
Software  requirements specificationSoftware  requirements specification
Software requirements specificationKrishnasai Gudavalli
 

Tendances (20)

Bug Tracking Java Project
Bug Tracking Java ProjectBug Tracking Java Project
Bug Tracking Java Project
 
Process Models IN software Engineering
Process Models IN software EngineeringProcess Models IN software Engineering
Process Models IN software Engineering
 
Software engineering lecture notes
Software engineering lecture notesSoftware engineering lecture notes
Software engineering lecture notes
 
Ch13-Software Engineering 9
Ch13-Software Engineering 9Ch13-Software Engineering 9
Ch13-Software Engineering 9
 
Agile Methodology - Software Engineering
Agile Methodology - Software EngineeringAgile Methodology - Software Engineering
Agile Methodology - Software Engineering
 
Unit2 Software engineering UPTU
Unit2 Software engineering UPTUUnit2 Software engineering UPTU
Unit2 Software engineering UPTU
 
Software Engineering Assignment
Software Engineering AssignmentSoftware Engineering Assignment
Software Engineering Assignment
 
Software requirement and specification
Software requirement and specificationSoftware requirement and specification
Software requirement and specification
 
Software engineering project(srs)!!
Software engineering project(srs)!!Software engineering project(srs)!!
Software engineering project(srs)!!
 
CSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android ApplicationCSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android Application
 
Software Configuration Management
Software Configuration ManagementSoftware Configuration Management
Software Configuration Management
 
Fundamental software engineering activities
Fundamental software engineering activitiesFundamental software engineering activities
Fundamental software engineering activities
 
Software myths | Software Engineering Notes
Software myths | Software Engineering NotesSoftware myths | Software Engineering Notes
Software myths | Software Engineering Notes
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)
 
Software Engineering Diversity
Software Engineering DiversitySoftware Engineering Diversity
Software Engineering Diversity
 
Chapter 01 software engineering pressman
Chapter 01  software engineering pressmanChapter 01  software engineering pressman
Chapter 01 software engineering pressman
 
SDD-FinalYearProject
SDD-FinalYearProjectSDD-FinalYearProject
SDD-FinalYearProject
 
Software architecture design ppt
Software architecture design pptSoftware architecture design ppt
Software architecture design ppt
 
Incremental model
Incremental modelIncremental model
Incremental model
 
Software requirements specification
Software  requirements specificationSoftware  requirements specification
Software requirements specification
 

En vedette

09 fse qualitymanagement
09 fse qualitymanagement09 fse qualitymanagement
09 fse qualitymanagementMohesh Chandran
 
04 fse understandingrequirements
04 fse understandingrequirements04 fse understandingrequirements
04 fse understandingrequirementsMohesh Chandran
 
05 fse requirementsengineering
05 fse requirementsengineering05 fse requirementsengineering
05 fse requirementsengineeringMohesh Chandran
 
Software Engineering Fundamentals - Svetlin Nakov
Software Engineering Fundamentals - Svetlin NakovSoftware Engineering Fundamentals - Svetlin Nakov
Software Engineering Fundamentals - Svetlin NakovSvetlin Nakov
 

En vedette (10)

09 fse qualitymanagement
09 fse qualitymanagement09 fse qualitymanagement
09 fse qualitymanagement
 
08 fse verification
08 fse verification08 fse verification
08 fse verification
 
06 fse design
06 fse design06 fse design
06 fse design
 
04 fse understandingrequirements
04 fse understandingrequirements04 fse understandingrequirements
04 fse understandingrequirements
 
02 fse processmodels
02 fse processmodels02 fse processmodels
02 fse processmodels
 
07 fse implementation
07 fse implementation07 fse implementation
07 fse implementation
 
05 fse requirementsengineering
05 fse requirementsengineering05 fse requirementsengineering
05 fse requirementsengineering
 
03 fse agiledevelopment
03 fse agiledevelopment03 fse agiledevelopment
03 fse agiledevelopment
 
Software Engineering Fundamentals - Svetlin Nakov
Software Engineering Fundamentals - Svetlin NakovSoftware Engineering Fundamentals - Svetlin Nakov
Software Engineering Fundamentals - Svetlin Nakov
 
Software design methodologies
Software design methodologiesSoftware design methodologies
Software design methodologies
 

Similaire à 01 fse software&sw-engineering

Soft.Engg. UNIT 1.pptx
Soft.Engg. UNIT 1.pptxSoft.Engg. UNIT 1.pptx
Soft.Engg. UNIT 1.pptxKalpna Saharan
 
Software engineering introduction
Software engineering introductionSoftware engineering introduction
Software engineering introductionVishal Singh
 
LEC 2asasasasasasasasasasasasasasasasa.pptx
LEC 2asasasasasasasasasasasasasasasasa.pptxLEC 2asasasasasasasasasasasasasasasasa.pptx
LEC 2asasasasasasasasasasasasasasasasa.pptxGodFather51
 
Introduction of Software Engineering
Introduction of Software EngineeringIntroduction of Software Engineering
Introduction of Software EngineeringMuhammadTalha436
 
Chapter 1 1 - intro ppt
Chapter 1   1 - intro pptChapter 1   1 - intro ppt
Chapter 1 1 - intro pptNancyBeaulah_R
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩ohtpwshx
 
香港六合彩
香港六合彩香港六合彩
香港六合彩pchgmf
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideSharehcslenk
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩tnxaht
 
香港六合彩-六合彩
香港六合彩-六合彩香港六合彩-六合彩
香港六合彩-六合彩eqhnwl
 
六合彩,香港六合彩
六合彩,香港六合彩六合彩,香港六合彩
六合彩,香港六合彩bxuket
 

Similaire à 01 fse software&sw-engineering (20)

Lecture 1 SE.pptx
Lecture 1 SE.pptxLecture 1 SE.pptx
Lecture 1 SE.pptx
 
Chapter1
Chapter1Chapter1
Chapter1
 
Soft.Engg. UNIT 1.pptx
Soft.Engg. UNIT 1.pptxSoft.Engg. UNIT 1.pptx
Soft.Engg. UNIT 1.pptx
 
Quality Software Development
Quality Software DevelopmentQuality Software Development
Quality Software Development
 
Software engineering introduction
Software engineering introductionSoftware engineering introduction
Software engineering introduction
 
Lecture1422914635
Lecture1422914635Lecture1422914635
Lecture1422914635
 
Software Engineering and Introduction, Activities and ProcessModels
Software Engineering and Introduction, Activities and ProcessModels Software Engineering and Introduction, Activities and ProcessModels
Software Engineering and Introduction, Activities and ProcessModels
 
se
sese
se
 
Intro
IntroIntro
Intro
 
LEC 2asasasasasasasasasasasasasasasasa.pptx
LEC 2asasasasasasasasasasasasasasasasa.pptxLEC 2asasasasasasasasasasasasasasasasa.pptx
LEC 2asasasasasasasasasasasasasasasasa.pptx
 
Introduction of Software Engineering
Introduction of Software EngineeringIntroduction of Software Engineering
Introduction of Software Engineering
 
Chapter 1 1 - intro ppt
Chapter 1   1 - intro pptChapter 1   1 - intro ppt
Chapter 1 1 - intro ppt
 
Unit1
Unit1Unit1
Unit1
 
Software engineering
Software engineeringSoftware engineering
Software engineering
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩
 
香港六合彩
香港六合彩香港六合彩
香港六合彩
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideShare
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩
 
香港六合彩-六合彩
香港六合彩-六合彩香港六合彩-六合彩
香港六合彩-六合彩
 
六合彩,香港六合彩
六合彩,香港六合彩六合彩,香港六合彩
六合彩,香港六合彩
 

Dernier

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Dernier (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

01 fse software&sw-engineering

  • 1. B. Computer Sci. (SE) (Hons.) CSEB233: Fundamentals of Software Engineering Software & Software Engineering
  • 2. Lesson Objectives  Define  ‗Software‘ Discuss issues related to Software  Define ‗Software Engineering‘ (SE)  Describe Polya‘s Four Essence of SE Practices  Explain Hooker‘s Seven SE Principles  Discuss several myths of SE
  • 4. What is Software?  Software is developed or engineered, it is not manufactured in the classical sense  Software does not "wear out"  Although the industry is moving toward component-based construction, most software continues to be custom-built
  • 6. Software Applications  System software  Application software  Engineering/scientific software  Embedded software  Product-line software  WebApps (Web applications)  AI software
  • 7. Software — New Categories  Open world computing   pervasive, distributed computing   wireless networks Netsourcing the Web as a computing engine Open source  Ubiquitous computing     ―free‖ source code open to the computing community a blessing, but also a potential curse! Also     Data mining Grid computing Cognitive machines Software for nanotechnologies
  • 8. Legacy Software  Why     must it change? Software must be adapted to meet the needs of new computing environments or technology Software must be enhanced to implement new business requirements Software must be extended to make it interoperable with other more modern systems or databases Software must be re-architected to make it viable within a network environment
  • 9. Characteristics of WebApps - I  Network Intensiveness   Concurrency   A large number of users may access the WebApp at one time Unpredictable load   A WebApp resides on a network and must serve the needs of a diverse community of clients The number of users of the WebApp may vary by orders of magnitude from day to day Performance  If a WebApp user must wait too long (for access, for serverside processing, for client-side formatting and display), he or she may decide to go elsewhere
  • 10. Characteristics of WebApps - II  Availability   Data driven   The primary function of many WebApps is to use hypermedia to present text, graphics, audio, and video content to the end-user. Content sensitive   Although expectation of 100 percent availability is unreasonable, users of popular WebApps often demand access on a ―24/7/365‖ basis. The quality and aesthetic nature of content remains an important determinant of the quality of a WebApp. Continuous evolution  Unlike conventional application software that evolves over a series of planned, chronologically-spaced releases, Web applications evolve continuously.
  • 11. Characteristics of WebApps - III  Immediacy   Security   Although immediacy—the compelling need to get software to market quickly—is a characteristic of many application domains, WebApps often exhibit a time to market that can be a matter of a few days or weeks Because WebApps are available via network access, it is difficult, if not impossible, to limit the population of end-users who may access the application Aesthetics  An undeniable part of the appeal of a WebApp is its look and feel
  • 12. Software & Software Engineering What is Software Engineering?
  • 13. Software Engineering  Some     realities: a concerted effort should be made to understand the problem before a software solution is developed design becomes a pivotal activity software should exhibit high quality software should be maintainable
  • 14. Software Engineering The Seminal Definition  Software  engineering is The establishment and use of sound engineering principles in order to obtain economically, software that is reliable and works efficiently on real machines
  • 15. Software Engineering The IEEE Definition  Software   Engineering The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software; that is, the application of engineering to software The study of approaches as described above
  • 16. A Layered Technology tools methods process model a “quality” focus Software Engineering
  • 17. A Process Framework  Framework     activities work tasks work products milestones & deliverables QA checkpoints  Umbrella Activities
  • 18. Framework Activities Communication  Planning  Modeling     Construction    Analysis of requirements Design Code generation Testing Deployment
  • 19. Umbrella Activities  Software project management  Formal technical reviews  Software quality assurance  Software configuration management  Work product preparation and production  Reusability management  Measurement  Risk management
  • 20. Adapting a Process Model the overall flow of activities, actions, and tasks and the interdependencies among them  the degree to which actions and tasks are defined within each framework activity  the degree to which work products are identified and required  the manner which quality assurance activities are applied  the manner in which project tracking and control activities are applied 
  • 21. Adapting a Process Model  the overall degree of detail and rigor with which the process is described  the degree to which the customer and other stakeholders are involved with the project  the level of autonomy given to the software team  the degree to which team organization and roles are prescribed
  • 22. Software & Software Engineering Four Essence of SE Practices
  • 23. The Essence of SE Practices  Polya     suggests: Understand the problem ♦ communication and analysis Plan a solution ♦ modeling and software design Carry out the plan ♦ code generation Examine the result for accuracy ♦ testing and quality assurance
  • 24. The Essence of SE Practices 1. Understand the Problem  Who has a stake in the solution to the problem?   What are the unknowns?   What data, functions, and features are required to properly solve the problem? Can the problem be compartmentalized?   Who are the stakeholders? Is it possible to represent smaller problems that may be easier to understand? Can the problem be represented graphically?  Can an analysis model be created?
  • 25. The Essence of SE Practices 2. Plan the Solution  Have you seen similar problems before?    Has a similar problem been solved?   If so, are elements of the solution reusable? Can sub-problems be defined?   Are there patterns that are recognizable in a potential solution? Is there existing software that implements the data, functions, and features that are required? If so, are solutions readily apparent for the subproblems? Can you represent a solution in a manner that leads to effective implementation?  Can a design model be created?
  • 26. The Essence of SE Practices 3. Carry Out the Plan  Does  the solution conform to the plan? Is source code traceable to the design model?  Is each component part of the solution provably correct?  Has the design and code been reviewed, or better, have correctness proofs been applied to algorithm?
  • 27. The Essence of SE Practices 4. Examine the Result  Is it possible to test each component part of the solution?  Has a reasonable testing strategy been implemented?  Does the solution produce results that conform to the data, functions, and features that are required?  Has the software been validated against all stakeholder requirements?
  • 28. Software & Software Engineering Seven General Principles of SE
  • 29. Hooker’s General Principles  The Reason It All Exists  KISS (Keep It Simple, Stupid!)  Maintain the Vision  What You Produce, Others Will Consume  Be Open to the Future  Plan Ahead for Reuse  Think!
  • 30. Hooker’s General Principles 1. The Reason It All Exists  Software exists to provide value to its users  All decisions should be made with this in mind
  • 31. Hooker’s General Principles 2. Keep It Simple (KISS)  There are many factors to consider in any design effort  Thus, all software design should be as simple as possible but not simpler to ease understanding and maintenance of the software
  • 32. Hooker’s General Principles 3. Maintain the Vision A clear vision is essential to the success of a software project  Compromising the architectural vision of a software system weakens and break even well-designed systems
  • 33. Hooker’s General Principles 4. What You Produce, Others Will Consume  Consume  use, maintain, document or depend on  Always specify, design, and implement knowing others will have to understand what you are doing
  • 34. Hooker’s General Principles 5. Be Open to the Future  True ―industrial-strength‖ software must endure long lifetime  Hence, design the software to:    solve the general problem, not just the specific one, be ready to adapt to changes (in hardware, computing platform etc.), and be reused
  • 35. Hooker’s General Principles 6. Plan Ahead for Reuse  Reuse reduces the cost and increases the value of the reused components and the systems into which they are incorporated
  • 36. Hooker’s General Principles 7. Think  When you think about something (placing clear, complete thought before action), you are more likely to do it right (more importantly, the first time).
  • 38. Software Myths Software myths – erroneous beliefs about software and the process that is used to build it  Misleading attitudes that have caused serious problems for managers and practitioners  Classifications of software myths:     Management Customer Practitioner
  • 39. Software Myths Management  Myth:    We already have a book that‘s full of standards and procedures for building software Won‘t that provide my people with everything they need to know? Reality:     The book of standards may exist, but is it used? Are practitioners‘ aware of its existence? Does it reflect modern SE practices? Is it complete? Is it adaptable?
  • 40. Software Myths Customer  Myth:   Software requirements continuously change, but change can be easily accommodated because software is flexible Reality:    The impact of change varies with the time at which it is introduced The cost of impact of changes in early stage of software project is relative small However, changes introduced at a later development stage may require a lot of resources and major design modification
  • 41. Software Myths Practitioner  Myth:  ―Once we write the program and get it work, our job is done.‖  Reality:  Somebody once said the ―the sooner you begin ‗writing the code‘, the longer it‘ll take you to get done.‖
  • 42. How It all Starts  Every software project is precipitated by some business need     the need to correct a defect in an existing application; the need to adapt a ‗legacy system‘ to a changing business environment; the need to extend the functions and features of an existing application, or the need to create a new product, service, or system.
  • 43. Summary Definitions of software and software engineering  Software deteriorates but never wear out  Several software application domain – system software, engineering/scientific software, AI software, embedded software, etc.  The Polya‘s Four Essence of SE Practices   Understand the problem; Plan a solution; Execute the plan; Examine the result for accuracy
  • 44. Summary  Seven  SE Principles The Reason It All Exists; KISS; Maintain the Vision; What You Produce, Others Will Consume; Be Open to the Future; Plan Ahead for Reuse; Think!  Software myths have caused problems for the software industry serious
  • 45. THE END Copyright © 2013 Mohd. Sharifuddin Ahmad, PhD College of Information Technology