CMSC 435: Software Engineering Course overview. Topics covered today



Similar documents
Topics covered. An Introduction to Software Engineering. FAQs about software engineering Professional and ethical responsibility

Introduction to Software Engineering. Adopted from Software Engineering, by Ian Sommerville

An Introduction to Software Engineering

An Introduction to Software Engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1

Software Engineering. What is SE, Anyway? Based on Software Engineering, 7 th Edition by Ian Sommerville

An Introduction to Software Engineering

Introduction. Getting started with software engineering. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1

Introduction. Getting started with software engineering. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 1 Slide 1

Introduction to Software Engineering

Software Engineering. Introduc)on

SE 367 Software Engineering Basics of Software Engineering

IF2261 Software Engineering. Introduction. What is software? What is software? What is software? Failure Curve. Software Applications Type

Aerospace Software Engineering

Chapter 1- Introduction. Lecture 1

Chapter 1- Introduction. Lecture 1

Chapter 1 Introduction

CSC 342 Semester I: H ( G)

Software Engineering UNIT -1 OVERVIEW

Components Based Design and Development. Unit 2: Software Engineering Quick Overview

1. Introduction. Objectives. Contents. Introduction 1

Software Engineering. Software Engineering. Software Costs

To introduce software process models To describe three generic process models and when they may be used

Lecture 2. Anis Koubaa

Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville

Software Engineering/Courses Description Introduction to Software Engineering Credit Hours: 3 Prerequisite: (Computer Programming 2).

1.1 The Nature of Software... Object-Oriented Software Engineering Practical Software Development using UML and Java. The Nature of Software...

Software Engineering. Introduction. Software Costs. Software is Expensive [Boehm] ... Columbus set sail for India. He ended up in the Bahamas...

Software Processes. Topics covered

CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.

Software Engineering. Objectives. Designing, building and maintaining large software systems

Peter Mileff PhD SOFTWARE ENGINEERING. The Basics of Software Engineering. University of Miskolc Department of Information Technology

Introduction. Objectives. Contents

Software Processes. Coherent sets of activities for specifying, designing, implementing and testing software systems

Software Engineering. What is a system?

Unit 1 Learning Objectives

How To Understand Software Engineering

Fall 2012 Q530. Programming for Cognitive Science

Objectives. The software process. Basic software process Models. Waterfall model. Software Processes

Chapter 1 The Systems Development Environment

ABET General Outcomes. Student Learning Outcomes for BS in Computing

Lecture Objectives. Software Life Cycle. Software Engineering Layers. Software Process. Common Process Framework. Umbrella Activities

Software Engineering. Software Development Process Models. Lecturer: Giuseppe Santucci

In this Lecture you will Learn: Development Process. Unified Software Development Process. Best Practice

IT3205: Fundamentals of Software Engineering (Compulsory)

The software process. Generic software process models. Waterfall model. Software Development Methods. Bayu Adhi Tama, ST., MTI.

Chapter 13 BUILDING INFORMATION SYSTEMS. How does building new systems produce organizational change?

Masters in Information Technology

IT3203 Fundamentals of Software Engineering (Compulsory) BIT 2 nd YEAR SEMESTER 3

Karunya University Dept. of Information Technology

ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science

Chapter 2 Software Processes

Overview. Software engineering and the design process for interactive systems. Standards and guidelines as design rules

Chapter 13: Program Development and Programming Languages

Software testing. Objectives

COURSE CODE : 4072 COURSE CATEGORY : A PERIODS / WEEK : 4 PERIODS / SEMESTER : 72 CREDITS : 4

Masters in Human Computer Interaction

Fundamentals of Information Systems, Fifth Edition. Chapter 8 Systems Development

Software Project Models

Masters in Networks and Distributed Systems

Masters in Computing and Information Technology

HIT Workflow & Redesign Specialist: Curriculum Overview

Software Processes. The software process. Generic software process models. Waterfall model. Waterfall model phases

10/4/2013. Sharif University of Technology. Session # 3. Contents. Systems Analysis and Design

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53

SCHOOL OF ADVANCED TECHNOLOGIES, ENGINEERING AND SCIENCE (SATES) PROGRAM: CTech in Electrical and Electronic Engineering

Introduction and Overview

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

Software Development: The Waterfall Model

School of Computer Science

Masters in Advanced Computer Science

1 Introduction. Objectives. Contents. Introduction 1

Software Process and Models

Basic Trends of Modern Software Development

2. Analysis, Design and Implementation

Masters in Artificial Intelligence

Module 1. Introduction to Software Engineering. Version 2 CSE IIT, Kharagpur

Plan-Driven Methodologies

CSCI-485: Software Design

Overview of Software Engineering and the Software Development Process

Organising, planning and scheduling software projects. Software management distinctions

Software Development Life Cycle

Lecture 3 Software Development Processes

Agile development of safety-critical software while meetings standards' requirements

Improving Software Development Economics Part II: Reducing Software Product Complexity and Improving Software Processes

Chapter 5. Regression Testing of Web-Components

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

General Problem Solving Model. Software Development Methodology. Chapter 2A

Software Development Process Models and their Impacts on Requirements Engineering Organizational Requirements Engineering

Page 1 of 5. (Modules, Subjects) SENG DSYS PSYS KMS ADB INS IAT

CS314: Course Summary

2014 New Jersey Core Curriculum Content Standards - Technology

Knowledge, Certification, Networking

6. Software Lifecycle Models. A software lifecycle model is a standardised format for planning organising, and running a new development project.

Transcription:

CMSC 435: Software Engineering Course overview CMSC 435-1 Topics covered today Course requirements FAQs about software engineering Professional and ethical responsibility CMSC 435-2

Course Objectives To introduce software engineering and to explain its importance in building large programs To understand the process of developing new technology and the role of experimentation 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 CMSC 435-3 CMSC 435 requirements Exam 1 (20%) and Exam 2 (20%) Project (40%) Report (10%) Other (homework, presentations, ) (10%) Project goal is to take a large system and add several features to it: System is a prototype of an FAA air traffic control system called TSAFE. You have to make decisions on the implementation and test your results Projects are group activities; system written in Java. For EACH phase of the project you will be in a different group, randomly assigned Use class website. (www.cs.umd.edu/~mvz/cmsc435-s09/) CMSC 435-4

Software engineering 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. CMSC 435-5 What is software engineering?... the systematic and regular application of scientific and mathematical knowledge to the design, construction, and operation of machines, systems, and so on of practical use and, hence, of economic value. Particular characteristic of engineers is that they take seriously their responsibility for correctness, suitability, and safety of the results of their efforts. In this regard they consider themselves to be responsible to their customer (including their employers where relevant), to the users of their machines and systems, and to the public at large. CMSC 435-6

Aspects of software engineering Analysis vs. synthesis of a problem Method or technique: procedure for producing a result Tool: instrument or automated system for accomplishing something Procedure: recipe for combination of tools and techniques Paradigm: style of doing something CMSC 435-7 Two aspect of Software Engineering: Analysis PROBLEM Subproblem 1 Subproblem 2 Subproblem 3 Subproblem 4 CMSC 435-8

Two aspect of Software Engineering: Synthesis Solution 1 Solution 2 Solution 3 Solution 4 SOLUTION CMSC 435-9 Software costs Software costs often dominate computer system costs. The costs of software on a PC are always 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 costeffective software development. CMSC 435-10

Why is it 435 and not 135? Need experience is building big programs. (435 is not a programming course.) Learn how to work in groups. Every student starts Computer Science 1 knowing everything. Previous generations had problems only because they were too sloppy or not smart enough. You have to experience the 4am panic to finish a project due 8am to really understand the problems with software development. By now you should understand that there MUST be a better way to do this. CMSC 435-11 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? CMSC 435-12

FAQs about software engineering 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? CMSC 435-13 What is 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. Custom - developed for a single customer according to their specification. New software can be created by developing new programs, configuring generic software systems or reusing existing software. (Reuse is emphasis this semester) CMSC 435-14

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. CMSC 435-15 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). CMSC 435-16

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. CMSC 435-17 What is a software process? A set of activities whose goal is the development or evolution of software. Generic activities in all software processes are: Specification - what the system should do and its development constraints Development - production of the software system Validation - checking that the software is what the customer wants Evolution - changing the software in response to changing demands. CMSC 435-18

Typical development processes. Requirements engineering System analysis High-level design/architecture Low-level design Coding Integration Design and code reviews Testing Maintenance Project management Configuration management CMSC 435-19 What is a software process model? A simplified representation of a software process, presented from a specific perspective. Examples of process perspectives are Workflow perspective - sequence of activities; Data-flow perspective - information flow; Role/action perspective - who does what. Generic process models Waterfall; Iterative development; Agile development; Component-based software engineering. CMSC 435-20

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. CMSC 435-21 Activity cost distribution Product development CMSC 435-22

What are software engineering methods? Structured approaches to software development which include system models, notations, rules, design advice and process guidance. Model descriptions Descriptions of graphical models which should be produced; Rules Constraints applied to system models; Recommendations Advice on good design practice; Process guidance What activities to follow. CMSC 435-23 What is CASE (Computer-Aided Software Engineering) Software systems that are intended to provide automated support for software process activities. CASE systems are often used for method support. Upper-CASE ( Upstream ) Tools to support the early process activities of requirements and design; Lower-CASE ( Downstream ) Tools to support later activities such as programming, debugging and testing. CMSC 435-24

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 acceptable. Maintainability Software must evolve to meet changing needs; Dependability Software must be trustworthy; Efficiency Software should not make wasteful use of system resources; Acceptability Software must accepted by the users for which it was designed; it must be understandable, usable and compatible with other systems. CMSC 435-25 What are the key challenges facing software engineering? Heterogeneity, delivery and trust. Heterogeneity Developing techniques for building software that can cope with heterogeneous platforms and execution environments; Delivery Developing techniques that lead to faster costeffective delivery of software; Trust Developing techniques that demonstrate that software can be trusted by its users. CMSC 435-26

Programming Specification Design Code Test CMSC 435-27 Programming Software Engineering Specification Use cases Model checking OO Design 1. Use of correct tools for each process Design Code Test Inspections Cleanroom Agile Black and whitebox testing Capture/recapture Regression testing CMSC 435-28

Programming Software Engineering Requirements Specification Design Code Economics 1. Use of correct tools for each process 2. Extend to other processes Management Test Risk Acceptance test CMSC 435-29 What attributes are new in 435? What is different about these attributes from projects developed in earlier courses? Economics Can I build it on time and within budget? Risk What can happen and how likely is it for project completion not on time or within budget? Management How to manage and schedule people for most efficient and effective utilization of them CMSC 435-30

Programming Systems extend to entire life cycle of product Problem: Program to read in a rational number and compute its square root. Programming solution: A relatively small program in some programming language. Programming system: Source program in some language Executable file for common platforms Installation script to install on various platforms Documentation of requirements Documentation of design Error messages and corrective action Timing and performance data Users guide Test data Help system to fix errors Turn in this programming system on Thursday, February 5th CMSC 435-31 Professional and ethical responsibility 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 behavior is more than simply upholding the law. CMSC 435-32

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 beyond their competence. Issue: Should software engineers be licensed? What does competence really mean here? CMSC 435-33 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). CMSC 435-34

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. CMSC 435-35 CMSC 435 goals Learn components of good software engineering processes Learn role of experimentation in the software life cycle Learn to work in groups to build a product Learn role of reuse and maintenance in the software life cycle CMSC 435-36

Key points Computer science is concerned with getting the computer to do what you want it to do, as efficiently as possible. Software engineers use their computer science skills to create products of practical use and economic value. Software engineers are ethically responsible for the correctness, suitability, and safety of their projects. When possible, software engineers apply scientific and mathematical knowledge to their work. A software development process is a process by which user needs are translated into a software product. Software development processes are comprised of specific software development practices. A software process model is a generalized abstraction of a family of software development processes. Plan-driven processes are best for projects with a low degree of change or those with critical safety and security needs. Software engineering is especially challenging because software is a tractable medium, requirements often change, and competitive pressures cause schedule pressure. CMSC 435-37