当前位置:文档之家› 软件工程复习(英文)

软件工程复习(英文)

软件工程复习(英文)
软件工程复习(英文)

1. Which question no longer concerns the modern software engineer? ( a )

现如今的软件工程师不再考虑以下哪个问题?

a. Why does computer hardware cost so much? 计算机硬件为什么如此昂贵

b. Why does software take a long time to finish?

c. Why does it cost so much to develop a piece of software?

d. Why can't software errors be removed from products prior to delivery?

2. Software deteriorates rather than wears out because ( c ) 软件通常是变坏而不是磨损的原因是 a. Software suffers from exposure to hostile environments

b. Defects are more likely to arise after software has been used often

c. Multiple change requests introduce errors in component interactions 在组件交互中需求发生变化导致错误

d. Software spare parts become harder to order

3. Most software continues to be custom built because (d )大多数软件产品是定制的原因是 a. Component reuse is common in the software world

b. Reusable components are too expensive to use

c. Software is easier to build without using someone else's components.

d. Off the shelf software components are not commonly available 现成的软件组件不常用

4. The nature of software applications can be characterized by their information (d ) 软件应用的本质可以被特色化,通过他们信息的

a. complexity

b. content 内容

c. determinacy (确定性)

d. choices "b" and "c"

5. Adding more people to a project that is already behind schedule is a good way to catch up. 添加更多的人到一个项目,已经落后于时间表是赶上一个很好的方式

6. Change cannot be easily accommodated in most software systems, unless a system

designed with change in mind. ( T )

需求变化不适应于大多数的软件系统,除非软件在设计之初便考虑了变化因素

7. Which of the items listed below is not one of the software engineering layers? (b ) 下面列出的项目是不是一个软件工程的层?

a. Process

b. Manufacturing 制造业

c. Methods

d. Tools

8. What are the three generic phases of software engineering? (a ) 软件工程的三个一般的阶段是 a. definition, development, support 定义阶段、开发阶段、维护阶段

b. what, how, where

c. programming, debugging, maintenance

d. analysis, design, testing

9. Which of these terms is a level name in the Capability Maturity Model? (b )

a. Ad hoc

b. Repeatable 可重复的 F )

was

c. Reusable

d. Organized

10. The linear sequential model of software development is ( a) 软件开发中的线性模型是

a. A reasonable approach when requirements are well defined. 当需求被良好定义时的合理开发方式。

b. A good approach when a working program is required quickly.

c. The best approach to use for projects with large development teams.

d. An old fashioned model that is rarely used any mor

e.

Il.The prototyping model of software development is (b)软件开发中的原型模型是

a. A reasonable approach when requirements are well defined.

b. A useful approach when a customer cannot define requirements clearly. 当客户无法清晰定义需求时的有效开发方式

c. The best approach to use for projects with large development teams.

d. A risky model that rarely produces a meaningful product.

6. The rapid applicati on developme nt model is (c) 快速开发模型是

a. Another name for component-based development.

b. A useful approach when a customer cannot define requirements clearly.

c. A high speed adaptation of the linear sequential model. 线性顺序模型的高速适应方式

d. All of the abov

e.

7. The incremental model of software development is (b) 软件开发中的增量模型是

a. A reasonable approach when requirements are well defined.

b. A good approach when a working core product is required quickly. 当核心产品需要被迅速开发时的良好开发方式

c. The best approach to use for projects with large development teams.

d. A revolutionary model that is not used for commercial products.

8. The spiral model of software development ( c) 螺旋开发模型

a. Ends with the delivery of the software product

b. Is more chaotic than the incremental model

c. Includes project risks evaluation during each iteration 在每个迭代中都包括项目风险评

d. All of the above

1. One of the most difficult parts of software requirements analysis is ensuring the developer understands the customer's needs.( T)

软件需求分析中最困难的部分之一是确保开发人员了解客户的需求。

2. Which of these people would not be likely to part of the FAST team? (a)

a. software engineers

b. developing representative

c. marketing representatives

d. senior financial officers

3. Which of these requirements are not considered during quality function deployment(QFD)? (a)

a. exciting requirements

b. expected requirement

c. normal requirements

d. technology requirements

4. Information flow represents the manner in which data and control (b)

信息流表示其中数据及控制以这样的方式

a. are related to one another.

b. change as each moves through the system. 转变为整个系统的每个动作。

c. will be implemented in the final design.

d. none of the abov

e.

5. In the context of requirements analysis, two types of problem partitioning are (a)

在需求分析的背景下,两种类型的问题划分为

a. bottom-up and top-down

b. horizontal and vertical

c. subordinate and superordinate

d. none of the above

6. Which view should be considerd first during software requirements analysis? (c)在软件需求分析中哪个看法首先应该考虑的?

a. actor view

b. data view

c. essential view

d. implementation view

7. Which of the following is not a principle that should be followed when creating a specification? 以下哪一项不是必须建立一个规范时,应遵循一个原则?(b)

a. create a cognitive model rather than a design model

b. make sure the specification dots every "i" and crosses every "t"

c. Establish the context in which software operates

d. separate functionality from implementation

8. Which of the following is not a guideline for representing requirements? (d)

a. diagrams should be restricted in number and consistent in use

b. representation format and content should be relevant to the content

c. representations should be revisable

d. use no more than 7 plus or minus 2 colors in any diagrams

1. The state tran siti on diagram (d)状态转换图

a. depicts relationships between data objects

b. depicts functions that transform the data flow

c. indicates how data are transformed by the system

d. indicates system reactions to external events 用于显示系统反应外部事件

2. The data model consists of three pieces of interrelated information (d)

a. attributes

b. data objects

c. relationships

d. all of the above

3. The relationships shown in a data model must be classified to show their (c)在一个数据模型中显示的关系必须被分类,以显示他们的

a. Width and depth

b. Directionality and reliability

c. cardinality and modality 基数和方式

d. probability and risk

4. For purposes of behavior modeling a state is any (c)对于行为建模的目的,一个状态是任何

a. consumer or producer of data.

b. data object hierarchy.

c. observable mode of behavior. 观察到的行为模式

d. well defined process.

5. The data dictionary contains descriptions of each software (b)数据字典包含了每个软件的说明

a. configuration item

b. data object 数据对象

c. diagram

d. notation

6. The data flow diagram must be augmented by descriptive text in order to describe the functional requirements for a software product. (T)

数据流图必须通过描述性文本以描述为一个软件产品的功能性要求进行扩充。

1. Which of the following is not an area of concern in the design model? (d)

以下哪一项不是在设计模式关注的一个区域?

a. architecture

b. data

c. interfaces

d. project scope 项目范围

2. The importance of software design can be summarized in a single word (d)软件设计的重要性,可以归纳为一个字

a. accuracy

b. complexity

c. efficiency

d. quality 质量

3. Which of these is a characteristic of a good design? (b)哪一个良好的设计特点?

a. exhibits strong coupling between its modules

b. implements all requirements in the analysis model 实现在分析模型中的所有规定

c. includes test cases for all components

d. incorporates source code for descriptive purposes

5. The control hierarchy represents the (b)控制层次代表了

a. decision order

b. organization of modules 组织模块

c. repetition of operations

d. sequence of processes

6. Software procedure focuses on the (c)软件过程关注于

a. control hierarchy in a more abstract sense.

b. processing details of each module individually.

c. processing details of each the set of modules collectively. 每个处理的细节的模块集合统称

d. relationship between control and procedur

e.

7 To achieve high modularity of software components you need (C )为了达到你需要的软件组件的高度模块化

a. high coupling and high cohesion

b. high coupling and low cohesion

c. low coupling and high cohesion 低耦合和高聚合

d. low coupling and low cohesion

8. Cohesion is a qualitative indication of the degree to which a module (b)凝聚力是在何种程度上一个模块的定性指示

a. can be written more compactly.

b. focuses on just one thing. 专注于一件事

c. is able to complete its function in a timely manner.

d. is connected to other modules and the outside world.

9. Coupling is a qualitative indication of the degree to which a module (d)耦合是一个模块在何种程度上定性指标

a. can be written more compactly.

b. focuses on just one thing.

c. is able to complete its function in a timely manner.

d. is connected to other modules and the outside world. 连接到其他的模块和外界

1. In transaction mapping the first level factoring results in the (c)在事务处理映射的第一层因子分解结果在

a. creation of a CFD

b. derivation of the control hierarchy

c. distribution of worker modules 职工的模块分布

d. refinement of the module view

2. A necessary supplement to transform or transaction mapping needed to create a complete architectural design is (c)一个必要的补充,改造或交易映射需要建立一个完整的体系结构设计

a. entity relationship diagrams

b. the data dictionary

c. processing narratives for each module 每个模块的处理叙述

d. test cases for each module

1. Which of the following interface design principles does not allow the user to remain in control

of the interaction with a computer? (d)以下哪项界面设计原则不允许用户保持与计算机的交互控制?

a. allow interaction to interruptible

b. allow interaction to be undoable

c. hide technical internals from casual users

d. only provide one rigidly defined method for accomplishing a task 只为完成任务提供1 个严格的定义方法

2. Which of the following interface design principles reduce the user's memory load? (d)以下哪项界面设计原则减少用户的记忆负担?

相关主题
文本预览
相关文档 最新文档