Software Engineering: 1. Introduction
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 提出软件与硬件一起构成完整的计算机系统,它们是相互依存,缺 ...
随机推荐
- zepto源码--核心方法9(管理包装集)--学习笔记
今天介绍的是与子元素相关的函数,children, find, contents children 从源码来看,主要是调用过滤函数filtered对遍历整个包装集返回的children进行过滤. 仔细 ...
- 论MySQL的监控和调优
懂PHP的人一般都懂MySQL这一点不假,大多数书籍里也是这样,书中前面讲PHP后面到数据库这块就会讲到MySQL的一些知识,前几年MySQL一直是PHP书籍的一部分,后来开始从国外翻译了一些专门讲述 ...
- Ruby 类案例
#!/user/bin/ruby # -*-coding:UTF-8-*- class Customer @@no_of_customers=0 def initialize(id,name,addr ...
- Linux下查看某个软件安装路径
1:如果包是通过yum或者rpm方式安装 [root@localhost yum.repos.d]# rpm -qa //找出系统所有的包,找到对应的文件名 [root@localhost yum.r ...
- ubuntu 常用命令集合版(一)【大侠勿喷,菜鸟欢迎】(转载)
1:apt-get:(一般是要加sudo) debian系系统的软件包管理程序(其图形化前端就是大名鼎鼎的新立得了),会自动帮你搞定依赖关系最常用参数:update —-与你的软件源(在 ...
- 写在开始编写Java之前(1)——Java的跨平台性
Java语言之所以比C语言更加实用 是有原因的 Java的一个重要的特点——跨平台性 无论是哪个平台,如Windows.Linus还是Mac系统 Java的语法都是一样的 这个要比C语言用处要广 因为 ...
- 简单破解.net(C#)程序
一直在用makedown2(free版),每当打开多个页面,就会提示升级为pro,还要注册码激活什么的.就有了破解的想法.以前也弄过一个小程序的破解,所以还算有些经验. 1. ildasm 用来将ma ...
- WebLogic 的一些基本概念
WebLogic 中的基本概念 上周参加了单位组织的WebLogic培训,为了便于自己记忆,培训后,整理梳理了一些WebLogic的资料,会陆续的发出来,下面是一些基本概念. Domain : 域是作 ...
- WordPress实现登录或退出后直接跳转到首页的方法
现在Wordpress是登录之后跳回到我们上次查看的页面,那么要如何修改它登录之后直接跳回到首页呢,这里就来给给大家详细介绍一下解决方法. 首先定位到登录链接所在位置,你会看到类似下面的代码: 复制代 ...
- jQuery 选择器 (基础恶补之三)+Ajax
jQuery load() 方法 jQuery load() 方法是简单但强大的 AJAX 方法. load() 方法从服务器加载数据,并把返回的数据放入被选元素中. 语法: $(selector). ...