Resource: Ian, Sommerville, Software Engineering


1. Professional software development

1.1 Software engineering

Software engineering is intended to support professional software development rather than individual programming.

It may include:

  1. a number of separate programs and configuration files
  2. system documentation: describes the structure of the system
  3. user documentation: explains how to use the system
  4. websites: for users to download recent product information

What are the fundamental software engineering activities?

  1. software specification: customers and engineers define the software that is to be produced and the constraints on its operation
  2. software development: the software is designed and programmed
  3. software validation: the software is checked to ensure that it is what the customer requires
  4. software evolution: the software is modified to reflect changing customer and market requirements

There are two kinds of software products:

generic products: These are stand-alone systems that are produced by a development organization and sold on the open market to any customer who is able to buy them.

Example: databases, word processors, drawing packages

It also includes so-called vertical applications designed for some specific purpose such as library information systems, accounting systems, or systems for maintaining dental records.

customized (or bespoke) products: These are systems that are commissioned by a particular customer. A software contractor developers the software especially for that customer.

Example: control systems for electronic devices, systems written to support a particular business process, and air traffic control systems.

1.2 Software engineering diversity

Software engineering is a systematic approach to the production of software that takes into account:

  • practical cost
  • schedule
  • dependability isssues
  • the needs of software custmoers and producers.

There are many different types of application including:

  1. stand-alone applications: These are application systems that run on a local computer, such as a PC.
  2. interactive transaction-based applications:  These are applications that execute on a remote computer and that are accessed by users from their own PCs or terminals.
  3. embedded control systems: These are software contorl systems that control and manage hardware devices.
  4. batch processing systems: These are business systems that are designed to process data in large batches.
  5. entertainment systems: These are systems that are primarily for personal use and which are intended to entertain the user.
  6. systems for modeling and simulation: These are systems that are developed by scientists and engineers to model physical processes or situations, which include many, separate, interacting objects.
  7. data collection systems: These are systems that collect data from their environment using a set of sensors and send that data to other systems for processing.
  8. systems of systems: These are systems that are composed of a number of other software systems.

1.3 Software engineering and the Web

The development of web browsers that could run small programs and do some local processing led to an evolution in business and organizational software.

The next stage in the development of web-based systems aws the notion of web services.

2. Software engineering ethics

3. Case studies

Software Engineering: 1. Introduction的更多相关文章

  1. Software Engineering: 3. Project planning

    recourse: "Software Engineering", Ian Sommerville Keywords for this chapter: planning sche ...

  2. SENG201 (Software Engineering I) Project

    SENG201 (Software Engineering I) ProjectSpace ExplorerFor project admin queries:For project help, hi ...

  3.  Go is more about software engineering than programming language research.

    https://talks.golang.org/2012/splash.article Go at Google: Language Design in the Service of Softwar ...

  4. 第二篇——The communication during software engineering.

    I've learned a lot in my software engineering class about how a program comes out.That's also a esse ...

  5. Software Engineering: 2. Project management

    resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...

  6. 个人阅读作业2—《No Silver Bullet: Essence and Accidents of Software Engineering》读后感

    在进行了一次结对编程.一次团队编程和一次个人编程项目后,读了<No Silver Bullet: Essence and Accidents of Software Engineering> ...

  7. Software Engineering at Google

    Google的Fergus Henderson在Software Engineering at Google中介绍了Google的软件工程实践. 软件开发 源码仓库 单一源代码仓库,除了核心配置和安全 ...

  8. 【Software Test】Introduction to Software Testing

    Introduction to Software Testing 文章目录 Going to Learn --. Evolution of The Software Industry Errors, ...

  9. 10. Software, Software Engineering, water fall (瀑布模型),Code Complete等名词的来源

    ①.Software-软件”一词是20世纪60年代才出现的,软件Software——1958年由贝尔实验室的著名统计学家John Tukey 提出软件与硬件一起构成完整的计算机系统,它们是相互依存,缺 ...

随机推荐

  1. securtcrt session配置转xshell的session配置

    参数: 1.securtcrt的session目录 2.一个xshell的模版文件 3.输出目录(必须不存在,自动创建) #!/usr/bin/python # -*- coding:utf-8 -* ...

  2. Java jdbc 连接oracle

    import java.sql.Connection; import java.sql.Driver; import java.sql.DriverManager; import java.sql.S ...

  3. sharding-jdbc-how2work 当当的sharding-jdbc剖析(查询)

    1. 以JDBC作为出发点 1.1 重新实现了JDBC的几个接口 实现javax.sql.DataSource接口  ShardingDataSource实现java.sql.Connection接口 ...

  4. 【转】C# Linq 交集、并集、差集、去重

    using System.Linq; List<string> ListA = new List<string>(); List<string> ListB = n ...

  5. 在页面关闭或者刷新的时候触发 onbeforeunload

    该实例演示了如何使用 HTML DOM 向 body 元素添加 "onbeforeunload" 事件. 关闭当前窗口,按下 F5 或点击以下链接触发 onbeforeunload ...

  6. 34、JS/AJAX

      1)回顾JS中核心内容 2)了解WEB1.0和WEB2.0时代的技术与特点 3)理解AJAX的产生背景.工作原理与特点 4)掌握AJAX常用API及应用   声明:服务端使用Servlet技术 一 ...

  7. eclipse 设置jsp页面为HTML5

    window-preferences-web-jspFiles-Editor-Templates-jsp with html... 然后修改为<!DOCTYPE html>就行了

  8. 误删ibdata1文件恢复方法

    注意:以下演示过程前提为mysqld进程仍在运行中,否则无法使用下面演示过程进行恢复! 1.手工制造故障,删除ibdata1文件,注意不要重启mysql shell > rm -rf ibdat ...

  9. 【转】DQL、DML、DDL、DCL的概念与区别

    转自 http://blog.csdn.net/tomatofly/article/details/5949070 SQL(Structure Query Language)语言是数据库的核心语言. ...

  10. WEB前端的原理及组成

    1:认识WEB前端的组成部分和相关专业术语!具体的总结如下: