ImageVerifierCode 换一换
格式:DOCX , 页数:13 ,大小:226.37KB ,
资源ID:12054058      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/12054058.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(软件工程双语复习提纲.docx)为本站会员(b****5)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

软件工程双语复习提纲.docx

1、软件工程双语复习提纲Chapter 1 An Introduction to Software Engineering*What is software?-Computer programs and associated documentation and Data-Two fundamental types of software product: generic products and customized products*What is software engineering?-Software engineering is an engineering discipline wh

2、ich is concerned with all aspects of software production*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*What

3、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 、Development 、Validation 、EvolutionChapter 4 Software Process*Software process-Software processes are the activities involved in producing

4、 and evolving a software system. -A structured set of activities required to develop a software system: specification; design and implementation; validation; evolution.-General process activities are specification, design and implementation, validation and evolution.*Software process models-Software

5、 process models are abstract representations of these processes.-Generic process models describe the organisation of software processes. Examples include the waterfall model, evolutionary development and component-based software engineering.-waterfall model is only appropriate when the requirements

6、are well-understood and changes-The waterfall model is mostly used for large systems engineering projects where a system is developed at several sites-There are two fundamental types of evolutionary development: exploratory development and throw-away prototyping-Exploratory development should start

7、with well-understood requirements and add new features as proposed by the customer-Throw-away prototyping should start with poorly understood requirements to clarify what is really needed.- Evolutionary development is mostly used for small or medium-size interactive systems and short-lifetime system

8、s*Iterative process models describe the software process as a cycle of activitiesChapter 5 Project management*Primary project management activities: -Proposal writing.-Project planning and scheduling.-Project costing.-Project monitoring and reviews.-Personnel selection and evaluation.-Report writing

9、 and presentations.*Project planning-Milestones are the end-point of a process activity.-Deliverables are project results delivered to customers.*Project scheduling-Organize tasks concurrently to make optimal use of workforce.-Minimize task dependencies to avoid delays caused by one task waiting for

10、 another to complete.-Graphical notations used to illustrate the project schedule: bar charts and activity networks-Activity charts show task dependencies and the critical path.-Bar charts show schedule against calendar time.Task durations and dependenciesActivity networkActivity bar chart (Gantt ch

11、art)Staff allocation vs. time chart chart*Risk management-Three related categories of risk: project risks, product risks, business risks-Project risks affect schedule or resources;-Product risks affect the quality or performance of the software being developed;-Business risks affect the organisation

12、 developing or procuring the software-The process of risk management involves several stages: Risk identification, Risk analysis, Risk planning, Risk monitoring.-Risk identification: Identify project, product and business risks;-Risk analysis: Assess the likelihood and consequences of these risks;-R

13、isk planning: Draw up plans to avoid or minimise the effects of the risk;-Risk monitoring: Monitor the risks throughout the project;The risk management processChapter 6 Software Requirements*Types of requirement:-Functional and non-functional requirements-User requirements and system requirements*Fu

14、nctional and non-functional requirements-Functional requirements Statements of services the system should provide, how the system should react to particular inputs and how the system should behave in particular situations.-Non-functional requirements Constraints on the services or functions offered

15、by the system such as timing constraints, constraints on the development process, standards, etc.-The types of non-functional requirement are: product requirements, organisational requirements, external requirements.-Functional requirements set out services the system should provide.-Non-functional

16、requirements constrain the system being developed or the development process.*In principle, requirements should be both complete and consistent.-Complete They should include descriptions of all facilities required.-Consistent There should be no conflicts or contradictions in the descriptions of the

17、system facilities.Chapter 7 Requirements Engineering Processes*The requirements engineering process includes - Feasibility study, requirements elicitation and analysis, requirements specification and requirements management.Chapter 8 System Model*Different models present the system from different pe

18、rspectives External perspective showing the systems context or environment; Behavioural perspective showing the behaviour of the system; Structural perspective showing the system or data architecture.*Two types of behavioural model are: Data flow models that show how data is processed as it moves th

19、rough the system; State machine models that show the systems response to events.Chapter 11 Architectural Design*Architecture and system characteristics-performance Localise critical operations and minimise communications. Use large rather than fine-grain components.-security Use a layered architectu

20、re with critical assets in the inner layers.-safety Localise safety-critical features in a small number of sub-systems.-Availability Include redundant components and mechanisms for fault tolerance.-Maintainability Use fine-grain, replaceable components, avoid data shareChapter 12 Distributed Systems

21、 Architectures*Distributed systems architectures-Client-server architectures Distributed services which are called on by clients. Servers that provide services are treated differently from clients that use services.-Distributed object architectures No distinction between clients and servers. Any obj

22、ect on the system may provide and use services from other objects.*Middleware is usually off-the-shelf rather than specially written software.*Layered application architecture-Presentation layer Concerned with presenting the results of a computation to system users and with collecting user inputs.-A

23、pplication processing layer Concerned with providing application specific functionality e.g., in a banking system, banking functions such as open account, close account, etc.-Data management layer Concerned with managing the system databases.*Thin and fat clients-Thin-client model In a thin-client m

24、odel, all of the application processing and data management is carried out on the server. The client is simply responsible for running the presentation software.-Fat-client model In this model, the server is only responsible for data management. The software on the client implements the application

25、logic and the interactions with the system user.* Three-tier architecturesA 3-tier C/S architecture*P2P architectural models-Peer to peer architectures are decentralised architectures where there is no distinction between clients and servers.-The logical network architecture Decentralised architectu

26、res; Semi-centralised architectures.Decentralised p2p architectureSemi-centralised p2p architectureChapter 13 Application architectures*Important classes of application are data processing systems, transaction processing systems, event processing systems and language processing system.*Data processi

27、ng systems operate in batch mode and have an input-process-output structure.Chapter 14 Object-oriented Design*Objects and object classes-Objects are entities in a software system which represent instances of real-world and system entities.-Objects are members of classes that define attribute types a

28、nd operations.-Object classes are templates for objects. They may be used to create objects.-Object classes may inherit attributes and services from other object classes.*Use-case models are used to represent each interaction with the system.Chapter 16 User interface design*Human factors in interfac

29、e design-Limited short-term memory People can instantaneously remember about 7 items of information. If you present more than this, they are more liable to make mistakes.-People make mistakes When people make mistakes and systems go wrong, inappropriate alarms and messages can increase stress and he

30、nce the likelihood of more mistakes.-People are different People have a wide range of physical capabilities. Designers should not just design for their own capabilities.-People have different interaction preferences Some like pictures, some like text.*User interface design principles*MVC approaches

31、(Information presentation, pp.370)Figure: the MVC model of user interaction* How to design UI (Information presentation, pp. 375)Figure *.1 An input text box used by a nurseFigure *.2 system and user-oriented error messages*The UI design process-The 3 core activities in this process are: User analysis. Understand what the users will do with the system; System prototyping. Develop a series of prototypes for experiment; Interface evaluation. Experiment with these prototypes with users.*Some evaluation of a user interface design should be carried out to assess its

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1