2-Oct-15 1 Introduction to Software Engineering Softwares Importance of SWE Basic SWE Concepts ICS 413 - Software Engineering.

Slides:



Advertisements
Similar presentations
Computer ScienceSoftware Engineering Slide 1 SOFTWARE ENGINEERING INTRO l Learn by doing l Two projects Galaxy Sleuth Graduate Program Application l Goals:
Advertisements

SWE Introduction to Software Engineering
Introduction To Software Engineering
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
Software Engineering COMP 201
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
Modified from Sommerville’s slidesSoftware Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering September 5, 2007.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
SE 112 Slide 1 SE 112 l
An Introduction to Software Engineering
An Introduction to Software Engineering
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 System and Software Engineering.
Software Engineering Methodologies (Introduction)
Objectives of the Lecture
SOFTWARE ENGINEERING Hoang Huu Hanh, Hue University hanh-at-hueuni.edu.vn.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” CHAPTER 4 : Part 1 INTRODUCTION TO SOFTWARE DEVELOPMENT: SYSTEM ANALYSIS & DESIGN.
Software EngineeringIntroduction Slide 1 Software Engineering Mr. Ahmad Al-Ghoul.
An Introduction to Software Engineering | Website for students | VTU NOTES1.
1 An Introduction to Software Engineering. 2 Objectives l To introduce software engineering and to explain its importance l To set out the answers to.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering ( ICS 2302)
An Introduction to Software Engineering DeSiamore 1.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 Software Engineering The first lecture.
Introduction to Software Engineering
2-Oct-15 Introduction to SWE1 Introduction to Software Engineering Softwares Importance of SWE Basic SWE Concepts.
Software engineering. What is software engineering? Software engineering is an engineering discipline which is concerned with all aspects of software.
1 Software Engineering, 7th edition. Chapter 1 Courtesy: ©Ian Sommerville 2004 Sep 02, 2008 Lecture # 1 An Introduction to Software Engineering.
©Ian Sommerville 2006Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
An Introduction to Software Engineering. What is Software?
Software Engineering Slide 1 An Introduction to Software Engineering.
Chapter 1: Introduction Omar Meqdadi SE 2730 Lecture 1 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 1 Slide 1 Chapter 1 Introduction.
An Introduction to Software Engineering. Communication Systems.
Lecture 1 The University of Lahore Software Engineering Saeed Akhtar
Software Engineering, COMP201 Slide 1 Introduction to software engineering Lecture 1.
1 Software Engineering Ian Sommerville th edition Instructor: Mrs. Eman ElAjrami University Of Palestine.
An Introduction to Software Engineering Ian Sommerville, Software Engineering 李彤, 王仲民, 康雁, 陆歌浩.
An Introduction to Software Engineering Support Lecture.
INTRODUCTION TO SOFTWARE ENGINEERING. Objectives To introduce software engineering and to explain its importance To set out the answers to key questions.
An Introduction to Software Engineering (Chapter 1 from the textbook)
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 / 31 An Introduction to Software Engineering.
1 Software Engineering, 8th edition. Chapter 1 Jan 28 th, 2009 Lecture # 1 Courtesy: ©Ian Sommerville 2006 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.
1 These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 5/e and are provided with permission by.
1 CSC 4700 Software Engineering John Lewis These slides are based on originals provided by Ian Sommerville.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
Software Engineering I. Course Description This course is designed to provide understanding of the concepts, techniques and tools for the definition,
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 1 Slide 1 Chapter 1 Introduction As modified by Randy Smith.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
L ECTURE 1 Introduction Getting started with software engineering.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
Software Engineering An Introduction.
An Introduction to Software Engineering
An Introduction to Software Engineering
Chapter 1- Introduction
MISY 301 Mr.Mohammed Rafeeque.
An Introduction to Software Engineering
An Introduction to Software Engineering
An Introduction to Software Engineering
An Introduction to Software Engineering
CS385T Software Engineering Dr.Doaa Sami
An Introduction to Software Engineering
An Introduction to Software Engineering
An Introduction to Software Engineering
An Introduction to Software Engineering
An Introduction to Software Engineering
Presentation transcript:

2-Oct-15 1 Introduction to Software Engineering Softwares Importance of SWE Basic SWE Concepts ICS Software Engineering

2-Oct-15 2 What is a Software? Software is a computer program with its documentation such as requirements, design models and user manuals. Software products may be Generic - developed to be sold to a range of different customers e.g. general PC software such as Excel or Word. Bespoke (custom, tailored) - developed for a single customer according to their specification. ICS Software Engineering

2-Oct-15 3 Attributes of Good Software A good software should deliver the required functionality and performance to the user be maintainable: can be evolved to meet changing needs; be dependable: reliable and trustworthy be efficient : should not waste the system resources be acceptable by end-user, i.e., usable, understandable and compatible with other systems. ICS Software Engineering

2-Oct-15 4 Software Crisis The notion of software engineering was first proposed in 1968 at a conference to discuss what was then called ‘software crisis’: Informal (ad-hoc) software development Major projects were sometimes years late and over budget, Softwares were unreliable, difficult to maintain and performed poorly. ICS Software Engineering

2-Oct-15 5 Some Facts Failed software projects in USA costs $81 bn annually. Failure is the exception not the rule, but it can be severe and expensive. Problems may happen during any stage of the Software development life-cycle. Purpose of SWE is to avoid problems and hence failure ICS Software Engineering

2-Oct-15 6 Importance of SWE The economies of ALL developed nations depends (somehow) on software. More and more systems are software controlled Software cost often dominate computer system costs. The costs of software on a PC are often greater than the hardware cost. SWE develop theories, methods and tools that help to build cost-effective and high- quality software. ICS Software Engineering

2-Oct-15 7 What is Software Engineering? SWE 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, use appropriate tools and techniques depending on the problem to be solved (the development constraints + the resources available.) ICS Software Engineering

2-Oct-15 8 The Big Picture Computer Science Computer Engineering System Engineering Software Engineering Science is Theory Engineering is more practical Software  Computer  System ICS Software Engineering

2-Oct-15 9 SWE vs. Computer Science Computer science is concerned with theory and fundamentals SWE is concerned with the practicalities of developing and delivering useful software. Computer science theories are still insufficient to act as a complete foundation for software engineering. ICS Software Engineering

2-Oct SWE vs. System Engineering System engineering is concerned with all aspects of computer-based systems development including hardware, software and process engineering. SWE is part of the 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. ICS Software Engineering

2-Oct What is a Software Process (SP)? SP is a set of activities whose goal is the development or evolution of software. General activities in all SPs are: Specification: what should the system do and what are its development constraints? Development: production of the software Validation: checking that the software is what the customer wants Evolution: changing the software in response to changing demands. ICS Software Engineering

2-Oct What is a Software Process Model (SPM)? SPM is a simplified representation of a software process, presented from a specific perspective such as Workflow perspective: sequence of activities; Data-flow perspective: information flow; Role/action perspective: who does what. Examples of generic SPM Waterfall Iterative development Component-based software engineering ICS Software Engineering

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

2-Oct Key Challenges Facing Software Engineering Heterogeneity: developing techniques for building software that can cope with heterogeneous (different) platforms and execution environments Delivery: developing techniques that lead to faster delivery of software Trust: developing techniques that demonstrate that software can be trusted by its users. ICS Software Engineering

2-Oct Summary SWE 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 acceptability. SP consists of activities that are involved in developing softwares. Basic activities are software specification, development, validation and evolution. CASE tools are software systems which are designed to support routine activities in the SP ICS Software Engineering