《计算机英语》 Unit 3 Software Engineering 软件工程

Section A Software Engineering Methodologies 软件工程方法论

Software development is an engineering process.
软件开发是一个工程过程。

The goal of researchers in software engineering is to find principles that guide the software development process and lead to efficient, reliable software products.
软件工程研究人员的目标是找到指导软件开发过程并导致高效、可靠软件产品的原则。

1. Waterfall model 瀑布模型

词汇

methodologies        n方法论

prohibitively        adv过高的

symposium         n研讨会

The waterfall model is a sequential design process, used in software development processes, in which progress is seen as flowing steadily downwards through the phases of requirements analysis, design, implementation, testing, and maintenance.
瀑布模型是一种顺序设计过程,用于软件开发过程中,在这一过程中,进展被视为通过需求分析、设计、实现、测试和维护阶段稳步向下流动。

2. Incremental model 增量模型

词汇

contradiction        n矛盾

dictate        v控制,命令

free-wheeling        单向转动

trial-and-error        试错法,不断摸索

incremental        adj.增加的;【数】增量的;增额的

evaluate        v评估

In recent years, software engineering techniques have changed to reflect the contradiction between the highly structured environment dictated by the waterfall model and the “free-wheeling”, trial-and-error process that is often vital to creative problem solving. This is illustrated by the emergence of the incremental model for software development.
近年来,软件工程技术已经发生变化,以反映由瀑布模型所决定的高度结构化环境与通常对创造性解决问题至关重要的“自由发挥”、试错过程之间的矛盾。增量模型的出现说明了软件开发的变化。

Following this model, the desired software system is constructed in increments—the first being a simplified version of the final product with limited functionality. Once this version has been tested and perhaps evaluated by the future user, more features are added and tested in an incremental manner until the system is complete.
遵循此模型,所需的软件系统以增量方式构建——首先是具有有限功能的最终产品的简化版本。一旦这个版本经过测试,也许已经被未来的用户评估,就会以增量方式增加更多功能并进行测试,直到系统完成。

3. Iterative model 迭代模型

词汇

interative        a迭代的

preliminary        a初步的

encompass        vt围绕

refine        vt精炼,提炼

rational unified process(RUP)        统一软件管理

prototyping        n原型设计制作

incarnation        n化身

open-source development        开源软件的开发

Another model that represents the shift away from strict adherence to the waterfall model is the iterative model, which is similar to, and in fact sometimes equated with, the incremental model, although the two are distinct.
另一种代表从严格遵循瀑布模型转变的模型是迭代模型,它与增量模型相似,实际上有时与增量模型等同,尽管两者是不同的。

Whereas the incremental model carries the notion of extending each preliminary version of a product into a larger version, the iterative model encompasses the concept of refining each version.
虽然增量模型带有将每个初步版本的产品扩展到更大版本的概念,但迭代模型包含了精炼每个版本的概念。

In reality, the incremental model involves an underlying iterative process, and the iterative model may incrementally add features.
实际上,增量模型涉及一个潜在的迭代过程,迭代模型可能会逐步增加功能。

4. Agile methods 敏捷方法

词汇

pronounced        a明显的

responsiveness        n敏感性

rigorous         a严厉的,严密的

extreme programming         极限编程(XP)

breadth        n宽度

Perhaps the most pronounced shift from the waterfall model is represented by the agile methods, each of which proposes early and quick implementation on an incremental basis, responsiveness to changing requirements, and a reduced emphasis on rigorous requirements analysis and design.
也许最明显的从瀑布模型转变是敏捷方法所代表的,每种方法都提倡在增量基础上早期和快速实施,对变化需求的响应能力,以及减少对严格需求分析和设计的强调。

One example of an agile method is extreme programming (XP).
敏捷方法的一个例子是极限编程(XP)。

In 1999 Beck defined XP as a lightweight methodology for the small-to-medium sized teams developing software in the face of vague or rapidly changing requirements.
1999年,Beck将XP定义为一种轻量级方法,适用于面临模糊或快速变化需求的中小规模团队开发软件。

In terms of this definition, XP could be described in four ways.
根据这个定义,XP可以用四种方式描述。

Firstly, it is lightweight. In XP you only do what you need to do to create value for the customer.
首先,它是轻量级的。在XP中,你只做你需要做的来为客户创造价值。

Secondly, it is a methodology, which based on addressing obstacles in software development. It does not address some specific issues such as financial justification of projects or sales.
其次,它是一种方法论,基于解决软件开发中的障碍。它不解决一些特定问题,如项目的财务理由或销售。

Thirdly, it is implemented by a small or medium size, which makes the project team much more flexible. In this kind of team, everyone is elite and has his clear responsibility.
第三,它由小或中等规模的团队实施,这使得项目团队更加灵活。在这样的团队中,每个人都是精英,并且有他清晰的责任。

Last but not least, XP adapts to rapidly changing requirements.
最后但同样重要的是,XP适应快速变化的需求。

练习A1(知识点填空)

  1. The goal of researchers in software engineering is to find principles that guide the software development process and lead to efficient, reliable software products.
    软件工程 研究人员的目标是找到指导软件开发过程并导致高效、可靠软件产品的原则。

  2. Early approaches to software engineering insisted on performing requirements analysis, design, implementation,testing, and maintenance in a strictly sequential manner.
    早期的软件工程方法坚持以严格的顺序执行需求分析、设计、实现、测试和维护。

  3. Following the incremental model, the desired software system is constructed in increments – the first being a simplified version of the final product, with limited functionality.
    按照增量模型,所期望的软件系统是按增量构建的——首先是最终产品的简化版本,具有有限的功能。

  4. A significant example of iterative techniques is the rational unified process(RUP), which specifies the general process of developing a software product.
    迭代技术的一个显著例子是统一软件管理,它指定了开发软件产品的一般过程。

  5. The most prominent example is the Linux operating system whose open-source development was originally led by Linus Torvalds.
    最突出的例子是Linux操作系统,其开源开发最初由林纳斯·托瓦尔兹领导。

  6. Following the agile model, software is developed by a team of less than a dozen individuals working in a communal work space where they freely share ideas and assist each other in the development project.
    按照敏捷模型,软件是由不到十二人的团队在共同的工作空间开发的,他们在那里自由分享想法,并在开发项目中互相协助。

练习A2(词汇翻译)

  • Software Engineering: 软件工程,是应用工程原则来开发 and 维护软件的学科。
  • Requirements Analysis: 需求分析,是确定系统或软件必须完成什么功能的过程。
  • Testing: 测试,是评估软件系统或组件以确定它们是否满足规定要求的过程。
  • Maintenance: 维护,指在软件发布后,为了改正错误,提升性能或增加功能而进行的持续工作。
  • Software Engineer: 软件工程师,是应用软件工程原理和方法来设计、开发、测试和维护软件系统的人。
  • Requirements Specification: 需求规格说明,是详细描述软件需求的文档。
  • Waterfall Model: 瀑布模型,是一种经典的软件开发生命周期模型,它将软件开发过程划分为一系列阶段性的活动。
  • Incremental Model: 增量模型,是一种软件开发模型,其中软件是逐步构建和发布的。
  • Iterative Model: 迭代模型,是一种通过重复一系列开发活动来逐步改进软件产品的方法。
  • Rational Unified Process (RUP): 统一软件开发过程(RUP),是一种以迭代和增量的方式进行软件开发的流程。
  • Software Life Cycle: 软件生命周期,指软件从概念、设计、实现、测试、部署到维护的整个过程。
  • Agile Methods: 敏捷方法,是一组软件开发方法论,强调适应性和快速响应变化。
  • Extreme Programming (XP): 极限编程(XP),是一种敏捷软件开发方法,旨在提高软件质量并促进快速响应变化。

翻译

Software Ownership

软件所有权

Legal efforts to provide such ownership fall under the category of intellectual property law, much of which is based on the well-established principles of copyright and patent law.
提供此类所有权的法律效应属于知识产权法的范畴,其中很多都是基于已经确立的版权法和专利法原则。

Indeed, the purpose of a copyright or patent is to allow the developer of a “product” to release that product to intended parties while protecting his or her ownership rights.
的确,版权或专利的目的是允许“产品”的开发者在向预定的各方发布产品的同时,保护他或她的所有权。

As such, the developer of a product (whether an individual or a corporation) will assert his or her ownership by including a copyright statement in all produced works; including requirement specifications, design documents, source code, test plans, and in some visible place within the final product.
因此,产品的开发者(无论是个人还是公司)将通过在所有产生的作品中包含版权声明来主张他或她的所有权;包括需求规格说明、设计文档、源代码、测试计划,以及最终产品中的一些可见位置。

A copyright notice clearly identifies ownership, the personnel authorized to use the work, and other restrictions.
版权声明清楚地识别了所有权、被授权使用作品的人员以及其他限制。

Furthermore, the rights of the developer are formally expressed in legal terms in a software license.
此外,开发者的权利在软件许可证中以法律术语正式表达。

Section B Exploratory Testing 探索性测试

词汇

bug         n错误,漏洞

Test case        测试用例

scripted testing         脚本测试

trail and error         反复试验

tactic        n战术

练习B1(知识点填空)

  1. Software testing is a process where a software tester/team runs a program or a system to find bugs or defects, to maintain the correctness and reliability of the program.
    软件测试是一个过程,软件测试人员/团队运行程序或系统以发现错误或缺陷,以保持程序的正确性和可靠性。

  2. Exploratory testing is a software testing method that implements learning, test design, and test execution at the same time simply because you explore while testing.
    探索性测试是一种软件测试方法,它可以同时实现学习、测试设计和测试执行,因为你可以在测试时进行探索

  3. Exploratory testing solely depends on the tester's skill to find bugs and create test cases.
    探索性测试完全取决于测试人员发现 bug 和创建测试用例的技能

  4. Exploratory testing has less preparation on formal documentation before the implementing the software testing.
    在实施软件测试前,探索性测试对正式文件的准备较少。

练习B2(词汇翻译)

  • software testing - 软件测试
  • exploratory testing - 探索性测试
  • scripted testing - 脚本化测试
  • trial and error - 试错法
  • bug - 缺陷/漏洞
  • test case - 测试用例

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/web/32297.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

冲击2024年CSDN博客之星TOP1:CSDN文章质量分查询在哪里?

文章目录 一,2023年博客之星规则1,不高的入围门槛2,[CSDN博文质量分测评地址](https://www.csdn.net/qc) 二,高分秘籍1,要有目录2,文章长度要足够,我的经验是汉字加代码至少1000字。3&#xff0…

6G时代,即将来临!

日前,由未来移动通信论坛、紫金山实验室主办的2024全球6G技术大会在南京召开。本次大会以“创新预见6G未来”为主题,在大会开幕式上发布了协力推进全球6G统一标准行动的倡议和紫金山科技城加速培育以6G技术引领未来产业行动计划。 在我国已开展第五代移动…

会自动清除的文件——tempfile

原文链接:http://www.juzicode.com/python-tutorial-tempfile/ 在某些不需要持久保存文件的场景下,可以用tempfile模块生成临时文件或者文件夹,这些临时文件或者文件夹在使用完之后就会自动删除。 NamedTemporaryFile用来创建临时文件&…

6月27日云技术研讨会 | 中央集中架构新车型功能和网络测试解决方案

会议摘要 “软件定义汽车”新时代下,整车电气电气架构向中央-区域集中式发展已成为行业共识,车型架构的变革带来更复杂的整车功能定义、更多的新技术的应用(如SOA服务化、TSN等)和更短的车型研发周期,对整车和新产品研…

C语言| 数组的折半查找

数组的折半查找 折半查找:在已经排好序的一组数据中快速查找数据。 先排序,再使用折半查找。 【折半查找的运行过程】 1 存储数组下标 low最小的下标,mid中间的下标, high最大的下标 2 key存放查找的值,每一次对比后…

Acrobat Pro DC 2021:Mac/Win平台上全面高效的PDF编辑器

Acrobat Pro DC 2021是一款在Mac和Windows平台上广受欢迎的PDF编辑器,它凭借其全面的功能和高效的性能,为用户提供了卓越的PDF处理体验。 一、编辑功能全面强大 Acrobat Pro DC 2021允许用户轻松创建、编辑、合并、转换、签署和分享PDF文件。无论是对P…

一个电商创业者眼中的618:平台大变局

战役结束了,战斗还在继续。 一位朋友去年5月创业,网上卖咖啡,这个赛道很拥挤,时机也不好,今年是他参加第一个618。朋友说,今年的目标是锤炼团队,总结方法,以及最重要的——活下去。…

水系统阻力计算

所谓水泵的选取计算其实就是估算(很多计算公式本身就是估算的),估算分的细致些考虑的内容全面些就是精确的计算。 特别补充:当设计流量在设备的额定流量附近时,上面所提到的阻力可以套用,更多的是往往都大…

【C++题解】1713 - 输出满足条件的整数3

问题:1713 - 输出满足条件的整数3 类型:简单循环 题目描述: 有一个数列,该数列的前 4 个数是: 1 4 7 10 ; 请从键盘读入一个正整数 n ,请通过观察前 4 项的规律,输出 1∼n 之间所有…

AudioSep:从音频中分离出特定声音(人声、笑声、噪音、乐器等)本地一键整合包下载

AudioSep是一种 AI 模型,可以使用自然语言查询进行声音分离。这一创新性的模型由Audio-AGI开发,使用户能够通过简单的语言描述来分离各种声音源。 比如在嘈杂的人流车流中说话的录音中,可以分别提取干净的人声说话声音和嘈杂的人流车流噪声。…

咖啡事故,上海Manner咖啡店,1天两起店员和顾客发生冲突

上海咖啡店Manner,一天的时间竟然发生两起店员和员工发生肢体冲突: 事情详情: Manner威海路716店事件: 店员泼顾客咖啡粉,随后被辞退品牌方回应媒体,表示将严肃处理Manner梅花路门店事件:顾客因等待时间长抱怨&…

解锁PDF处理新境界:轻松调整字体,让你的文档焕然一新!

数字化时代,PDF文件已经成为我们日常办公和学习中不可或缺的一部分。它们为我们提供了方便的阅读体验,同时也保证了文档内容的完整性和格式的统一性。然而,有时候我们可能会遇到一个问题:如何轻松调整PDF文件中的字体,…

Linux内核学习——linux内核体系结构(1)

1 Linux内核模式 学习的是Linux 0.11内核,采用的是单内核模式。单内核模式的主要优点是内核代码结构紧凑、执行速度快,但是层次结构性不强。 操作系统如何提供的服务流程? 应用主程序使用指定的参数值执行系统调用指令(int x80)&#xff0…

如何恢复 Mac 数据?适用于 Mac 的免费磁盘恢复软件

对于大多数 Mac 电脑用户来说,丢失数据是他们最不想遇到的噩梦之一。然而,无论我们多么小心地使用 Mac,多么有条理地存储重要文件,我们仍然有可能丢失 Mac 上的数据。某些硬件故障更有可能导致您意外丢失文件。除此之外&#xff0…

Linux htop命令使用

文章目录 简介界面介绍第一行第二行第三行第四行 如何使用 简介 htop 是一个类似于 top 的命令,但具有更丰富的功能和更友好的界面。它可以实时显示系统中各个进程的资源占用情况,如 CPU 使用率、内存使用率等。以下是对 htop 命令的完全解析&#xff1…

echarts Y轴展示时间片段,series data数据 也是时间片段,鼠标放上去 提示框显示对应的时间片段

功能要求 1、折线图,展示每天对应的一个时间片段 2、echarts Y轴展示时间片段,如:[00:00,03:00,05:15] 3、X轴展示日期,如:[xx年xx月xx日] 后端返回的数据结构,如 [{xAdate:"2024-06-15",data:…

异步开发的终极答案—协程

我们在之前的文章中讲过,在并发场景下,传统的基于多线程的命令式开发模型虽然比较简单,但并发数高了之后资源占用较高,大量线程会阻塞;而响应式编程模式我们可以通过异步化处理提升系统资源的利用效率,但异步开发有违人的直觉,门槛比较高。作为成年人,我们肯定希望全都…

Linux系统及常用命令介绍

一.介绍 Linux一套免费使用和自由传播的类Unix操作系统,是一个遵循POSIX的多用户、多任务、支持多线程和多CPU的操作系统。Linux系统的说明可以自行百度,知道这几点即可: 1.Linux中一切都是文件; 2.Linux是一款免费操作系统&…

【CT】LeetCode手撕—42. 接雨水

目录 题目1- 思路2- 实现⭐42. 接雨水——题解思路 3- ACM实现 题目 原题连接:42. 接雨水 1- 思路 模式识别:求雨水的面积 ——> 不仅是只求一个比当前元素大的元素,还要求面积 单调栈 应用场景,需要找到左边比当前元素大的…

Vue82-组件内路由守卫

一、组件内路由守卫的定义 在一个组件里面去写路由守卫&#xff0c;而不是在路由配置文件index.js中去写。 此时&#xff0c;该路由守卫是改组件所独有的&#xff01; 只有通过路由规则进入的方式&#xff0c;才会调这两个函数&#xff0c;否则&#xff0c;若是只是用<Ab…