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:
- a number of separate programs and configuration files
- system documentation: describes the structure of the system
- user documentation: explains how to use the system
- websites: for users to download recent product information
What are the fundamental software engineering activities?
- software specification: customers and engineers define the software that is to be produced and the constraints on its operation
- software development: the software is designed and programmed
- software validation: the software is checked to ensure that it is what the customer requires
- 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:
- stand-alone applications: These are application systems that run on a local computer, such as a PC.
- 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.
- embedded control systems: These are software contorl systems that control and manage hardware devices.
- batch processing systems: These are business systems that are designed to process data in large batches.
- entertainment systems: These are systems that are primarily for personal use and which are intended to entertain the user.
- 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.
- 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.
- 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的更多相关文章
-
Software Engineering: 3. Project planning
recourse: "Software Engineering", Ian Sommerville Keywords for this chapter: planning sche ...
-
SENG201 (Software Engineering I) Project
SENG201 (Software Engineering I) ProjectSpace ExplorerFor project admin queries:For project help, hi ...
-
 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 ...
-
第二篇——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 ...
-
Software Engineering: 2. Project management
resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...
-
个人阅读作业2—《No Silver Bullet: Essence and Accidents of Software Engineering》读后感
在进行了一次结对编程.一次团队编程和一次个人编程项目后,读了<No Silver Bullet: Essence and Accidents of Software Engineering> ...
-
Software Engineering at Google
Google的Fergus Henderson在Software Engineering at Google中介绍了Google的软件工程实践. 软件开发 源码仓库 单一源代码仓库,除了核心配置和安全 ...
-
【Software Test】Introduction to Software Testing
Introduction to Software Testing 文章目录 Going to Learn --. Evolution of The Software Industry Errors, ...
-
10. Software, Software Engineering, water fall (瀑布模型),Code Complete等名词的来源
①.Software-软件”一词是20世纪60年代才出现的,软件Software——1958年由贝尔实验室的著名统计学家John Tukey 提出软件与硬件一起构成完整的计算机系统,它们是相互依存,缺 ...
随机推荐
-
HDU 1848 SG函数博弈
Fibonacci again and again Problem Description 任何一个大学生对菲波那契数列(Fibonacci numbers)应该都不会陌生,它是这样定义的:F(1 ...
-
泛函编程(29)-泛函实用结构:Trampoline-不再怕*
泛函编程方式其中一个特点就是普遍地使用递归算法,而且有些地方还无法避免使用递归算法.比如说flatMap就是一种推进式的递归算法,没了它就无法使用for-comprehension,那么泛函编程也就无 ...
-
Asp.Net MVC4入门指南(2):添加一个控制器
MVC代表: 模型-视图-控制器 .MVC是一个架构良好并且易于测试和易于维护的开发模式.基于MVC模式的应用程序包含: · Models: 表示该应用程序的数据并使用验证逻辑来强制实施业务规则的数据 ...
-
JavaEE基础(二十七)/反射、JDK新特性
1.反射(类的加载概述和加载时机) A:类的加载概述 当程序要使用某个类时,如果该类还未被加载到内存中,则系统会通过加载,连接,初始化三步来实现对这个类进行初始化. 加载 就是指将class文件读入 ...
-
彩票APP将演绎“快鱼吃慢鱼”的发展轨迹
思科CEO钱伯斯有句名言,叫"快鱼吃慢鱼",他觉得"在Internet经济下,大公司不一定打败小公司,可是快的一定会打败慢的."对此观点,笔者表示部分认同,首先 ...
-
[改善Java代码]推荐使用枚举定义常量
枚举和注解都是在Java1.5中引入的,虽然他们是后起之秀,但是功能不容小觑,枚举改变了常量的声明方式,注解耦合了数据和代码. 建议83:推荐使用枚举定义常量 一.分析 常量的声明是每一个项目中不可或 ...
-
ODI中的CDC
ODI中的CDC是通过一组所谓的日志知识模块(Journal Knowledge Module,JKM)实现的,在项目中加在了这些模块后,就可以在接口设计时选择全量数据,还是变化数据. ODI共提 ...
-
VMWARE虚拟机无法访问的三种方法分析
bridged(桥接模式). NAT(网络地址转换模式) host-only(主机模式). 理论认识: 1.bridged(桥接模式) 在这个地方模式.虚拟机等同于网络内的一台物理主机,可对手动设置I ...
-
JSON的服务器开发之路
JSON的服务器开发之路 不知道需要哪儿些包... /dcywpt/WebRoot/WEB-INF/lib/commons-collections-3.2.jar /dcywpt/WebRoot/WE ...
-
xcode7.3 iTunes Store operation failed解决
使用apploader上传程序 提示:如果您安装了XCode开发环境.在/Applications/XCode.app/Contents/Applications目录中可以找到Application ...