SlideShare a Scribd company logo
1 of 38
Software Engineering Introduction
S.H
2016 Slide 1
Introduction:
Software and Software Engineering
King Saud University
College of Computer and Information Sciences
Department of Computer Science
Dr. S. HAMMAMI
Chapter 1
Software Engineering Introduction
S.H
2016 Slide 2
Objectives
 Understand what software engineering is and why it is
important;
 Know the answers to key questions that provide an
introduction to software engineering;
 Understand some ethical and professional issues that are
important for software engineers.
 To introduce the Systems Development Life Cycle “SDLC”
Software Engineering Introduction
S.H
2016 Slide 3
FAQs about software engineering
 What is software?
 What is software engineering?
 What is the difference between software engineering and computer science?
 What is the difference between software engineering and system engineering?
 What is a software process?
 What is a software process model?
 What are the costs of software engineering?
 What are software engineering methods?
 What is CASE (Computer-Aided Software Engineering)
 What are the attributes of good software?
 What are the key challenges facing software engineering?
Software Engineering Introduction
S.H
2016 Slide 4
• The economies of ALL developed nations are
dependent on software
• More and more systems are software controlled
• Software engineering is concerned with theories, methods and tools for
professional software development
• Expenditure on software represents a significant fraction of GNP in all
developed countries
What is Software?
Software Engineering Introduction
S.H
2016 Slide 5
• The software industry's impact on the US GDP is massive,
accounting for some $1.14 trillion in 2016, according to a report
from Software.org: the BSA Foundation. What's more, the industry
boosted the economy in all 50 states.
• According to the report, that impact on the GDP marks a $70 billion
increase over the past two years. While the US economy as a whole
grew 6.7%, software's direct economic impact grew by 18.7%, the
report found.
• Jobs were also heavily impacted by the software industry. Some 2.9
million people in the US are directly employed in software, but the
industry indirectly supports 10.5 million US jobs.
(https://www.techrepublic.com/article/software-industry-boosts-us-gdp-
by-1-14-trillion-grows-economy-in-all-50-states/)
What is Software?
Software Engineering Introduction
S.H
2016 Slide 6
• The economies of ALL developed nations are
dependent on software
• More and more systems are software controlled
• Software engineering is concerned with theories, methods and tools for
professional software development
• Expenditure on software represents a significant fraction of GNP in all
developed countries
What is Software?
Software Engineering Introduction
S.H
2016 Slide 7
What is Software?
Software is a set of items or objects
that form a “configuration” that
includes
• programs
• documents
• data ...
that is needed to
make these programs
operate correctly
Software Engineering Introduction
S.H
2016 Slide 8
The Nature of Software...
Software is abstract and intangible
• Hard to understand development effort
Software is easy to reproduce
• Cost is in its development
—in other engineering products, manufacturing is the costly stage
The industry of the software is labor-intensive
• The process of the development is hard to automate
Software Engineering Introduction
S.H
2016 Slide 9
Types of Software...
Custom (Bespoke)
• For a specific customer according to their specification.
• Examples: Gmail, KSU application(‫مدار‬ ‫{نظام‬https://madar.ksu.edu.sa/})
Generic
• Sold on open market
• Examples: databases, word processors, ….
Embedded
• Built into hardware
• Hard to change
• Examples: Software in Camera, Microwave, Elevator etc
Software products may be developed for a particular customer or may
be developed for a general market:
Software Engineering Introduction
S.H
2016 Slide 10
Types of Software
Real time software
• E.g. control and monitoring systems
• Must react immediately
• Safety often a concern
• Examples: Fire Alarm and Control System, Anti missile system
Data processing software
• Used to run businesses
• Accuracy and security of data are key
Some software has both aspects
Software Engineering Introduction
S.H
2016 Slide 11
Variety of Software Products
Examples
Real time: air traffic control
Embedded systems: digital camera, GPS
Data processing: telephone billing, pensions
Information systems: web sites, digital libraries
Sensors: weather data
System software: operating systems, compilers
Communications: routers, mobile telephones
Offices: word processing, video conferences
Scientific: simulations, weather forecasting
Graphical: film making, design
etc., etc., etc., ....
Software Engineering Introduction
S.H
2016 Slide 12
Software engineering diversity
 There are many different types of software system and there is no
universal set of software techniques that is applicable to all of these
 The software engineering methods and tools used depend on the type of
application being developed, the requirements of the customer and the
background of the development team
Software Engineering Introduction
S.H
2016 Slide 13
Essential attributes of good software
Product characteristic Description
Maintainability Software should be written in such a way so that it can evolve to
meet the changing needs of customers. This is a critical attribute
because software change is an inevitable requirement of a
changing business environment.
Dependability and
Security
Software dependability includes a range of characteristics
including reliability, security and safety. Dependable software
should not cause physical or economic damage in the event of
system failure. Malicious users should not be able to access or
damage the system.
Efficiency Software should not make wasteful use of system resources such
as memory and processor cycles. Efficiency therefore includes
responsiveness, processing time, memory utilisation, etc.
Acceptability Software must be acceptable to the type of users for which it is
designed. This means that it must be understandable, usable and
compatible with other systems that they use.
Software Engineering Introduction
S.H
2016 Slide 14
What is Software Engineering?...
The process of solving customers’ problems by the systematic development
and evolution of large, high-quality software systems within cost, time and
other constraints.
Software engineering is an engineering discipline that is concerned with all
aspects of software production from the early stages of system specification
through to maintaining the system after it has gone into use.
 Engineering discipline
 Using appropriate theories and methods to solve problems bearing in mind
organizational and financial constraints.
 All aspects of software production
 Not just technical process of development. Also project management and the
development of tools, methods etc. to support software production.
Software Engineering Introduction
S.H
2016
Importance of software engineering
 More and more, individuals and society rely on advanced software
systems. We need to be able to produce reliable and trustworthy
systems economically and quickly.
 It is usually cheaper, in the long run, to use software engineering
methods and techniques for software systems rather than just write
the programs as if it was a personal programming project. For most
types of system, the majority of costs are the costs of changing the
software after it has gone into use.
Software Engineering Introduction
S.H
2016 Slide 16
Software engineering fundamentals
 Some fundamental principles apply to all types of software system,
irrespective of the development techniques used:
 Systems should be developed using a managed and understood development
process. Of course, different processes are used for different types of
software.
 Dependability and performance are important for all types of system
 Understanding and managing the software specification and requirements
(what the software should do) are important
 Where appropriate, you should reuse software that has already been
developed rather than write new software
Software Engineering Introduction
S.H
2016 Slide 17
Frequently asked questions about software engineering
Question Answer
What is software? Computer programs and associated documentation.
Software products may be developed for a particular
customer or may be developed for a general market.
What are the attributes of good
software?
Good software should deliver the required functionality
and performance to the user and should be
maintainable, dependable and usable.
What is software engineering? Software engineering is an engineering discipline that is
concerned with all aspects of software production.
What are the fundamental software
engineering activities?
Software specification, software development, software
validation and software evolution.
What is the difference between
software engineering and computer
science?
Computer science focuses on theory and fundamentals;
software engineering is concerned with the practicalities
of developing and delivering useful software.
What is the difference between
software engineering and system
engineering?
System engineering is concerned with all aspects of
computer-based systems development including
hardware, software and process engineering. Software
engineering is part of this more general process.
Software Engineering Introduction
S.H
2016 Slide 18
Question Answer
What are the key challenges facing
software engineering?
Coping with increasing diversity, demands for reduced
delivery times and developing trustworthy software.
What are the costs of software
engineering?
Roughly 60% of software costs are development costs,
40% are testing costs. For custom software, evolution
costs often exceed development costs.
What are the best software engineering
techniques and methods?
While all software projects have to be professionally
managed and developed, different techniques are
appropriate for different types of system. For example,
games should always be developed using a series of
prototypes whereas safety critical control systems require
a complete and analyzable specification to be developed.
You can’t, therefore, say that one method is better than
another.
What differences has the web made to
software engineering?
The web has led to the availability of software services
and the possibility of developing highly distributed service-
based systems. Web-based systems development has led
to important advances in programming languages and
software reuse.
Frequently asked questions about software engineering
Software Engineering Introduction
S.H
2016 Slide 19
Software process activities
• A software process is a set of activities and their output, which
result in a software product:
Requirements and specification
Includes
- Domain analysis
- Defining the problem
- Requirements gathering
» Obtaining input from as many sources as possible
- Requirements analysis
» Organizing the information
- Requirements specification
» Writing detailed instructions about how the software should
behave
Software Engineering Introduction
S.H
2016 Slide 20
Design
Deciding how the requirements should be implemented, using the
available technology
Includes:
- Systems engineering: Deciding what should be in hardware and what
in software
- Software architecture: Dividing the system into subsystems and
deciding how the subsystems will interact
- Detailed design of the internals of a subsystem
- User interface design
- Design of databases
Software process activities
Software Engineering Introduction
S.H
2016 Slide 21
Implementation
Translate designs into a working system
- Coding
- Testing
- Documentation
- Data conversion (from old to new system)
- Training
- Installation
Software process activities
Software Engineering Introduction
S.H
2016 Slide 22
Maintenance: Evolving system
- Requirements WILL CHANGE to reflect dynamic environment of
business
- Continuous process
- Maintenance types:
Corrective: correct existing defects
Perfective: improve
Adaptive: to new environment / requirements
Software process activities
Software Engineering Introduction
S.H
2016 Slide 23
Software Process model
• An abstract representation of a software process,
presented from a particular perspective; for example,
workflow (sequence of activities), data-flow
(information flow), or role/action (who does what)
• These process models explain different approaches to
software development; for example, Waterfall, Iterative,
and Component Based Software Engineering
Software Engineering Introduction
S.H
2016 Slide 24
Software Engineering methods
• Structured approaches to software development, including:
—Model descriptions: Describes graphical models (i.e. object, data-flow, state
machine models, etc)
—Rules: Constraints applied to system models (i.e. entities must have unique
names)
—Recommendations: Best practices for designing software (i.e. include no more
than nine processes in a data flow diagram)
—Process guidance: what activities to follow (i.e. document object attributes
before defining its operations)
• Examples of methods:
—Functional oriented: DeMarco’s Structured Analysis and Jackson’s JSD
—Object oriented: Booch, Rumbaugh, and Boehm’s Obejct Oriented methods,
Rational Unified Process
Software Engineering Introduction
S.H
2016
25
CASE: Computer-Aided Software Engineering
• Computer-aided software engineering (CASE) is software to
support software development and evolution processes.
• Activity automation
• Graphical editors for system model development;
• Data dictionary to manage design entities;
• Graphical UI builder for user interface construction;
• Debuggers to support program fault finding;
• Automated translators to generate new versions of a program.
Software Engineering Introduction
S.H
2016 Slide 26
 Software engineering is an engineering discipline that is concerned with all
aspects of software production
 Essential software product attributes are maintainability, dependability and
security, efficiency and acceptability
 The high-level activities of specification, development, validation and
evolution are part of all software processes
 The fundamental notions of software engineering are universally applicable
to all types of system development
Key points [Professional Software Development]
Software Engineering Introduction
S.H
2016 Slide 27
 There are many different types of system and each requires
appropriate software engineering tools and techniques for their
development
 The fundamental ideas of software engineering are applicable to
all types of software system
Key points [Professional Software Development]
Software Engineering Introduction
S.H
2016 Slide 28
Software engineering ethics
 Software engineering involves wider responsibilities than simply
the application of technical skills
 Software engineers must behave in an honest and ethically
responsible way if they are to be respected as professionals
 Ethical behaviour is more than simply upholding the law but
involves following a set of principles that are morally correct
Software Engineering Introduction
S.H
2016
Issues of professional responsibility
 Confidentiality
 Engineers should normally respect the confidentiality of their
employers or clients irrespective of whether or not a formal
confidentiality agreement has been signed
 Competence
 Engineers should not misrepresent their level of competence. They
should not knowingly accept work which is outwith their
competence
Software Engineering Introduction
S.H
2016
Issues of professional responsibility
 Intellectual property rights
 Engineers should be aware of local laws governing the use of
intellectual property such as patents, copyright, etc. They should be
careful to ensure that the intellectual property of employers and
clients is protected.
 Computer misuse
 Software engineers should not use their technical skills to misuse
other people’s computers. Computer misuse ranges from relatively
trivial (game playing on an employer’s machine, say) to extremely
serious (dissemination of viruses).
Software Engineering Introduction
S.H
2016
ACM/IEEE Code of Ethics
 The professional societies in the US have cooperated to produce a
code of ethical practice
 Members of these organisations sign up to the code of practice when
they join
 The Code contains eight Principles related to the behaviour of and
decisions made by professional software engineers, including
practitioners, educators, managers, supervisors and policy makers, as
well as trainees and students of the profession
Software Engineering Introduction
S.H
2016
The ACM/IEEE Code of Ethics
Software Engineering Code of Ethics and Professional Practice
ACM/IEEE-CS Joint Task Force on Software Engineering Ethics and Professional Practices
PREAMBLE
The short version of the code summarizes aspirations at a high level of the abstraction; the
clauses that are included in the full version give examples and details of how these aspirations
change the way we act as software engineering professionals. Without the aspirations, the
details can become legalistic and tedious; without the details, the aspirations can become high
sounding but empty; together, the aspirations and the details form a cohesive code.
Software engineers shall commit themselves to making the analysis, specification, design,
development, testing and maintenance of software a beneficial and respected profession. In
accordance with their commitment to the health, safety and welfare of the public, software
engineers shall adhere to the following Eight Principles:
Software Engineering Introduction
S.H
2016
Ethical principles
1. PUBLIC - Software engineers shall act consistently with the public interest.
2. CLIENT AND EMPLOYER - Software engineers shall act in a manner that is in the best interests of
their client and employer consistent with the public interest.
3. PRODUCT - Software engineers shall ensure that their products and related modifications meet the
highest professional standards possible.
4. JUDGMENT - Software engineers shall maintain integrity and independence in their professional
judgment.
5. MANAGEMENT - Software engineering managers and leaders shall subscribe to and promote an ethical
approach to the management of software development and maintenance.
6. PROFESSION - Software engineers shall advance the integrity and reputation of the profession consistent
with the public interest.
7. COLLEAGUES - Software engineers shall be fair to and supportive of their colleagues.
8. SELF - Software engineers shall participate in lifelong learning regarding the practice of their profession
and shall promote an ethical approach to the practice of the profession.
Software Engineering Introduction
S.H
2016
A software engineer is employed by the company that designs and
manufactures voting machines. She is employed to develop an archival
system for retaining voting information and results.
Which of the following actions would most likely be a violation of the
Software Engineering Code of Ethics and Professional Practice? Give the
Software Engineering Code of Ethics related to your choice?
• a. She failed to keep adequate documentation of her work on the
project.(3.11)
b. She has not previously worked on a voting machine project and did
not disclose it to company(2.01)
c. She has registered as a voter in the state in which the
machines will be used. (4.05)
d. She discovered significant number of defects in her design for
the system that can cause failure of the project but did not report
them. (2.06)
Ethical principles: Examples
Software Engineering Introduction
S.H
2016
• Principle 3: 3.11
• Principle 2: 2.01; 2.06
• Principle 4: 4.05
Ethical principles: Examples
Software Engineering Introduction
S.H
2016
• You are working on the development of a software and your manager wants to
ship the product in one week. You are aware that the securing function still does
not work correctly.
• According to professional ethics, what are at least three actions you need to do?
• Answer:
at least he convinced them to delay the delivery of the software,
not complete the project unless his requirements are satisfied,
approve any software that meet specification only.
• The software engineering code of ethics 1.03, which states that a software
engineer: “Approve software only if they have a well-founded belief that it is safe,
meets specifications, passes appropriate tests, and does not diminish quality of life,
diminish privacy or harm the environment. The ultimate effect of the work should
be to the public good.”
Ethical principles: Examples
Software Engineering Introduction
S.H
2016
Ethical dilemmas
 Disagreement in principle with the policies of senior management
 Your employer acts in an unethical way and releases a safety-critical
system without finishing the testing of the system
 Participation in the development of military weapons systems or
nuclear systems
Software Engineering Introduction
S.H
2016
Key points
 Software engineers have responsibilities to the engineering
profession and society. They should not simply be concerned with
technical issues.
 Professional societies publish codes of conduct which set out the
standards of behaviour expected of their members.

More Related Content

Similar to Software Engineering chapter_1_5.ppt

Introduction1ObjectivesThe objectives of this chapte.docx
Introduction1ObjectivesThe objectives of this chapte.docxIntroduction1ObjectivesThe objectives of this chapte.docx
Introduction1ObjectivesThe objectives of this chapte.docx
mariuse18nolet
 
香港六合彩
香港六合彩香港六合彩
香港六合彩
pchgmf
 
香港六合彩-六合彩
香港六合彩-六合彩香港六合彩-六合彩
香港六合彩-六合彩
eqhnwl
 
Personal Note On Software Engineering
Personal Note On Software EngineeringPersonal Note On Software Engineering
Personal Note On Software Engineering
Heidi Maestas
 

Similar to Software Engineering chapter_1_5.ppt (20)

Introduction1ObjectivesThe objectives of this chapte.docx
Introduction1ObjectivesThe objectives of this chapte.docxIntroduction1ObjectivesThe objectives of this chapte.docx
Introduction1ObjectivesThe objectives of this chapte.docx
 
sw1.pdf
sw1.pdfsw1.pdf
sw1.pdf
 
Ch1
Ch1Ch1
Ch1
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩
 
香港六合彩
香港六合彩香港六合彩
香港六合彩
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideShare
 
六合彩|香港六合彩
六合彩|香港六合彩六合彩|香港六合彩
六合彩|香港六合彩
 
香港六合彩-六合彩
香港六合彩-六合彩香港六合彩-六合彩
香港六合彩-六合彩
 
六合彩,香港六合彩
六合彩,香港六合彩六合彩,香港六合彩
六合彩,香港六合彩
 
Lecture-1,2-Introduction to SE.pptx
Lecture-1,2-Introduction to SE.pptxLecture-1,2-Introduction to SE.pptx
Lecture-1,2-Introduction to SE.pptx
 
SE 18CS35 Module 1.pdf
SE 18CS35 Module 1.pdfSE 18CS35 Module 1.pdf
SE 18CS35 Module 1.pdf
 
Personal Note On Software Engineering
Personal Note On Software EngineeringPersonal Note On Software Engineering
Personal Note On Software Engineering
 
se01.ppt
se01.pptse01.ppt
se01.ppt
 
software engineering documents.pptx
software engineering documents.pptxsoftware engineering documents.pptx
software engineering documents.pptx
 
SE-Lecture1.ppt
SE-Lecture1.pptSE-Lecture1.ppt
SE-Lecture1.ppt
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 
Ch1 introduction
Ch1 introductionCh1 introduction
Ch1 introduction
 
17CS45_CBCS_Moulde 1 ppt
17CS45_CBCS_Moulde 1 ppt17CS45_CBCS_Moulde 1 ppt
17CS45_CBCS_Moulde 1 ppt
 
Ch1 introduction
Ch1 introductionCh1 introduction
Ch1 introduction
 
ch1_introduction (1).ppt
ch1_introduction (1).pptch1_introduction (1).ppt
ch1_introduction (1).ppt
 

Recently uploaded

Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Hung Le
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
David Celestin
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
ZurliaSoop
 

Recently uploaded (19)

in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNLITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
 
History of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathHistory of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth death
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20
 
Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...
Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...
Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...
 
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESBIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
2024 mega trends for the digital workplace - FINAL.pdf
2024 mega trends for the digital workplace - FINAL.pdf2024 mega trends for the digital workplace - FINAL.pdf
2024 mega trends for the digital workplace - FINAL.pdf
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
ECOLOGY OF FISHES.pptx full presentation
ECOLOGY OF FISHES.pptx full presentationECOLOGY OF FISHES.pptx full presentation
ECOLOGY OF FISHES.pptx full presentation
 
Using AI to boost productivity for developers
Using AI to boost productivity for developersUsing AI to boost productivity for developers
Using AI to boost productivity for developers
 
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxBEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
 
"I hear you": Moving beyond empathy in UXR
"I hear you": Moving beyond empathy in UXR"I hear you": Moving beyond empathy in UXR
"I hear you": Moving beyond empathy in UXR
 
The Concession of Asaba International Airport: Balancing Politics and Policy ...
The Concession of Asaba International Airport: Balancing Politics and Policy ...The Concession of Asaba International Airport: Balancing Politics and Policy ...
The Concession of Asaba International Airport: Balancing Politics and Policy ...
 

Software Engineering chapter_1_5.ppt

  • 1. Software Engineering Introduction S.H 2016 Slide 1 Introduction: Software and Software Engineering King Saud University College of Computer and Information Sciences Department of Computer Science Dr. S. HAMMAMI Chapter 1
  • 2. Software Engineering Introduction S.H 2016 Slide 2 Objectives  Understand what software engineering is and why it is important;  Know the answers to key questions that provide an introduction to software engineering;  Understand some ethical and professional issues that are important for software engineers.  To introduce the Systems Development Life Cycle “SDLC”
  • 3. Software Engineering Introduction S.H 2016 Slide 3 FAQs about software engineering  What is software?  What is software engineering?  What is the difference between software engineering and computer science?  What is the difference between software engineering and system engineering?  What is a software process?  What is a software process model?  What are the costs of software engineering?  What are software engineering methods?  What is CASE (Computer-Aided Software Engineering)  What are the attributes of good software?  What are the key challenges facing software engineering?
  • 4. Software Engineering Introduction S.H 2016 Slide 4 • The economies of ALL developed nations are dependent on software • More and more systems are software controlled • Software engineering is concerned with theories, methods and tools for professional software development • Expenditure on software represents a significant fraction of GNP in all developed countries What is Software?
  • 5. Software Engineering Introduction S.H 2016 Slide 5 • The software industry's impact on the US GDP is massive, accounting for some $1.14 trillion in 2016, according to a report from Software.org: the BSA Foundation. What's more, the industry boosted the economy in all 50 states. • According to the report, that impact on the GDP marks a $70 billion increase over the past two years. While the US economy as a whole grew 6.7%, software's direct economic impact grew by 18.7%, the report found. • Jobs were also heavily impacted by the software industry. Some 2.9 million people in the US are directly employed in software, but the industry indirectly supports 10.5 million US jobs. (https://www.techrepublic.com/article/software-industry-boosts-us-gdp- by-1-14-trillion-grows-economy-in-all-50-states/) What is Software?
  • 6. Software Engineering Introduction S.H 2016 Slide 6 • The economies of ALL developed nations are dependent on software • More and more systems are software controlled • Software engineering is concerned with theories, methods and tools for professional software development • Expenditure on software represents a significant fraction of GNP in all developed countries What is Software?
  • 7. Software Engineering Introduction S.H 2016 Slide 7 What is Software? Software is a set of items or objects that form a “configuration” that includes • programs • documents • data ... that is needed to make these programs operate correctly
  • 8. Software Engineering Introduction S.H 2016 Slide 8 The Nature of Software... Software is abstract and intangible • Hard to understand development effort Software is easy to reproduce • Cost is in its development —in other engineering products, manufacturing is the costly stage The industry of the software is labor-intensive • The process of the development is hard to automate
  • 9. Software Engineering Introduction S.H 2016 Slide 9 Types of Software... Custom (Bespoke) • For a specific customer according to their specification. • Examples: Gmail, KSU application(‫مدار‬ ‫{نظام‬https://madar.ksu.edu.sa/}) Generic • Sold on open market • Examples: databases, word processors, …. Embedded • Built into hardware • Hard to change • Examples: Software in Camera, Microwave, Elevator etc Software products may be developed for a particular customer or may be developed for a general market:
  • 10. Software Engineering Introduction S.H 2016 Slide 10 Types of Software Real time software • E.g. control and monitoring systems • Must react immediately • Safety often a concern • Examples: Fire Alarm and Control System, Anti missile system Data processing software • Used to run businesses • Accuracy and security of data are key Some software has both aspects
  • 11. Software Engineering Introduction S.H 2016 Slide 11 Variety of Software Products Examples Real time: air traffic control Embedded systems: digital camera, GPS Data processing: telephone billing, pensions Information systems: web sites, digital libraries Sensors: weather data System software: operating systems, compilers Communications: routers, mobile telephones Offices: word processing, video conferences Scientific: simulations, weather forecasting Graphical: film making, design etc., etc., etc., ....
  • 12. Software Engineering Introduction S.H 2016 Slide 12 Software engineering diversity  There are many different types of software system and there is no universal set of software techniques that is applicable to all of these  The software engineering methods and tools used depend on the type of application being developed, the requirements of the customer and the background of the development team
  • 13. Software Engineering Introduction S.H 2016 Slide 13 Essential attributes of good software Product characteristic Description Maintainability Software should be written in such a way so that it can evolve to meet the changing needs of customers. This is a critical attribute because software change is an inevitable requirement of a changing business environment. Dependability and Security Software dependability includes a range of characteristics including reliability, security and safety. Dependable software should not cause physical or economic damage in the event of system failure. Malicious users should not be able to access or damage the system. Efficiency Software should not make wasteful use of system resources such as memory and processor cycles. Efficiency therefore includes responsiveness, processing time, memory utilisation, etc. Acceptability Software must be acceptable to the type of users for which it is designed. This means that it must be understandable, usable and compatible with other systems that they use.
  • 14. Software Engineering Introduction S.H 2016 Slide 14 What is Software Engineering?... The process of solving customers’ problems by the systematic development and evolution of large, high-quality software systems within cost, time and other constraints. Software engineering is an engineering discipline that is concerned with all aspects of software production from the early stages of system specification through to maintaining the system after it has gone into use.  Engineering discipline  Using appropriate theories and methods to solve problems bearing in mind organizational and financial constraints.  All aspects of software production  Not just technical process of development. Also project management and the development of tools, methods etc. to support software production.
  • 15. Software Engineering Introduction S.H 2016 Importance of software engineering  More and more, individuals and society rely on advanced software systems. We need to be able to produce reliable and trustworthy systems economically and quickly.  It is usually cheaper, in the long run, to use software engineering methods and techniques for software systems rather than just write the programs as if it was a personal programming project. For most types of system, the majority of costs are the costs of changing the software after it has gone into use.
  • 16. Software Engineering Introduction S.H 2016 Slide 16 Software engineering fundamentals  Some fundamental principles apply to all types of software system, irrespective of the development techniques used:  Systems should be developed using a managed and understood development process. Of course, different processes are used for different types of software.  Dependability and performance are important for all types of system  Understanding and managing the software specification and requirements (what the software should do) are important  Where appropriate, you should reuse software that has already been developed rather than write new software
  • 17. Software Engineering Introduction S.H 2016 Slide 17 Frequently asked questions about software engineering Question Answer What is software? Computer programs and associated documentation. Software products may be developed for a particular customer or may be developed for a general market. What are the attributes of good software? Good software should deliver the required functionality and performance to the user and should be maintainable, dependable and usable. What is software engineering? Software engineering is an engineering discipline that is concerned with all aspects of software production. What are the fundamental software engineering activities? Software specification, software development, software validation and software evolution. What is the difference between software engineering and computer science? Computer science focuses on theory and fundamentals; software engineering is concerned with the practicalities of developing and delivering useful software. What is the difference between software engineering and system engineering? System engineering is concerned with all aspects of computer-based systems development including hardware, software and process engineering. Software engineering is part of this more general process.
  • 18. Software Engineering Introduction S.H 2016 Slide 18 Question Answer What are the key challenges facing software engineering? Coping with increasing diversity, demands for reduced delivery times and developing trustworthy software. What are the costs of software engineering? Roughly 60% of software costs are development costs, 40% are testing costs. For custom software, evolution costs often exceed development costs. What are the best software engineering techniques and methods? While all software projects have to be professionally managed and developed, different techniques are appropriate for different types of system. For example, games should always be developed using a series of prototypes whereas safety critical control systems require a complete and analyzable specification to be developed. You can’t, therefore, say that one method is better than another. What differences has the web made to software engineering? The web has led to the availability of software services and the possibility of developing highly distributed service- based systems. Web-based systems development has led to important advances in programming languages and software reuse. Frequently asked questions about software engineering
  • 19. Software Engineering Introduction S.H 2016 Slide 19 Software process activities • A software process is a set of activities and their output, which result in a software product: Requirements and specification Includes - Domain analysis - Defining the problem - Requirements gathering » Obtaining input from as many sources as possible - Requirements analysis » Organizing the information - Requirements specification » Writing detailed instructions about how the software should behave
  • 20. Software Engineering Introduction S.H 2016 Slide 20 Design Deciding how the requirements should be implemented, using the available technology Includes: - Systems engineering: Deciding what should be in hardware and what in software - Software architecture: Dividing the system into subsystems and deciding how the subsystems will interact - Detailed design of the internals of a subsystem - User interface design - Design of databases Software process activities
  • 21. Software Engineering Introduction S.H 2016 Slide 21 Implementation Translate designs into a working system - Coding - Testing - Documentation - Data conversion (from old to new system) - Training - Installation Software process activities
  • 22. Software Engineering Introduction S.H 2016 Slide 22 Maintenance: Evolving system - Requirements WILL CHANGE to reflect dynamic environment of business - Continuous process - Maintenance types: Corrective: correct existing defects Perfective: improve Adaptive: to new environment / requirements Software process activities
  • 23. Software Engineering Introduction S.H 2016 Slide 23 Software Process model • An abstract representation of a software process, presented from a particular perspective; for example, workflow (sequence of activities), data-flow (information flow), or role/action (who does what) • These process models explain different approaches to software development; for example, Waterfall, Iterative, and Component Based Software Engineering
  • 24. Software Engineering Introduction S.H 2016 Slide 24 Software Engineering methods • Structured approaches to software development, including: —Model descriptions: Describes graphical models (i.e. object, data-flow, state machine models, etc) —Rules: Constraints applied to system models (i.e. entities must have unique names) —Recommendations: Best practices for designing software (i.e. include no more than nine processes in a data flow diagram) —Process guidance: what activities to follow (i.e. document object attributes before defining its operations) • Examples of methods: —Functional oriented: DeMarco’s Structured Analysis and Jackson’s JSD —Object oriented: Booch, Rumbaugh, and Boehm’s Obejct Oriented methods, Rational Unified Process
  • 25. Software Engineering Introduction S.H 2016 25 CASE: Computer-Aided Software Engineering • Computer-aided software engineering (CASE) is software to support software development and evolution processes. • Activity automation • Graphical editors for system model development; • Data dictionary to manage design entities; • Graphical UI builder for user interface construction; • Debuggers to support program fault finding; • Automated translators to generate new versions of a program.
  • 26. Software Engineering Introduction S.H 2016 Slide 26  Software engineering is an engineering discipline that is concerned with all aspects of software production  Essential software product attributes are maintainability, dependability and security, efficiency and acceptability  The high-level activities of specification, development, validation and evolution are part of all software processes  The fundamental notions of software engineering are universally applicable to all types of system development Key points [Professional Software Development]
  • 27. Software Engineering Introduction S.H 2016 Slide 27  There are many different types of system and each requires appropriate software engineering tools and techniques for their development  The fundamental ideas of software engineering are applicable to all types of software system Key points [Professional Software Development]
  • 28. Software Engineering Introduction S.H 2016 Slide 28 Software engineering ethics  Software engineering involves wider responsibilities than simply the application of technical skills  Software engineers must behave in an honest and ethically responsible way if they are to be respected as professionals  Ethical behaviour is more than simply upholding the law but involves following a set of principles that are morally correct
  • 29. Software Engineering Introduction S.H 2016 Issues of professional responsibility  Confidentiality  Engineers should normally respect the confidentiality of their employers or clients irrespective of whether or not a formal confidentiality agreement has been signed  Competence  Engineers should not misrepresent their level of competence. They should not knowingly accept work which is outwith their competence
  • 30. Software Engineering Introduction S.H 2016 Issues of professional responsibility  Intellectual property rights  Engineers should be aware of local laws governing the use of intellectual property such as patents, copyright, etc. They should be careful to ensure that the intellectual property of employers and clients is protected.  Computer misuse  Software engineers should not use their technical skills to misuse other people’s computers. Computer misuse ranges from relatively trivial (game playing on an employer’s machine, say) to extremely serious (dissemination of viruses).
  • 31. Software Engineering Introduction S.H 2016 ACM/IEEE Code of Ethics  The professional societies in the US have cooperated to produce a code of ethical practice  Members of these organisations sign up to the code of practice when they join  The Code contains eight Principles related to the behaviour of and decisions made by professional software engineers, including practitioners, educators, managers, supervisors and policy makers, as well as trainees and students of the profession
  • 32. Software Engineering Introduction S.H 2016 The ACM/IEEE Code of Ethics Software Engineering Code of Ethics and Professional Practice ACM/IEEE-CS Joint Task Force on Software Engineering Ethics and Professional Practices PREAMBLE The short version of the code summarizes aspirations at a high level of the abstraction; the clauses that are included in the full version give examples and details of how these aspirations change the way we act as software engineering professionals. Without the aspirations, the details can become legalistic and tedious; without the details, the aspirations can become high sounding but empty; together, the aspirations and the details form a cohesive code. Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software a beneficial and respected profession. In accordance with their commitment to the health, safety and welfare of the public, software engineers shall adhere to the following Eight Principles:
  • 33. Software Engineering Introduction S.H 2016 Ethical principles 1. PUBLIC - Software engineers shall act consistently with the public interest. 2. CLIENT AND EMPLOYER - Software engineers shall act in a manner that is in the best interests of their client and employer consistent with the public interest. 3. PRODUCT - Software engineers shall ensure that their products and related modifications meet the highest professional standards possible. 4. JUDGMENT - Software engineers shall maintain integrity and independence in their professional judgment. 5. MANAGEMENT - Software engineering managers and leaders shall subscribe to and promote an ethical approach to the management of software development and maintenance. 6. PROFESSION - Software engineers shall advance the integrity and reputation of the profession consistent with the public interest. 7. COLLEAGUES - Software engineers shall be fair to and supportive of their colleagues. 8. SELF - Software engineers shall participate in lifelong learning regarding the practice of their profession and shall promote an ethical approach to the practice of the profession.
  • 34. Software Engineering Introduction S.H 2016 A software engineer is employed by the company that designs and manufactures voting machines. She is employed to develop an archival system for retaining voting information and results. Which of the following actions would most likely be a violation of the Software Engineering Code of Ethics and Professional Practice? Give the Software Engineering Code of Ethics related to your choice? • a. She failed to keep adequate documentation of her work on the project.(3.11) b. She has not previously worked on a voting machine project and did not disclose it to company(2.01) c. She has registered as a voter in the state in which the machines will be used. (4.05) d. She discovered significant number of defects in her design for the system that can cause failure of the project but did not report them. (2.06) Ethical principles: Examples
  • 35. Software Engineering Introduction S.H 2016 • Principle 3: 3.11 • Principle 2: 2.01; 2.06 • Principle 4: 4.05 Ethical principles: Examples
  • 36. Software Engineering Introduction S.H 2016 • You are working on the development of a software and your manager wants to ship the product in one week. You are aware that the securing function still does not work correctly. • According to professional ethics, what are at least three actions you need to do? • Answer: at least he convinced them to delay the delivery of the software, not complete the project unless his requirements are satisfied, approve any software that meet specification only. • The software engineering code of ethics 1.03, which states that a software engineer: “Approve software only if they have a well-founded belief that it is safe, meets specifications, passes appropriate tests, and does not diminish quality of life, diminish privacy or harm the environment. The ultimate effect of the work should be to the public good.” Ethical principles: Examples
  • 37. Software Engineering Introduction S.H 2016 Ethical dilemmas  Disagreement in principle with the policies of senior management  Your employer acts in an unethical way and releases a safety-critical system without finishing the testing of the system  Participation in the development of military weapons systems or nuclear systems
  • 38. Software Engineering Introduction S.H 2016 Key points  Software engineers have responsibilities to the engineering profession and society. They should not simply be concerned with technical issues.  Professional societies publish codes of conduct which set out the standards of behaviour expected of their members.