1 / 24

An Introduction to Software Engineering

An Introduction to Software Engineering. Objectives. To introduce software engineering and to explain its importance To set out the answers to key questions about software engineering

keaton
Télécharger la présentation

An Introduction to Software Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Introduction to Software Engineering

  2. Objectives • To introduce software engineering and to explain its importance • To set out the answers to key questions about software engineering • To introduce ethical and professional issues and to explain why they are of concern to software engineers

  3. Software engineering • The economies of ALL developed nations are dependent on software. (ex: National infrastructures and utilities, most electrical products…) • 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 (Gross National Product) in all developed countries.

  4. Software costs • Software costs often dominate computer system costs. The costs of software on a PC are often greater than the hardware cost. • Software costs more to maintain than it does to develop. For systems with a long life, maintenance costs may be several times development costs. • Software engineering is concerned with cost-effective software development.

  5. 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?

  6. What is software? • Software : Computer programs and associated documentation such as requirements, design models and user manuals. • Software products may be developed for a particular customer or may be developed for a general market. • Software products may be • Generic - developed to be sold to a range of different customers e.g. PC software such as Excel or Word. • Customized (bespoke) - developed for a single customer according to their specification. • More and more software companies are starting with a generic system and customizing it to the needs of a particular customer. (ex: SAP)

  7. Computer Science vs. Engineering • Computer Scientist • Assumes techniques and tools have to be developed. • Proves theorems about algorithms, designs languages, defines knowledge representation schemes • Has infinite time… • Engineer • Develops a solution for a problem formulated by a client • Uses computers & languages, techniques and tools • Software Engineer • Works in multiple application domains • Has only 3 months... • …while changes occurs in the problem formulation (requirements) and also in the available technology.

  8. Software Engineering: A Problem Solving Activity • Analysis: • Understand the nature of the problem and break the problem into pieces • Synthesis: • Put the pieces together into a large structure For problem solving we use techniques, methodologies and tools.

  9. What is software engineering? • Software engineering is an engineering discipline that is concerned with all aspects of software production. • Software engineers should adopt a systematic and organised approach to their work and use appropriate tools and techniques depending on the problem to be solved, the development constraints and the resources available.

  10. Techniques, Methodologies and Tools • Techniques: • Formal procedures for producing results using some well-defined notation • Methodologies: • Collection of techniques applied across software development and unified by a philosophical approach • Tools: • Instruments or automated systems to accomplish a technique • CASE = Computer Aided Software Engineering

  11. What is the difference between software engineering and computer science? • Computer science is concerned with theory and fundamentals; software engineering is concerned with the practicalities of developing and delivering useful software. • Computer science theories are still insufficient to act as a complete underpinning for software engineering (unlike e.g. physics and electrical engineering).

  12. 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 process concerned with developing the software infrastructure, control, applications and databases in the system. • System engineers are involved in system specification, architectural design, integration and deployment.

  13. What is a software process? • Software process : A set of activities whose goal is the development or evolution of software. • Generic activities in all software processes are: • Software specification – customers and engineers define it with its constraints • Software development – where software is designed and programmed • Software validation – where software is checked to ensure that it is what customer requires • Software evolution – where software is modified to adapt it to changing customer and market requirements. Different types of systems need different development processes. For example, real time software in an aircraft has to be completely specified before development begins, whereas, in e-commerce systems, the specification and the program are usually developed together.

  14. What is a software process model? • Software process model : A simplified representation of a software process, presented from a specific perspective. • Examples of process perspectives are • Workflow perspective – shows the sequence of activities along with their inputs, outputs and dependencies (human activities) • Data-flow perspective – shows how the input to the process , such as specification, is transformed to an output, such as design, e.g. information flow (human or computer activities) • Role/action perspective – represents roles of the people involved in the software process and the activities. • Generic process models are • Waterfall • Iterative development • Component-based software engineering

  15. David Lorge Parnas is an early pioneer in software engineering who developed the concepts of modularity and information hiding in systems which are the foundation of object oriented methodologies. Why is software development difficult? • The problem domain (also called application domain) is difficult • The solution domain is difficult • The development process is difficult to manage • Software offers extreme flexibility • Software is a discrete system • Continuous systems have no hidden surprises • Discrete systems can have hidden surprises! (Parnas)

  16. What are the costs of software engineering? • Roughly 60% of costs are development costs, 40% are testing costs. For custom software, evolution costs often exceed development costs. • Costs vary depending on the type of system being developed and the requirements of system attributes such as performance and system reliability. • Distribution of costs depends on the development model that is used.

  17. Activity cost distribution

  18. Product development costs

  19. What is CASE (Computer-Aided Software Engineering) ? • CASE : Software systems that are intended to provide automated support for software process activities. • CASE systems are often used for method support. • Upper-CASE • Tools to support the early process activities of requirements and design; • Lower-CASE • Tools to support later activities such as programming, debugging and testing.

  20. What are the attributes of good software? • The software should deliver the required functionality and performance to the user and should be maintainable,dependable and usable. • Maintainability • Software should be written in such a way that it may evolve to meet the changing needs of customers. • Dependability • Software must be trustworthy (reliable, secure and safe). • Efficiency • Software should not make wasteful use of system resources, such as memory or processor cycles. Efficiency: Responsiveness, processing time, memory utilization, etc. • Usability • Software must be usable without undue effort. It should have an appropriate user interface and adequate documentation.

  21. What are the key challenges facing software engineering? • Software engineering in 21st century faces three key challenges: • Heterogeneity • Challenge of developing techniques for building dependable software that is flexible enough to cope with the heterogeneity. • Delivery • Challenge of shortening delivery times for large and complex systems without compromising system quality. • Trust • Challenge of developing techniques that demonstrate that software can be trusted by its users.

  22. 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.

  23. Key points • Software engineering is an engineering discipline that is concerned with all aspects of software production. • Software products consist of developed programs and associated documentation. Essential product attributes are maintainability, dependability, efficiency and usability. • The software process consists of activities that are involved in developing software products. Basic activities are software specification, development, validation and evolution. • Methods are organised ways of producing software. They include suggestions for the process to be followed, the notations to be used, rules governing the system descriptions which are produced and design guidelines.

  24. Key points • CASE tools are software systems which are designed to support routine activities in the software process such as editing design diagrams, checking diagram consistency and keeping track of program tests which have been run. • 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