软件工程选择题题库
软件工程选择题大全

软件工程选择题A. 1988B. 1968C. 1948D. 19282. 瀑布模型的关键不足在于( )A. 过于简单B. 各个阶段需要进行评审C. 过于灵活D. 不能适应需求的动态变更3. 以下哪一项不是软件危机的表现形式( )A. 开发的软件不满足用户需要B. 开发的软件可维护性差C. 开发的软件价格便宜D. 开发的软件可靠性差4. 软件可行性研究实质上是要进行一次( )需求分析、设计过程A. 简化、压缩的B. 详细的C. 彻底的D. 深入的5. 结构化设计是一种面向( )的设计方法A. 数据流B. 模块C. 数据结构D. 程序6. 与确认测试阶段有关的文档是( )A. 需求规格说明书B. 概要设计说明书C. 详细设计说明书D. 源程序7. 软件开发的需求活动,其主要任务是()A. 给出软件解决方案B. 给出系统模块结构C. 定义模块算法D. 定义需求并建立系统模型8. 以下说法错误的是( )A. 文档仅仅描述和规定了软件的使用范围及相关的操作命令B. 文档也是软件产品的一部分,没有文档的软件就不成软件C. 软件文档的编制在软件开发工作中占有突出的地位和相当大的工作量D. 高质量文档对于发挥软件产品的效益有着重要的意义9. 一个项目是否开发,从经济上来说是否可行,归根结底是取决于( )A. 成本估算B. 项目计划C. 工程管理D. 工程网络图10. 在面向对象的设计中,我们应遵循的设计准则除了模块化、抽象、低耦合、高内聚以外,还有( )A. 隐藏复杂性B. 信息隐蔽C. 经常类的复用D. 类的开发11. 面向对象的主要特征除对象惟一性、封装、继承外,还有( )A. 多态性B. 完整性C. 可移植性D. 兼容性12. 在考察系统的一些涉及时序和改变的状况时,要用动态模型来表示。
动态模型着重于系统的控制逻辑,它包括两个图:一个是事件追踪图,另一个是( )A. 数据流图B. 状态图C. 系统结构图D. 用例图13. 面说法正确的是( )A. 经过测试没有发现错误说明程序正确B. 测试的目标是为了证明程序没有错误C. 成功的测试是发现了迄今尚未发现的错误的测试D. 成功的测试是没有发现错误的测试14. ( )能够有效地检测输入条件的各种组合可能会引起的错误A. 等价类划分B. 边界值分析C. 错误推测D. 因果图15 火车是一种陆上交通工具。
软件工程复习题库带答案完整版

软件工程复习题库带答案完整版一、选择题1、白盒测试法是通过分析程序的(C)来设计测试用例的。
A.应用范围B.功能C.内部逻辑D.输入数据2、风险预测从两个方面评估风险,即风险发生的可能性以及(D)。
A.风险产生的原因B.风险监控技术C.风险能否消除D.风险发生所产生的后果3、极限编程(XP)由价值观、原则、实践和行为四部分组成,其中价值观包括沟通、简单性和(C)。
A.好的计划B.不断的发布C.反馈和勇气D.持续集成4、等价分类法的关键是(C)。
A.确定等价类的边界条件B.按照用例来确定等价类C.划分等价类D.确定系统中相同和不同的部分5、下列不属于黑盒测试的技术是(A)。
A.程序段或语句的功能 B.模块的接口C.数据的名称和用途 D.模块的功能6、为了提高模块的独立性,模块之间最好是(D)耦合。
A.控制耦合B.公共耦合C.内容耦合D.数据耦合7、一个软件开发过程描述了“谁做”,“做什么”,“怎么做”和“什么时候做”,RUP用(A)来表述“谁做”。
A.角色B.活动C.制品D.工作流8、功能性注释嵌入在源程序内部,它是用来说明(A)。
A.程序段或语句的功能 B.模块的接口C.数据的名称和用途 D.模块的功能9、在结构化分析方法中,数据字典是重要的文档。
对加工的描述是数据字典的组成内容之一,常用的加工描述方法有( C )。
A.只有结构化语言 B.有结构化语言和判定树C.有结构化语言、判定树和判定表 D.有判定树和判定表10、某银行为了使其网上银行系统能够支持信用卡多币种付款功能而进行扩充升级,这需要对数据类型稍微进行一些改变,这一状况需要对网上银行系统进行( B )维护。
A.正确性 B.适应性C.完善性 D.预防性11、软件危机的主要原因是(A)。
A软件本身特点与开发方法B对软件的认识不够C软件生产能力不足D软件工具落后12、13、下列关于面向对象分析与设计说法错误的是(C)。
A.面向对象的设计以面向对象分析为基础归纳出类B.建立类结构或进一步构造成类库,实现分析结果对问题空间的抽象C.面向对象的设计是面向对象分析的另一种思维方式D.面向对象的设计是面向对象分析进一步的细化和更高的抽象14、在软件的可行性分析中,可以从不同的角度对软件进行研究,其中(B)是从软件的功能可行性角度考虑的。
软件工程选择题

第一章初认软件工程1.下面的( )说法是正确的。
A.由于软件是产品,因此可以应用其他工程制品所用的技术进行生产B。
购买大多数计算机系统所需的硬件比软件更昂贵C。
大多数软件系统是不容易修改的,除非它们在设计时考虑了变D.一般来说,软件只有在其行为与开发者的目标一致的情况下才能成功2.造成大型软件开发困难的根本原因在于()。
A。
开发人员缺乏足够的开发经验B。
对软件开发的资金投入不足C。
项目开发进度不合理D。
软件系统的复杂性3.软件会逐渐退化而不会磨损,其原因在于().A。
软件通常暴露在恶劣的环境下B.软件错误在经常使用之后会逐渐增加C。
不断的变更使组件接口之间引起错误D。
软件备件很难订购4.“软件工程”术语是在()被首次提出。
A。
Fred Brooks的《没有银弹:软件工程中的根本和次要问题》B。
1968年NATO会议C。
IEEE的软件工程知识体系指南(SWEBOK)D。
美国卡内基·梅隆大学的软件工程研究所5。
Ariane 5火箭发射失败的事例告诉我们()。
A。
系统环境的变化可能影响软件采集数据的精度、范围和对系统的控制B。
软件后备系统可以通过复制生成C.软件重用必须重新进行系统论证和系统测试D。
选项A和CE.选项A、B和C6.软件工程的基本目标是( )。
A。
开发足够好的软件B.消除软件固有的复杂性C。
努力发挥开发人员的创造性潜能D。
更好地维护正在使用的软件产品7。
软件工程方法是()。
A。
为了获得高质量软件而实施的一系列活动B。
为开发软件提供技术上的解决方法C。
为支持软件开发、维护、管理而研制的计算机程序系统D。
为了理解问题和确定需求而采取的一些技术和方法8.下面的()是正确的。
A.运行正确的软件就是高质量的软件.B。
软件质量是在开发过程中逐渐构建起来的。
C。
软件产品质量越高越好,最理想的情况是达到“零缺陷"。
D。
软件质量是由产品的功能、性能、易用性等外在特性决定的。
9。
在Garvin多维度模型中,可靠性是指()。
软件工程习题及答案-选择题

软件工程习题及答案-选择题选择题:1.软件是一种( B )A.有形B.逻辑C.物质D.消耗2.软件工程学科出现的主要原因是( C )A.计算机的发展B.其它工程学科的影响C.软件危机的出现D.程序设计方法学的影响3.(A)是计算机程序及其说明的各种文档A.软件B.文档C.数据D.程序4.有关计算机程序功能、设计、编制、使用的文字图形资料称为( B )A.软件B.文档C.数据D.程序5.软件工程是一种(A)分阶段实现的软件程序开发方法。
A.自顶向下B.自底向上C.逐步求精D.面向数据流6.从结构化的瀑布模型看,在软件生命周期中的八个阶段中,下面的几个选项中( C )出错,对软件的影响最大。
A.详细设计阶段B.概要设计阶段C.需求分析阶段D.测试和运行阶段7.在结构性的瀑布模型中,(C )阶段定义的标准将成为软件测试中的系统测试中的系统测试的目标。
A.详细设计阶段B.概要设计阶段C.需求分析阶段D.可行性研究阶段8.UML是软件开发中的一个重要工具,它主要应用下列哪种软件开发方法( C )。
A.基于瀑布模型的结构化方法B.基于需求动态定义的原型化方法C.基于对象的面向对象的方法D.基于数据的数据流开发方法9.在软件生存周期中,用户主要是在(A)参与软件开发。
A.软件定义期B.软件开发期C.软件维护期D.整个软件生存周期过程中10.软件生存周期模型有多种,下列选项中,( C )不是软件生存周期模型。
A.螺旋模型B.增量模型C.功能模型D.瀑布模型11.对软件的过分分解,必然导致( B )A.模块的独立性差B.接口的复杂程度增加C.软件开发的总工作量增加D.以上都正确12.结构化分析方法是一种面向( C )需求分析方法A.对象B.数据字典C.数据流D.结构图13.结构化设计方法中把软件结构划分为( B )和( E )两大类,并提出了对应于以上两类结构的分析方法。
A.控制型B.变换型C.模拟型D.处理型E.事务型F.分析型G.通信型H.功能型14.瀑布模型中软件生存周期划分为八个阶段,这八个阶段又可分为三个时期,这三个时期分别为计划时期、开发时期和(A)A.运行时期B.可行性分析C.详细设计D.测试和纠错15.进行需求分析可使用多种工具,但( C )是不适用的。
软件工程测试试卷选择题

软件工程考试试卷——选择题题库一、选择题(在每小题的四个备选答案中,选出一个正确答案,并将正确答案的序号填在题干的括号内,每小题1分)1.软件产品的开发主要是( D )。
A.复制B.再生产C.拷贝D.研制2.作坊式小团体合作生产方式的时代是( C )时代。
A.程序设计B.软件生产自动化C.程序系统D.软件工程3.软件工程与计算机科学性质不同,软件工程着重于( C )。
A.理论研究B.原理探讨C.建造软件系统D.原理的理论4.将每个模块的控制结构转换成计算机可接受的程序代码是( A )阶段的任务。
A.编码B.需求分析C.详细设计D.测试5.可行性研究的目的是决定( B )。
A.开发项目B.项目值得开发否C.规划项目D.维护项目6.SA方法用DFD描述( D ) 。
A.系统的控制流程 B.系统的数据结构C.系统的基本加工 D.系统的功能7.进行需求分析可使用多种工具,但( C )是不适用的。
A. 数据流图(DFD)B. 判定表C. PAD图D. 数据字典8.结构化分析(SA)方法将欲开发的软件系统分解为若干基本加工,并对加工进行说明,下述是常用的说明工具,其中便于对加工出现的组合条件的说明工具是( A )。
a.结构化语言;b.判定树;c.判定表。
A. b和cB. a,b和cC. a和cD. a和b9.软件概要设计结束后得到( B )。
A.初始化的软件结构图B.优化后的软件结构图C.模块详细的算法D.程序编码10.软件设计阶段一般又可分为( B )。
A.逻辑设计与功能设计B.概要设计与详细设计C.概念设计与物理设计D.模型设计与程序设计11.软件设计中划分模块的一个准则是( C )。
A.低内聚低耦合B.低内聚高耦合C.高内聚低耦合D.高内聚高耦合12.PDL是软件开发过程中用于( C )阶段的描述工具。
A.需求分析B.概要设计C.详细设计D.编程13.下列语言中哪个语言是低级语言( D )A. PASCALB.VISUAL BASICC. C++D.汇编语言14.软件测试的目的是( B )。
软件工程试卷

7.瀑布模型的存在问题是()A. 用户容易参与开发B. 缺乏灵活性C. 用户与开发者易沟通D. 适用可变需求8.对象实现了数据和操作的结合,使数据和操作()于对象的统一体中。
A.结合 B.隐藏 C.封装 D.抽象9.水果类和香蕉类之间的关系是()A.关联关系B.泛化关系C.依赖关系D.聚集关系10.下列情况中()不会增加维护的成本。
A.严格的测试B.开发人员流失C.文档不健全二、判断题(每题3分共30分)(A代表正确,B代表错误)1.测试只能证明程序有错误,不能证明程序没有错误。
( )2.模块化程序设计中,模块越小,模块化的优点越明显,模块的大小都在10行以下。
( )3.在编制程序时,首先应该对程序的结构充分考虑,不要急于开始编码,而要像写软件文档那样,很好地琢磨程序具有什么样的功能,这些功能如何安排等等。
( )4.软件详细设计的主要任务是确定每个模块的外部接口。
( )5.用黑盒法测试时,测试用例是根据程序内部逻辑设计的。
( )6.软件结构图的形态特征能反映程序重用率的是扇入。
( )7.为了加快软件维护作业的进度,应尽可能增加维护人员的数目。
( )8.当验收测试通过,软件开发就完成了。
( )9.质量保证是为了保证产品和服务充分满足消费者要求的质量而进行的有计划,有组织的活动。
( )10.软件测试是要发现软件中的所有错误。
( )三、简答题(每题10分共40分)1.软件危机的主要产生原因是什么?2.用结构化设计方法将数据流图转换为软件结构的步骤有哪些?3.什么是软件过程?4.简述软件项目管理主要任务。
软件工程选择题

1.软件危机出现于____,为了解决软件危机,人们提出了用____的原理来设计软件,这是软件工程诞生的基础。
A.50年代末B.60年代初C.60年代末D.70年代初A.运筹学B.工程学C.软件学D.软件学E.数字2.开发软件需高成本和产品的低质量之间有着尖锐的矛盾,这种现象称作____。
A.软件投机B.软件危机C.软件工程D.软件产生3.产生软件危机的原因有如下几点,除了______。
A、软件开发过程未经审查B、软件开发不分阶段,开发人员没有明确的分工C、所开发的软件,除了程序清单外,没有其他文档D、采用工程设计的方法开发软件,不符合软件本身的特点4.软件工程学是应用科学理论和工程上的技术指导软件开发的学科,其目的是____。
A.引入新技术提高空间利用率B.用较少的投资获得高质量的软件C.缩短研制周期扩大软件功能D.硬软件结合使系统面向应用5.请按顺序写出软件生命期的几个阶段____,____ ,____,____,____,____。
A.维护B.测试C.详细设计D.概要设计E.编码F.需求分析6.瀑布模型把软件生存周期划分为软件定义、软件开发和____三个阶段,而每一阶段又可细分为若干个更小的阶段。
A.详细设计B.可行性分析C.运行及维护D.测试与排错7.划分软件生存周期的阶段时所应遵循的基本原则是_____。
A、各阶段的任务尽可能相关性B、各阶段的任务尽可能相对独立C、各阶段的任务在时间上连续D、各阶段的任务在时间上相对独立8.一个软件项目是否进行开发的结论是在______文档中作出的。
A、软件开发计划B、可行性报告C、需求分析说明书D、测试报告9.分析员是____。
A.用户中系统的直接使用者B.用户和软件人员的中间人C.软件的编程人员D。
用户和软件人员的领导10.下列叙述中,_______不属于数据字典的作用。
A、作为编码阶段的描述工具B、为用户与开发人员之间统一认识C、作为概要设计的依据D、为需求分析阶段定义各类条目11.使用结构化分析方法时,采用的基本手段是____。
软件工程选择题

(一)1. 软件危机具有下列表现( D )。
I. 对软件开发成本估计不准确II. 软件产品的质量往往靠不住III. 软件常常不可维护IV. 软件成本逐年上升A. I、II和IIIB. I、III和IVC. II、III和IVD. 以上都正确2. 软件生命周期一般都被划分为若干个独立的阶段,其中占用精力和费用最多的阶段往往是(A)。
A. 运行和维护阶段B. 设计阶段C. 代码实现阶段D. 测试阶段3. 下列属于软件的特点的是( D )。
A. 软件是一种逻辑实体,具有抽象性B. 软件在使用过程中没有磨损、老化的问题C. 软件不同于一般程序,它的一个显著特点是规模庞大,复杂程度高D. 以上都正确4. 软件工程的出现是由于( D )。
A. 软件危机的出现B. 计算机硬件技术的发展C. 软件社会化的需要D. 计算机软件技术的发展5. 软件开发技术不包含( D )。
A. 软件开发方法学B. 软件工程环境C. 软件工具D. 软件质量度度量6. 软件工程的课程特点( D )。
I. 学科理论及其知识应用的多维性II. 工程化III. 浓厚的方法学色彩IV. 实践性、指导性强A. I、II和IIIB. I、III和IVC. II、III和IVD. 以上都正确7. 下列属于应用软件的是( B )。
I. 计算机辅助教学软件II. 软件测试工具III. 办公自动化软件IV. 工程与科学计算软件A. I、II和IIIB. I、III和IVC. II、III和IVD. 以上都正确8. 需求分析阶段最重要的技术文档是( B )。
A. 设计说明书B. 需求规格说明书C. 可行性分析报告D. 用户手册9. 以下关于数据流图的说法错误的是(C )。
A. 数据流图舍去了具体的物质,只剩下数据的流动、加工处理和存储B. 数据流图是用作结构化分析的一种工具C. 传统的数据流图中主要由加工、数据源点/终点、数据流、控制流、数据存储组成D. 数据流图的绘制采用自上向下、逐层分解的方法10. 数据字典是软件需求分析阶段的最重要工具之一,其最基本的功能是( C )。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1、Software is a set of items or objects that form a “configuration” that includes (D)D. all of the above2、The nature of software applications can be characterized by their information (D)A. complexityB. content~C. determinacyD. choices "b" and "c"3、Which of the items listed below is not one of the software engineering layers(b)a. Processb. Manufacturingc. Methodsd. Tools4、What are the three generic phases of software engineering(a)·a. definition, development, supportb. what, how, wherec. programming, debugging, maintenanced. analysis, design, testing5、Which of these terms is a level name in the Capability Maturity Model(b)a. Ad hocb. Repeatablec. Reusable&d. OrganizedCMM。
它是对于软件组织在定义、实施、度量、控制和改善其软件过程的实践中各个发展阶段的描述。
CMM的核心是把软件开发视为一个过程,并根据这一原则对软件开发和维护进行过程监控和研究,以使其更加科学化、标准化、使企业能够更好地实现商业目标。
CMM 分为五个等级:一级为初始级,二级为可重复级,三级为已定义级,四级为已管理级,五级为优化级。
6、In which software development problem solving stage are the results delivered(d)a. Status quob. Problem definitionc. Technical developmentd. Solution integration7、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 more.8、The linear sequential model of software development is also known as the (a)a. Classical life cycle modelb. Fountain modelc. Spiral model—d. Chaos model9、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.10、The rapid application development 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 above.11、Evolutionary software process models (d)a. Are iterative in natureb. Can easily accommodate product requirements changesc. Do not generally produce throw away systemsd. All of the above|12、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.13、The spiral model of software development (c)a. Ends with the delivery of the software productb. Is more chaotic than the incremental model{c. Includes project risks evaluation during each iterationd. All of the above14、The component-based development model is(c)a. Only appropriate for computer hardware design.b. Not able to support the development of reusable components.c. Dependent on object technologies for support.d. Not cost effective by known quantifiable software metrics.15、Effective software project management focuses on(c)·a. people, performance, payoff, productb. people, product, performance, processc. people, product, process, projectd. people, process, payoff, product16、The first step in project planning is to (d)a. determine the budget.b. select a team organizational model.c. determine the project constraints.@d. establish the objectives and scope.17、Which factor is the least important when choosing the organizational structure for a software team (d)a. degree of communication desiredb. predicted size of the resulting programc. rigidity of the delivery dated. size of the project budget18、One of the best ways to avoid frustration during the software development process is to (a)a. give team members more control over process and technical decisions.·b. give team members less control over process and technical decisions.c. hide bad news from the project team members until things improve.d. reward programmers based on their productivity.19、Which of these software characteristics is not a factor contributing to project coordination difficulties (b)a. interoperabilityb. performancec. scaled. uncertainty)20、Which of these software characteristics are used to determine the scope of a software project(c)a. context,lines of code, functionb. context, function, communication requirementsc. information objectives, function, performanced. communications requirements, performance, information objectives21、What activity does a software project manager need to perform to minimize the risk of software failure (d)a. double the project team sizeb. request a large budget\c. allow absolutely no schedule slippaged. define milestones and track progress22、Which of these is not a valid reason for measuring software processes, products, and resources (c)a. to characterize themb. to evaluate themc. to price themd. to improve them23、Process indicators enable a software project manager to (d)、a. assess the status of an on-going projectb. track potential risksc. adjust work flow or tasksd. all of the above24、Which of the following items are not measured by software project metrics (b)a. inputsb. marketsc. outputs【d. results25、Which of the following software quality factors is most likely to affected by radical changes to computing architectures (d)a. operationb. transitionc. revisiond. none of the above26、Which of the following provide useful measures of software quality (d)a. correctness, performance, integrity, usability@b. reliability, maintainability, integrity, salesc. correctness, maintainability, size, satisfactiond. correctness, maintainability, integrity, usability27、To be an effective aid in process improvement the baseline data used must be: (b)a. based on reasonable guesstimates from past projectsb. measured consistently across similar projectsc. collected over the past 6 monthsd. based on all previously completed projects-28、The software engineering environment (SEE) consists of which of the following (c)a. customers and usersb. developers and managersc. hardware platforms and software toolsd. none of the above29、LOC-based estimation techniques require problem decomposition based on (c)a. information domain valuesb. project schedule:c. software functionsd. process activities30、FP-based estimation techniques require problem decomposition based on (a)a. information domain valuesb. project schedulec. software functionsd. process activities31、Process-based estimation techniques require problem decomposition based on (c)~a. information domain values and data objectsb. project schedule and milestonesc. software functions and process activitiesd. none of the above32、Software risk always involves two characteristics (c)a. fire fighting and crisis managementb. known and unknown risksc. uncertainty and loss`d. staffing and budget33、Three categories of risks are (b)a. business risks, personnel risks, budget risksb. project risks, technical risks, business risksc. planning risks, technical risks, personnel risksd. management risks, technical risks, design risks34、Risk projection attempts to rate each risk in two ways (c)a. likelihood and cost、b. likelihood and impactc. likelihood and consequencesd. likelihood and exposure35、Risk tables are sorted by (b)a. probability and costb. probability and impactc. probability and consequencesd. probability and exposure]36、An effective risk management plan will need to address which of the following issues (d)a. risk avoidanceb. risk monitoringc. contingency planningd. all of the above37、Which of the following is not one of the guiding principles of software project scheduling (b)a. compartmentalizationb. market assessment*c. time allocationd. effort validation38、A task set is a collection of (a)a. engineering work tasks, milestones, deliverablesb. task assignments, cost estimates, metricsc. milestones, deliverables, metricsd. responsibilities, milestones, documents39、Adaptation criteria are used to determine the (d)a. costs of product maintenanceb. adjustments to the project schedulec. best project type classification for a software processd. recommended degree of rigor for software process40、For purposes of determining the major engineering tasks and distributing them on the project time line, the project manager should assume that the process model used is (d)a. linear sequentialb. iterativec. evolutionary)d. any of the above41、The purpose of earned value analysis is to (b)a. determine how to compensate developers based on their productivityb. provide a quantitative means of assessing software project progressc. provide a qualitative means of assessing software project progressd. set the price point for a software product based on development effort42、A key concept of quality control is that all work products (c)a. are delivered on time and under budget|b. have complete documentationc. have measurable specifications for process outputsd. are thoroughly tested before delivery to the customer43、Software reliability problems can almost always be traced to (b)a. errors in requirements gatheringb. errors in design and implementationc. human errord. errors in operation—44、Which of these are valid software configuration items (d)a. case toolsb. documentationc. executable programs and test datad. all of the above45、Which of the following tasks is not part of software configuration management (c)a. change controlb. reporting—c. statistical quality controld. version control46、Use-cases are scenarios that describe (a)a. how software is to be used in a given situation.b. how CASE tools will be used to construct the system.c. the build plan for a software product.d. the test cases for a software product.47、Information flow represents the manner in which data and control (b),a. are related to one another.b. changes each moves through the system.c. will be implemented in the final design.d. none of the above.48、In the context of requirements analysis, two types of problem partitioning are (b)a. bottom-up and top-downb. horizontal and verticalc. subordinate and superordinate:d. none of the above49、Which of the following is not an objective for building an analysis model (c)a. define set of software requirementsb. describe customer requirementsc. develop an abbreviated简短的solution for the problemd. establish basis for software design50、Which of the following is not an area of concern in the design model (d)a. architecture*b. datac. interfacesd. project scope51、The importance of software design can be summarized in a single word (d)a. accuracyb. complexityc. efficiencyd. quality;52、What types of abstraction are used in software design (d)a. controlb. datac. procedurald. all of the above53、Which of these model types does not represent a software architecture (a)a. datab. dynamic\c. processd. structural54、Which of the following is not part of software architecture (a)a. algorithm detailsb. databasesc. data designd. program structure55、An architectural style encompasses which of the following elements (d))a. constraintsb. set of componentsc. semantic modelsd. all of the above56、The criteria used to assess the quality of an architectural design should be based on system(b)a. accessibility and reliabilityb. data and controlc. functionality】d. implementation details57、In transaction mapping the first level factoring results in the (b)a. creation of a CFDb. derivation of the control hierarchyc. distribution of worker modulesd. refinement of the module view58、A necessary supplement to transform or transaction mapping needed to create a complete architectural design is (c)a. entity relationship diagrams'b. the data dictionaryc. processing narratives for each moduled. test cases for each module59、Which of the following interface design principles reduce the user's memory load (d)a. define intuitive shortcutsb. disclose information in a progressive fashionc. establish meaningful defaultsd. all of the above—60、Interface consistency implies that (d)a. input mechanisms remain the same throughout the applicationb. each application should have its own distinctive look and feelc. navigational methods are context sensitived. answers a and b61、Which of these are objectives for software testing (d)a. determine the productivity of programmersb. eliminate the need for future program maintenance'c. eliminate every error prior to released. uncover software errors62、Black-box testing attempts to find errors in which of the following categories (d)a. incorrect or missing functionsb. interface errorsc. performance errorsd. all of the above63、What is the normal order of activities in which software testing is organized (c)【a. unit, integration, system, validationb. system, integration, unit, validationc. unit, integration, validation, systemd. none of the above64、The first step in any OOA process model are to (c)a. build an object-relationship modelb. define collaborations between objectsc. elicit customer requirements,d. select a representation language65、UML (unified modeling language) analysis modeling focuses on the (d)a. behavioral model and environment modelb. behavioral model and implementation modelc. user model and environmental modeld. user model and structural model:1. Modern software applications are so complex that it is hard to develop mutually exclusive category names.(a)a. Trueb. False2. Software developers succeed more often than they fail, but software failures receive more press coverage.(a)a. Trueb. False3. Adding more people to a project that is already behind schedule is a good way to catch up. (b) ]a. Trueb. False4. Modern CASE tools are more important than the newest hardware for achieving good softwarequality and productivity.(a)a. Trueb. False5. Change cannot be easily accommodated in most software systems, unless a system was designed with change in mind.(a)a. Trueb. False:6. A general statement of objectives is all that is needed to begin developing a piece of software.(b)a. Trueb. False7. The formal technical review is an inadequate substitute for testing regardless of nature of the software defect.(b)a. Trueb. False8. Software engineering encompasses a process,methods for managing and engineering software,and tools.(a)a. Trueb. False9、The goals of review is to find errors.(b)a. Trueb. False10、The goals of testing is to find defects.(b)a. Trueb. False1、What is a software processAnswer:It is a framework for the activities, action, and tasks that are required to build high-quality software.2、What are the elements of a software process frameworkAnswer:Framework activities includes work tasks,work products,milestones & deliverables,QA checkpoints and Umbrella Activities.3、What are the five generic process framework activitiesAnswer:Communication: with customers, stakeholders, teamPlanning: for the workflow that is to followModeling: to advance the understanding of requirements,includes Analysis of requirements and DesignConstruction:combines code generation and testingDeployment: delivery to the customer for evaluation4、What are the elements of a design modelAnswer:Data/class design,architectural design,interface design and component-level design5、What are the five Quality AttributesAnswer:FunctionalityUsabilityReliabilityPerformanceSupportability6、What are the elements of Software Quality AssuranceAnswer:Standards,reviews and audits,testing,error/defect collection and analysis,change management,education,vendor management,security management,safety,risk management7、List 3 principles for scheduling software projects.Answer:Compartmentalization, interdependency, time allocation, effort validation, defined responsibilities, defined outcomes, defined milestones8、What is a formal technical reviewAnswer:The purpose of an FTR is to have a group of software engineers examine a discrete work product and determine whether or not the product is free of defects using the software specifications and standards as the review criteria.9、What are the five phases of software requirements analysisAnswer:Problem recognitionEvaluation and synthesisModelingSpecificationReview10、Describe the object-oriented software domain analysis process.Answer:Software domain analysis is the identification, analysis, and specification of common, reusable capabilities within a specific application domain in terms of common objects, classes, subassemblies, and frameworks.。