史上最全四川大学软件工程导论选择题题库完整
软件工程导论期末考试试题
软件工程导论期末考试试题1.选择题1.瀑布模型将软件生命周期划分为八个阶段,包括问题定义、可行性研究、软件需求分析、系统总体设计、详细设计、编码、测试和运行、维护。
这八个阶段可以归纳为三个大的阶段,即计划阶段、开发阶段和运行阶段。
选项中正确的是C,即运行阶段。
2.在结构化的瀑布模型中,如果哪个环节出错,对软件的影响最大,选项中正确的是C,即测试和运行阶段。
3.在结构化的瀑布模型中,系统测试阶段的目标是由哪个阶段定义的标准决定的,选项中正确的是A,即需求分析阶段。
4.软件工程的出现主要是由于软件危机的出现,选项中正确的是C。
5.软件工程方法学的目的是使软件生产规范化和工程化,而软件工程方法得以实施的主要保证是软件开发工具和软件开发的环境,选项中正确的是C。
6.软件开发常使用的两种基本方法是结构化和原型化方法,在实际的应用中,它们之间的关系表现为相互补充,选项中正确的是B。
7.UML主要应用于基于对象的面向对象的方法,选项中正确的是C。
8.在下面的软件开发方法中,要求软件设计和开发人员的开发要求最高的是原型化方法,选项中正确的是B。
9.结构化分析方法强调分析对象的数据流,选项中正确的是B。
10.软件开发的结构化生命周期方法将软件生命周期划分成计划阶段、开发阶段和运行阶段,选项中正确的是A。
11.软件开发中常采用的结构化生命周期方法一般称其为瀑布模型,选项中正确的是A。
12.软件开发的瀑布模型中,可能占用人员最多的阶段是编码阶段,选项中正确的是C。
2.改写1.瀑布模型将软件生命周期划分为八个阶段,包括问题定义、可行性研究、软件需求分析、系统总体设计、详细设计、编码、测试和运行、维护。
这八个阶段可以归纳为三个大的阶段,即计划阶段、开发阶段和运行阶段。
其中,运行阶段是指软件开发完成后,软件被交付给用户并开始使用的阶段。
2.在结构化的瀑布模型中,如果哪个环节出错,对软件的影响最大。
在这八个阶段中,测试和运行阶段是最后一个阶段,也是软件交付给用户前的最后一个阶段,如果在这个阶段出现问题,将会对软件的使用造成很大的影响。
软件工程导论综合复习题
一、选择题1、软件是一种( B )性工业产品。
(1)理论(2)知识(或逻辑)(3)消耗(4)体力2、需求分析是在( B )进行的。
(1)用户(2)用户和分析人员之间(3)开发人员内部(4)使用和维护人员之间3、在软件的可行性研究中经常从不同角度对系统进行可行性研究,其中从功能角度对系统进行研究属于( B )的研究。
(1)经济可行性(2)技术可行性(3)操作可行性(4)法律可行性4、在软件工程项目中,不随参与人员的增加而使软件的生产率增加的主要问题是( D )。
(1)工作阶段的等待时间(2)生产原型的复杂性(3)参与人员所需的工作站数(4)参与人员之间的沟通困难5、需求分析阶段的研究对象是( A )。
(1)用户需求(2)分析员要求(3)系统需求(4)软硬件需求6、对某公司进行调查分析,确定是否值得开发一个新系统的工作是进行( D )。
(1)系统设计(2)系统分析(3)系统详细调查(4)系统初步调查7、系统分析员应当( D )。
(1)善于使用户接受自已的观点(2)善于使自已获得成就(3)是用户与计算机技术人员的有效协调与组织者(4)满足上述所有条件8、数据流图的绘制过程,是对新系统的需求进行综合分析和形成新系统( A )的过程。
(1)逻辑模型(2)物理模型(3)总体方案(4)可行性报告9、系统测试的目的是( D )。
(1)找出编码错误(2)找出数据错误(3)要证明程序无错(4)发现软件错误10、一个模块内部各程序段都在同一张表上操作,这个操作的内聚性称为( B )。
(1)时间内聚(2)功能内聚(3)通信内聚(4)顺序内聚11、对象是面向对象开发的基本成分,每个对象可用它的一组()和它可以执行的一组操作来定义。
(1)服务(2)参数(3)属性(4)调用12、最高程度也是最差的耦合是()。
(1)公共耦合(2)内容耦合(3)控制耦合(4)数据耦合13、概要设计阶段产生的文档不包括()。
(1)概要设计说明书(2)数据库设计说明书(3)用户手册(4)开发进度报告14、汽车有一个发动机,汽车和发动机之间的关系是()。
(完整版)软件工程导论试题(整理)
单项选择题(每小题1分,共10分)1、在结构性的瀑布模型中,哪一个阶段定义的标准将成为软件测试中的系统测试阶段的目标( A )(A)需求分析阶段(B)详细设计阶段(C)概要设计阶段(D)可行性2、研究阶段软件工程方法中普遍定义的方法之一是结构化生命周期方法(SLC方法),下述哪一个论述不具有SLC方法的主要特征( C )A 严格定义需求B 划分开发阶段C 规范文档格式D 分析控制流程3、软件结构中两个模块之间有调用关系,传递简单数据值,相当于高级语言中的值传递,这两个模块之间的耦合是( D )(A)公共耦合(B)控制耦合(C)标记耦合(D)数据耦合4、软件维护的四类维护活动是( A )(A)改正性维护,适应性维护,完善性维护和预防性维护。
(B)适应性维护,完善性维护,抢救性维护和辅助性维护。
(C)改正性维护,适应性维护,完善性维护和辅助性维护。
(D)适应性维护,完善性维护,抢救性维护和预防性维护。
5、主要从( A )几个方面进行系统可行性研究。
(A)技术可行性,经济可行性,操作可行性。
(B)技术可行性,经济可行性,系统可行性。
(C)经济可行性,系统可行性,操作可行性。
(D)经济可行性,系统可行性,时间可行性。
6、进行需求分析可使用多种工具,但( C )是不适用的。
(A)数据流图(B)判定表(C)PAD图(D)数据字典7、软件需求分析阶段的工作,可以分为四个方面:对问题的识别、分析与综合、编写需求分析文档以及( B )(A)软件的总结(B)需求分析评审(C)阶段性报告(D)以上答案都不对8、OMT(Object Modelling Technique)方法的第一步是从问题的陈述入手,构造系统模型。
系统模型由对象模型、( C )组成。
A静态模型和功能模型 B动态模型和过程模型C动态模型和功能模型 D静态模型和操作模型9、为了表示项目管理功能工作中各项任务之间的进度衔接关系,常用的计划管理工具是( D )(A)程序结构图(B)数据流图(C) E-R图(D)甘特(Gantt)图①软件生命周期中所花费用最多的阶段是(D)A.详细设计B.软件编码C.软件测试D.软件维护②可行性分析是在系统开发的早期所做的一项重要的论证工作,它是决定该系统是否开发的决策依据,因必须给出(B)的回答。
软件工程导论《软件工程》期末考试题及答案
软件工程导论《软件工程》期末考试题及答案一、选择题(每题2分,共20分)1. 下列哪项不是软件工程的基本目标?A. 提高软件的生产率B. 提高软件的可维护性C. 提高软件的性能D. 降低软件的开发成本答案:C2. 下列哪种方法不属于软件需求分析的方法?A. 数据流图(DFD)B. 实体-关系图(ER图)C. 状态转换图D. Petri网答案:D3. 软件设计中,模块的内聚性越高,表明模块的:A. 功能越单一B. 独立性越强C. 复用性越低D. 可维护性越低答案:A4. 在软件测试阶段,下列哪种测试方法不属于黑盒测试?A. 等价类划分B. 边界值分析C. 代码覆盖率分析D. 逻辑覆盖分析答案:D5. 软件项目管理中,项目经理的主要职责不包括以下哪项?A. 制定项目计划B. 管理项目进度C. 组织项目团队D. 编写代码答案:D二、填空题(每题2分,共20分)6. 软件生命周期可以分为______、需求分析、设计、编码、测试、维护等阶段。
答案:需求调研7. 软件工程的三要素是______、过程、方法。
答案:工具8. 在软件设计中,模块的独立性包括______和耦合性两个方面。
答案:内聚性9. 软件测试的目的不包括______。
答案:发现并修复所有错误10. 软件项目管理的主要目标是实现项目的______、质量和成本控制。
答案:进度三、简答题(每题10分,共30分)11. 简述软件工程的基本原则。
答案:软件工程的基本原则包括:(1)抽象:将复杂问题分解为更简单的子问题;(2)分解:将问题分解为多个部分,分别解决;(3)模块化:将软件划分为独立的模块,提高可维护性和复用性;(4)信息隐藏:隐藏模块内部的信息,只暴露必要的接口;(5)一致性:保持软件各部分的一致性,提高可读性;(6)可维护性:使软件易于修改和维护。
12. 简述软件需求分析的目的和任务。
答案:软件需求分析的目的在于明确用户对软件系统的功能、性能等方面的需求。
软件工程导论试题(打印)(1)
软件工程导论试题(老师给的)一.选择1、瀑布模型把软件生命周期划分为八个阶段:问题的定义、可行性研究、软件需求分析、系统总体设计、详细设计、编码、测试和运行、维护.八个阶段又可归纳为三个大的阶段:计划阶段、开发阶段和( )。
A、详细计划B、可行性分析C、运行阶段D、测试与排错2、从结构化的瀑布模型看,在它的生命周期中的八个阶段中,下面的几个选项中哪个环节出错,对软件的影响最大()。
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、UML是软件开发中的一个重要工具,它主要应用于哪种软件开发方法( )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、测试阶段二.填空21.系统流程图是描述物理模型的传统工具,用图形符号表示系统中各个元素表达了系统中各种元素之间的()情况.22.成本效益分析的目的是从()角度评价开发一个项目是否可行。
四川大学2012软件工程导论(双语) (B 闭 )
311023030 软件工程(双语) (B 闭)
一、单项选择题(本大题共 20 小题,每小题 1 分,共 20 分)
2012-2013-2
提示:在每小题列出的多个备选项中只有一个是符合题目要求的,请将其代码填写在下表中。错选、多选或 未选均无分。 1 The waterfall model of software development is A B C D 2 A reasonable approach when requirements are well defined A good approach when a working program is required quickly The best approach to use for projects with large development teams An old fashioned model that cannot be used in a modern context
The spiral model of software development A B C D Ends with the delivery of the software product Is more chaotic than the incremental model Includes project risks evaluation during each iteration All of the above
2/4
311023030 软件工程(双语) (B 闭)
17. Software engineers collaborate with customers to define which of the following? A Customer visible usage scenarios B Important software features C System inputs and outputs D All of the above 18. Analysis models depict software in which three representations? A architecture, interface, component B cost, risk, schedule C information, function, behavior D None of the above 19. Which of the following is not one of the principles of good coding? A Create unit tests before you begin coding B Create a visual layout that aids understanding C Keep variable names short so that code is compact D Write self-documenting code, not program documentation 20 Which of these are objectives of Team Software Process? A B C D E Accelerate software process improvement Allow better time management by highly trained professionals Build self-directed software teams Show managers how to reduce costs and sustain quality Both b and c
2023软件工程导论期末考试题库及参考答案
2023软件工程导论期末考试题库及参考答案一、选择题(每题2分,共20分)1. 以下哪个不是软件工程的三个基本目标?A. 可维护性B. 可用性C. 可靠性D. 高效性参考答案:D2. 软件生命周期中,以下哪个阶段是软件开发过程的核心阶段?A. 需求分析B. 设计C. 编码D. 测试参考答案:C3. 以下哪种编程范式主要用于降低软件复杂性?A. 面向对象编程B. 过程式编程C. 函数式编程D. 逻辑编程参考答案:A4. 在软件工程中,以下哪个方法用于估算软件项目的成本和进度?A. COCOMOB. WBSC. SDLCD. CASE参考答案:A5. 以下哪个是软件工程中的一个重要原则?A. 分而治之B. 一次性编写C. 重用D. 模块化参考答案:D6. 以下哪个不是软件工程的基本活动?A. 软件规格B. 软件开发C. 软件验证D. 软件测试参考答案:C7. 以下哪个是软件工程中用于提高软件质量的技术?A. 设计模式B. 重构C. 代码审查D. 单元测试参考答案:C8. 以下哪个不是软件工程的五大基本过程?A. 软件规格B. 软件开发C. 软件维护D. 软件项目管理参考答案:D9. 以下哪个是软件工程中的一个重要概念,用于描述软件系统中的各个组件之间的关系?A. 耦合B. 内聚C. 模块化D. 重用参考答案:A10. 以下哪个是软件工程中的一个重要原则,用于指导软件开发过程?A. 迭代B. 增量C.螺旋D. 模型驱动参考答案:A二、填空题(每题2分,共20分)11. 软件工程的三要素是:方法、工具和______。
参考答案:过程12. 软件生命周期包括:需求分析、设计、编码、______和软件维护。
参考答案:测试13. 软件工程中的面向对象方法包括:封装、继承和______。
参考答案:多态14. 软件工程中的 CASE 工具主要用于支持______。
参考答案:软件设计和开发15. 软件工程中的敏捷开发方法强调______、可维护性和可扩展性。
《软件工程导论》期末考试试题和答案(整理)
得分评卷人一、填空题1.软件生计周期一般可分为 __问题定义 __、可行性研究、 _需求剖析 _____、设计编码、 __ 测试 ________、运转与保护阶段。
2.按软件的功能进行区分,软件能够区分为系统软件、支撑软件和应用软件。
3.可行性研究主要集中在以下四个方面经济可行性、技术可行性、法律可行性和决断。
4.用户界面的可使用性是用户界面设计最重要的也是最基本的目标。
5.常有的软件纲要设计方法有 3 大类:以数据流图为基础结构模块结构的___结构化设计方法 _________,以数据结构为基础结构模块的__jackson 方法 __________ ,以对象、类、继承和通讯为基础的 __面向对象设计方法 __________。
6.__数据流图 ________和 __数据词典 ___共同组成系统的逻辑模型。
7.软件测试的方法有 __剖析方法 ________和 ___非剖析方法 _______(即黑盒法)。
8.单元测试一般以 ___白盒 _____________测试为主, ___黑盒 ______测试为辅。
9.成本预计方法主要有 __自底向上预计 ________、_自顶向下预计 _________和算法模型预计三种种类。
得分评卷人二、单项选择题1.以下哪个阶段不属于软件生计周期的三大阶段(C)。
A 、计划阶段B 、开发阶段C、编码阶段 D 、保护阶段2.需求剖析是( A)。
A、软件开发工作的基础B、软件生计周期的开始C、由系统剖析员独自达成的D、由用户自己独自达成的3.原型化方法是软件开发中一类常用的方法,它与结构化方法对比较,更需要( B)。
A、明确的需求定义B、完好的生命周期C、较长的开发时间D、娴熟的开发人员4.软件保护时,对测试阶段未发现的错误进行测试、诊疗、定位、纠错,直至改正的回归测试过程称为(A)。
A 、更正性保护B、适应性保护C、完美性保护D、预防性保护5. 一般说来,投入运转的软件系统中有错误(A)。
(完整)《软件工程导论》试题及答案,推荐文档
一, 判断题(正确的在括号内打上"√",错误的打上"×".每题1.5分,共15分)Warnier方法也是一种面向数据结构的设计方法,其逻辑更严格.(×)PAD图在设置了五种基本控制结构后,还允许递归调用. (×)为了加快软件维护作业的进度,应尽可能增加维护人员的数目.(×)当验收测试通过,软件开发就完成了.(×)完成测试作业后,为了缩短源程序的长度应删除程序中的注解.(×)在进行总体设计时应加强模块间的联系.(×)系统结构图是精确表达程序结构的图形表示法.因此,有时也可以将系统结构图当作系统流程图使用.(×)用黑盒法测试时,测试用例是根据程序内部逻辑设计的.(×)在程序调试时,找出错误的位置和性质比改正该错误更难.(√)以对象,类,继承和通信为基础的面向对象设计方法(OOD)也是常见的软件概要设计方法之一.(√)二,单项选择题(每小题2分,共10分)试判断下列叙述中,哪个(些)是正确的(D)a,软件系统中所有的信息流都可以认为是事务流b,软件系统中所有的信息流都可以认为是变换流c,事务分析和变换分析的设计步骤是基本相似的A,a B,b C,c D,b和c进行需求分析可使用多种工具,但(B)是不适用的.A,数据流图B,PAD图C,判定表D,数据词典在详细设计阶段,经常采用的工具有(A).A,PAD B,SA C,SC D,DFD详细设计的结果基本决定了最终程序的(C)A,代码的规模B,运行速度C,质量D,可维护性使用白盒测试方法时,确定测试数据应根据(A)和指定的覆盖标准.A,程序的内部逻辑B,程序的复杂程度C,该软件的编辑人员D,程序的功能三,多项选择题(每题2分,共10分.注:正确得2分,漏选得1分,多选,错选不得分.) (ABCD)可以作为模块.A,子程序B,函数C,过程D,编译文件下面哪些测试属于黑盒测试(BCD).A,路径测试B,等价类划分C,边界值分析D,错误推测E,循环测试下列属于度量效益方法的是(ABCD).A,货币的时间价值B,投资回收期C,收入D,投资回报率软件维护的策略包括(BCD).A,定期检测维护B,改正性维护C,适应性维护D,完善性维护下列属于软件测试过程的是(ABE).A,单元测试B,组装测试C,内核测试D,法律验证E,确认测试四,简答题(每题6分,共24分)耦合性和内聚性有几种类型其耦合度,内聚强度的顺序如何答案:低:非直接耦合,数据耦合,标记耦合,控制耦合,外部耦合,公共耦合,内容耦合:高强:功能内聚,信息内聚,通信内聚,过程内聚,时间内聚,逻辑内聚,偶然内聚:弱请举例说明什么是多态,什么是重载答案:多态性是指子类对象可以像父类对象那样使用,同样的消息既可以发送给父类对象也可以发送给子类对象.也就是说,在类等级的不同层次中可以共享(公用)一个行为(方法)的名字,然而不同层次中的每个类却各自按自己的需要来实现这个行为.当对象接收到发送给它的消息时,根据该对象所属于的类动态选用在该类中定义的实现算法.重载是指一个类中有多个同名的方法,但在操作数个数或类型上有区别.例: public class A{int age;String name;public void setValue(int i) {age=i; }public void setValue(String s) {name=s; }什么是数据字典简述数据字典与数据流图的关系.答案:数据字典是关于数据的信息的集合,对数据流程图中的各个元素做完整的定义与说明,是数据流程图的补充工具.(2分)数据流图和数据字典共同构成系统的逻辑模型,没有数据字典数据流图就不严格,然而没有数据流图数据字典也难于发挥作用. 数据流图和对数据流图中每个元素的精确定义放在一起,才能共同构成系统的规格说明.(3分)简述编码风格的重要性.答案:阅读程序是软件开发和维护过程中的一个重要组成部分,程序实际上也是一种供人阅读的文章.应当在编写程序时讲求程序的风格,这将大量地减少人们读程序的时间.良好的编码风格有助于编写出可靠而又容易维护的程序,编码的风格在很大程度上决定着程序的质量. 面向对象的测试和传统开发方法的测试有什么不同答案:(1)二者都可以分成四个阶段进行.但传统测试最小单元是模块,而在面向对象环境下,最小的可测试的单元是封装了的类或对象,而不是程序模块.(2)因为面向对象软件没有一个层次的控制结构,所以传统的自顶向下和自底向上的组装策略意义不大. 每次将一个操作组装到类中(像传统的增殖式组装那样)常常行不通,因为在构成类的各个部件之间存在各种直接的和非直接的交互.对于面向对象系统的组装测试,存在两种不同的测试策略.五,分析应用题(20分)求一组数组中的最大数, 数组表示为A(n) ,n=1,2……n的自然数.(10分)请画出程序流程图(4分)请画出该算法的N-S图(3分)请用PAD图来表示该算法(3分)答案:2. 下面是某程序的流程图:(10分)计算它的环路复杂性.(3分) 答案:7为了完成基本路径测试,求它的一组独立的路径.(7分)答案:路径1: (0)—①—(13)—(19)路径2: (0)—②—③—(14)—(19)路径3: (0)—②—④—⑤—(15)—(19)路径4: (0)—②—④—⑥—⑦—(16)—(19)路径5: (0)—②—④—⑥—⑧—⑨—(17)—(19)路径6: (0)—②—④—⑥—⑧—⑩—(11)—(18)—(19)路径7: (0)—②—④—⑥—⑧—⑩—(12)—(19)六,阅读下列说明和数据流图,回答问题1至问题4,将解答填入答题纸的对应栏内.(12分) [说明]某基于微处理器的住宅安全系统,使用传感器(如红外探头,摄像头等)来检测各种意外情况,如非法进入, 火警,水灾等.房主可以在安装该系统时配置安全监控设备(如传感器,显示器,报警器等),也可以在系统运行时修改配置,通过录像机和电视机监控与系统连接的所有传感器,并通过控制面板上的键盘与系统进行信息交互.在安装过程中,系统给每个传感器赋予一个编号(即id)和类型,并设置房主密码以启动和关闭系统,设置传感器事件发生时应自动拨出的电话号码.当系统检测到一个传感器事件时,就激活警报,拨出预置的电话号码,并报告关于位置和检测到的事件的性质等信息.加工4的细化图[问题1](3分)数据流图1(住宅安全系统顶层图)中的A和B分别是什么答案:A:传感器: B:报警器[问题2](3分)数据流图2(住宅安全系统第0层DFD图)中的数据存储"配置信息"会影响图中的哪些加工答案:监控传感器,显示信息和状态[问题3](6分)将数据流图3(加工4的细化图)中的数据流补充完整,并指明加工名称,数据流的方向(输入/输出)和数据流名称.答案: 4.4"读传感器"添加输入数据流"传感器状态"4.1"显示格式"添加输出数据流"传感器数据"4.5"拨号"添加输出数据流"电话拨号"七,请以自己的实际体会说明项目管理的意义和作用.(8分)答案:(要点)软件项目管理就是对软件工程项目开发过程的管理.具体地说,就是对整个软件生存期的一切活动进行管理,以达到提高生产率,改善产品质量的目的.软件项目管理的职能:(1)制定计划:规定待完成的任务,要求,资源,人力和进度等.(2)建立项目组织:为实施计划,保证任务的完成,需要建立分工明确的责任机构.(3)配备人员:任用各种层次的技术人员和管理人员.(4)指导:鼓励和动员软件人员完成所分配的任务.(5)检验:对照计划或标准监督检查实施的情况.。
《软件工程导论》试题及答案
《软件工程导论》试题及答案软件工程导论试题及答案一、选择题1. 软件工程是一门多学科交叉的学科,其中包括以下哪些学科?A. 计算机科学B. 电子工程C. 数学D. 管理学E. 心理学答案:A、B、C、D2. 软件工程的目标是什么?A. 提高软件开发效率B. 提高软件质量C. 提高软件可靠性D. 提高软件维护性E. 提高软件安全性答案:A、B、C、D、E3. 软件过程模型是指软件开发过程中的一种抽象表示方法,常用的软件过程模型有哪些?A. 瀑布模型B. 增量模型C. 螺旋模型D. 敏捷模型E. 喷泉模型答案:A、B、C、D4. 以下哪个开发方式可以在软件开发过程中提供更多的灵活性和快速反馈?A. 瀑布模型B. 增量模型C. 螺旋模型D. 敏捷模型答案:D5. 软件需求分析的主要任务是什么?A. 确定软件的功能和性能需求B. 定义软件系统的架构C. 设计软件的用户界面D. 实施软件测试答案:A二、填空题1. 软件工程的核心目标是提高软件的 ______ 和 ______ 。
答案:质量、可靠性2. 软件工程中的四个基本活动是需求分析、设计、 ______ 和______ 。
答案:实现、维护3. 瀑布模型的五个阶段依次是:需求分析、设计、编码、 ______ 和 ______ 。
答案:测试、维护4. “快速原型”开发模型注重 ______ 。
答案:用户参与5. 敏捷开发模型的核心原则是 ______ 。
答案:迭代开发三、简答题1. 请简要说明为什么软件工程是一门多学科交叉的学科?答:软件工程在开发软件的过程中需要结合计算机科学的知识来实现软件的功能,同时也需要借鉴电子工程的设计思想来构建软件系统的架构。
此外,软件工程还应用了数学方法来进行软件需求分析和软件质量保证,同时也需要管理学的知识来进行项目管理和团队协作。
2. 请简述螺旋模型在软件开发过程中的应用场景。
答:螺旋模型适用于大型复杂项目或对安全性要求较高的项目。
软件工程导论复习题含答案
软件工程习题集第1章概述(一)单项选择题1.“软件危机”产生的主要原因是( A )。
A.软件日益庞大B.开发方法不当C.开发人员编写程序能力差D.没有维护好软件2. 软件是一种( B )性工业产品。
A. 理论B. 知识(或逻辑)C. 消耗D. 体力3. 需求分析是在( B )进行的。
A. 用户B. 用户和分析设计人员之间C. 开发人员内部D. 使用和维护人员间4. 软件的主要结构和功能是在( A )阶段决定的。
A. 分析设计B. 编程C. 测试D. 维护5.软件是计算机系统中与硬件相互依存的另一部分,它的组成部分是( D )。
A.程序、数据 B.程序、文档 C.程序 D. 程序、数据、文档6.在软件工程时期,决定软件质量的主要因素是( A )A.管理水平 B.个人程序技术 C.小组技术水平 D.硬件的发展7. 在软件开发模型中,提出最早、应用最广泛的模型是( A )。
A. 瀑布模型B. 喷泉模型C. 增量模型D. 螺旋模型8.瀑布模型把软件生存周期划分为软件定义、软件开发与( C )三个阶段,而每一阶段又可分为若干更小的阶段。
A. 详细设计B. 可行性分析C. 运行及维护D. 测试与排错9. 计算机辅助软件工程,简称( D )。
A. SAB. SDC. SCD. CASE10. 软件危机是软件产业化过程中出现的一种现象,下述现象中:( C )是其主要表现。
①软件需要增长难以满足。
②软件开发成本提高。
③软件开发进度难以控制。
④软件质量不易保证。
A. ③和④B. ③和④C. 全部D. ①、②和③11 软件工程的出现主要是由于( C )。
A. 程序设计方法学的影响B. 其他工程科学影响C. 软件危机的出现D. 计算机的发展12、软件生成周期模型有多种,下列选项中,( C )不是软件生存周期模型。
A.螺旋模型B.增量模型C.功能模型D.瀑布模型(二)简答题1. 软件产品的特点是什么?2. 软件生产的发展经历了哪几个时代?各有何特征?3. 软件危机的概念、表现形式、产生原因、解决途径4. 简述主要的软件生存期模型(或软件开发模型)。
软件工程导论期末考试题库及答案
-----
A.语句覆盖
B.路径覆盖
C. 条件组合覆盖
D .判定覆盖
14. 软件维护时,对测试阶段未发现的错误进行测试、诊
断、定位、纠错,直至修改的回归测试过程称为 (
)。
A. 改正性维护
B. 适应性维护
C. 完善性维护
D. 预防性维护
15. (
)是把对象的属性和操作结合在一起,构成
一个独立的对象,其内部信息对外界是隐蔽的,外界 .类构件的重用方式有多态重用、继承重用和(
)
A .实例重用
B.重载重用
C. 可消除的
D. 不可降低的
4.在结构化分析方法中,( )表达系统内部数据运动的图
形化技术。
------ 精选范文、公文、论文、和其他应用文档,如需本文,请下载
-----
A. 数据字典
B. 实体关系图
C. 数据流图
D. 状态转换图
5 .“软件危机”是指(
)。
A. 计算机病毒的出现
B.利用计算机进
)。
A . 算法和使用的数据结构
B.外部接口
C.功能
D .编程
9 .为了提高模块的独立性,模块内部最好是(
)。 // 外
部耦合,功能内聚
A .逻辑内聚
B.时间内聚
C. 功能内聚
D .通信内聚
10 .一个模块的(
)太大一般是因为缺乏中间层次,应当
适当增加中间层次的控制模块。
A .深度
B. 宽度
C. 扇出
也可以将系统结构图当作系统流程图使用。 ( T
)
20. 建立动态模型的第一步,是编写典型交互行为的脚本。 (T )
21. 在程序调试时,找出错误的位置和性质比改正该错误 (F)
软件工程导论试题
一、单项选择题(每小题3分,共10题)1、需求分析的任务不包括(B)。
A.问题分析B.系统设计C.需求描述D.需求评审。
2、当模块中包含复杂的条件组合,只有(A)能够清晰地表达出各种动作之间的对应关系。
A.判定表和判定树B.盒图C.流程图D.关系图3、为适应软件运行环境的变化而修改软件的活动称为(B)。
A.纠错性维护B.适应性维护C.改善性维护D.预防性维护4、下列不属于软件工程方法3要素的是(D)。
A)方法B)工具C)过程D)人员5、软件的发展经历了(D)个发展阶段。
A.一B.二C.三D.四6、下列不属于UML中的动态图的是(B)。
A)状态图B)对象图C)协作图D)活动图7、一个模块的(B)是指能直接调用(控制)该模块的模块数。
A.扇出数B.扇入数C.宽度D.深度8、下列耦合中,模块独立性最好的是(A)。
A)非直接耦合B)数据耦合C)外部耦合D)内容耦合9、CMM提供了一个框架,将软件过程改进的进化步骤组织成5个成熟度等级。
除第1级外,每一级都包含了实现这一级目标的若干关键过程域,每一个关键过程域又包含若干(A)。
A 关键实践B 软件过程性能C 软件过程能力D 软件过程10、UML的扩展机制不包括(C)。
A)构造型B)标记值C)注解D)约束二、填空题(每题2分,共5题)1、任何复杂的程序流程图都只应该由5种基本控制结构组合或嵌套而成,这5中基本结构分别是顺序型、选择型、先判定型循环、后判定型循环、多情况型选择。
2、在进行结构化分析时,对数据流图进行分层应注意父图和子图平衡。
3、UML的基本构造块包含:视图、图和模型元素。
4、自行车类与自行车车轮类之间是聚集关系。
5、在进行软件规模估算时,与代码行度量方式相比,功能点度量的估算结果更客观和合理。
三、判断题(每题2分,共10题)1、目前,软件项目的进度安排比较常用的方法包括程序评估与审查技术(PERT)和关键路径法(CPM)。
(对)2、缺乏处理大型软件项目的经验。
软件工程导论期末考试题
一、单项选择题1.适合于面向对象方法学的软件生存周期模型是( B )A.瀑布模型B.喷泉模型C.螺旋模型D.增量模型2.从实用角度看,数据规范化程度在大多数场合选用第( C )范式。
A. 1B.2C.3D.53. 可行性分析研究的目的是( A )。
A. 项目值得开发否B.争取项目C.开发项目D.规划项目4. 模块的内聚性最高的是( D )A.逻辑内聚B.时间内聚C.偶然内聚D.功能内聚5.开发软件所需高成本和产品的低质量之间有着尖锐的矛盾,这种现象称做( B )A.软件工程B. 软件危机C. 软件周期D.软件产生6. 需求分析阶段的任务是确定( D )A.软件开发方法B.软件开发工具C.软件开发费D.软件系统的功能7. 完整的软件结构通常用( B )图来表示。
A. IPO图B. HIPO图C.PAD图D.DFD图8. 在白盒法技术测试用例的设计中( A )是最弱的覆盖标准。
A.语句B.路径C.条件组合D.判定9.对象实现了数据和操作的结合,使数据和操作(C)于对象的统一体中。
A.结合B.隐藏C.封装D.抽象10.在数据流图中,圆代表(C)。
A.源点B.终点C.加工D.模块11.模块内聚度越高,说明模块内各成分彼此结合的程度越( B )。
A.松散B.紧密C.无法判断D.相等12.软件测试方法中,黑盒、白盒测试法是常用的方法,其中黑盒测试主要用于测试( B )。
A.结构合理性B.软件外部功能C.程序正确性D.程序内部逻辑13.面向对象开发方法中,( C )是占主导地位的标准建模语言。
A.Booch方法B.Coad方法C.UML语言D.OMT方法14.软件需求分析的主要任务是准确地定义出要开发的软件系统是(C )A.如何做B.怎么做C.做什么D.对谁做15.结构化程序设计的一种基本方法是( C )A.筛选法B.迭代法C.逐步求精法D.递归法二、填空题1.目前使用最广泛的软件工程学方法分别是传统方法学和(面向对象方法学)。
软件工程导论选择题
1. 软件工程的概念是哪年提出的( B)。
A. 1988B. 1968C. 1948D. 19282. 瀑布模型的关键不足在于( D)。
A. 过于简单B. 各个阶段需要进行评审C. 过于灵活D. 不能适应需求的动态变更3. 以下哪一项不是软件危机的表现形式(C )。
A. 开发的软件不满足用户需要B. 开发的软件可维护性差C. 开发的软件价格便宜D. 开发的软件可靠性差4. 软件可行性研究实质上是要进行一次( A)需求分析、设计过程。
A. 简化、压缩的B. 详细的C. 彻底的D. 深入的5. 结构化设计是一种面向(A )的设计方法。
A. 数据流B. 模块C. 数据结构D. 程序6. 与确认测试阶段有关的文档是( A)。
A. 需求规格说明书B. 概要设计说明书C. 详细设计说明书D. 源程序7. 软件开发的需求活动,其主要任务是(D )。
A. 给出软件解决方案B. 给出系统模块结构C. 定义模块算法D. 定义需求并建立系统模型8. 以下说法错误的是( A)。
A. 文档仅仅描述和规定了软件的使用范围及相关的操作命令B. 文档也是软件产品的一部分,没有文档的软件就不成软件C. 软件文档的编制在软件开发工作中占有突出的地位和相当大的工作量D. 高质量文档对于发挥软件产品的效益有着重要的意义9. 一个项目是否开发,从经济上来说是否可行,归根结底是取决于(A )。
A. 成本估算B. 项目计划C. 工程管理D. 工程网络图10. 在面向对象的设计中,我们应遵循的设计准则除了模块化、抽象、低耦合、高内聚以外,还有(B )。
A. 隐藏复杂性B. 信息隐蔽C. 经常类的复用D. 类的开发11. 面向对象的主要特征除对象惟一性、封装、继承外,还有( A)。
A. 多态性B. 完整性C. 可移植性D. 兼容性12. 在考察系统的一些涉及时序和改变的状况时,要用动态模型来表示。
动态模型着重于系统的控制逻辑,它包括两个图:一个是事件追踪图,另一个是(B )。
软件工程导论习题及答案
一.选择题1。
软件需求分析阶段的工作,可以分为4个方面:需求获取,需求分析,编写需求规格说明书以及(B)A).用户B).需求审评C).总结D).都不正确2。
在原型法中称(A)为用户/设计者,开发人员根据用户需求不断修改原型,直到满足用户要求为止。
A).用户B).开发人员C).系统分析员D).程序员3。
下面不属于软件工程的3个要素是(D)A).工具B).过程C).方法D).环境4检查软件产品是否符合需求定义的过程称为(A)A).确认测试B).集成测试C).验证测试D).验收测试5.数据存储和数据流都是(D),仅仅是所处的状态不同。
A).分析结果B).事件C).动作D).数据6。
数据流图和(C)共同组成系统的逻辑模型。
A).HIPO图B).PD)LC).数据字典D).层次图7。
数据元素组成数据的方式的基本类型(D)A).顺序B).选择C).循环D).以上全部8。
数据流图用于抽象描述一个软件的逻辑模型,数据流图由一些特定的图符构成。
下列图符名标识的图符不属于数据流图合法图符的是(A)。
A).控制流B).加工C).数据存储D).源和潭9。
结构化分析方法就是面向(B)的自顶向下逐步求精进行需求分析的方法。
A).目标B).数据流C).功能D).对象10。
通过(B)可以完成数据流图的细化。
A).结构分解B).功能分解C).数据分解D).系统分解11。
下面不属于软件工程原则的是(C)A).抽象B).模块化C).自底向上D).信息隐蔽12。
(D)是数据说明、可执行语句等程序对象的集合,它是单独命名的而且可以通过名字来访问。
A).模块化B).抽象C).精化D).模块13。
(C)是指让一些关系密切的软件元素在物理上彼此靠近。
A).信息隐蔽B).内聚C).局部化D).模块独立14。
面向数据流的设计方法把(D)映射成软件结构。
A).数据流B).系统结构C).控制结构D).信息流15。
程序流程图(PDF)中的箭头代表的是(B)。
《软件工程导论》试题与答案
《软件工程导论》试题与答案一、选择题(每题2分,共20分)1. 以下哪个不属于软件工程的三个基本活动?A. 软件规格说明B. 软件设计和实现C. 软件测试和验证D. 软件维护答案:D2. 以下哪种编程范式主要用于降低软件复杂性?A. 面向对象编程B. 过程式编程C. 函数式编程D. 逻辑编程答案:A3. 软件开发过程中,以下哪个阶段的主要任务是需求分析?A. 需求获取B. 设计C. 编码D. 测试答案:A4. 在软件工程中,以下哪个方法主要用于软件项目管理?A. 水平迭代法B. 垂直迭代法C. 敏捷开发D. 模块化设计答案:C5. 以下哪个工具用于软件需求跟踪?A. 用例图B. 类图C. 时序图D. 状态图答案:A二、填空题(每题2分,共20分)6. 软件工程的基本目标是提高软件的______和降低软件的______。
答案:可维护性,成本7. 软件开发过程主要包括______、______、______、______四个阶段。
答案:需求分析、设计、编码、测试8. 软件设计中,常用的设计模式有______、______、______等。
答案:工厂方法、单例、策略9. 软件测试的目的是______、______和______。
答案:发现错误、验证软件功能、评估软件质量10. 敏捷开发的核心价值观包括______、______、______、______、______。
答案:个体和团队、可工作的软件、客户合作、响应变化、简单性三、判断题(每题2分,共20分)11. 软件工程是计算机科学与工程的一个分支,主要研究软件开发的理论、方法和技术。
(对/错)答案:对12. 软件开发过程中,需求分析阶段的主要任务是获取用户需求。
(对/错)答案:对13. 软件测试的目的是证明软件的正确性。
(对/错)答案:错14. 敏捷开发强调快速迭代、持续交付和客户反馈。
(对/错)答案:对15. 软件工程的基本活动包括软件规格说明、软件设计和实现、软件测试和验证。
(完整版),软件工程导论第1-2套试题及答案,推荐文档
姓名:字符类型,考虑汉语及英语姓名 课程:字符类型,16 位,按我院实际课程名称情况设计 课程类别:字符类型,4 位,内容是“考查”或“考试” 成绩:数字类型,整数部分 3 位,最多 2 位小数,考试课程直接录入数值(最高 100 分),存放数值,如果是考查课程允许录 入字符优、良、中、及格、不及格或合格、不合格,存放原则是优(95 分)、良(85 分)、中(75 分)、及格(65 分)、不及格 (55 分)存放,或按合格(85 分)、不合格(55 分) 2.面向对象分析题(10 分)
A、数据库 B、软件 C、CASE D、开发方法
7、SA 法中,DFD 图的某个处理过程分解后,一般不超过( )处理过程
A、10
B、7
C、5
D、12
8、下列需求陈述中一致的是( )
A、所有命令响应时间应小于 0.1s;BUILD 命令的响应时间应小于 5s
B、所有命令响应时间应小于 5s;BUILD 命令的响应时间应小于 1s
5.一个模块实际上就是一个进程。( )
6.过程描述语言可以用于描述软件的系统结构。 ( )
7.编程语言应该在软件概要设计时选择。 ( )
8.如果通过软件测试没有发现错误,则说明软件是正确的。 ( )
9.在进行概要设计时应加强模块间联系。( )
10.一般人为,软件开发阶段是由设计、编码和测试三个基本活动组成。( )
()
5.验证软件需求的方法主要靠人工审查的方法。
()
6.并发系统中遇到的一个主要问题是定时问题。
()
7.编码风格由个人喜好决定,没有固定格式。
()
8.面向对象建模得到的模型包含系统的 3 个要素,即静态结构、交互次序和数据变换。( )
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Chapter 11Which question no longer concerns the modern software engineer?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? Section 1.12Software is a product and can be manufactured using the same technologies used for other engineering artifacts.A) TrueB)FalseSection 1.13Software deteriorates rather than wears out becauseA) Software suffers from exposure to hostile environmentsB) Defects are more likely to arise after software has been used oftenC)Multiple change requests introduce errors in component interactionsD) Software spare parts become harder to orderSection 1.24WebApps are a mixture of print publishing and software development, making their development outside the realm of software engineering practice.A) TrueB)FalseSection 1.35Which of the items listed below is not one of the software engineering layers?A) ProcessB)ManufacturingC) MethodsD) ToolsSection 1.46Software engineering umbrella activities are only applied during the initial phases of software development projects.A) TrueB)FalseSection 1.47Which of these are the 5 generic software engineering framework activities?A)communication, planning, modeling, construction, deploymentB) communication, risk management, measurement, production, reviewingC) analysis, designing, programming, debugging, maintenanceD) analysis, planning, designing, programming, testingSection 1.58Planning ahead for software reuse reduces the cost and increases the value of the systems into which they are incorporated.A) TrueB) FalseSection 1.59The essence of software engineering practice might be described as understand the problem, plan a solution, carry out the plan, and examine the result for accuracy.A)TrueB) FalseSection 1.610In agile process models the only deliverable work product is the working program.A) TrueB)FalseSection 1.711A most software development projects are initiated to try to meet some business need.A)TrueB) FalseSection 1.712In general software only succeeds if its behavior is consistent with the objectives of its designers.A) TrueB)FalseChapter 21Which of the following are recognized process flow types?A) Concurrent process flowB) Iterative process flowC) Linear process flowD) Spiral process flowE)both a and cSection 2.1.32Software processes can be constructed out of pre-existing software patterns to best meet the needs of a software project.A)TrueB) FalseSection 2.23Which of these are standards for assessing software processes?A) SEIB) SPICEC) ISO 9000D) ISO 9001E)both b and dSection 2.3.14The waterfall model of software development isA) 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.Section 2.3.25The incremental model of software development isA) 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. Section 2.3.36Evolutionary software process modelsA) Are iterative in natureB) Can easily accommodate product requirements changesC) Do not generally produce throwaway systemsD)All of the aboveSection 2.3.37The prototyping model of software development isA) 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.Section 2.3.38The spiral model of software developmentA) Ends with the delivery of the software productB) Is more chaotic than the incremental modelC)Includes project risks evaluation during each iterationD) All of the aboveSection 2.3.49The concurrent development model isA) Another name for concurrent engineering.B) Defines events that trigger engineering activity state transitions.C) Only used for development of parallel or distributed systems.D) Used whenever a large number of change requests are anticipated.E)both a and bSection 2.4.110The component-based development model isA) 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.Section 2.4.211The formal methods model of software development makes use of mathematical methods toA) Define the specification for computer-based systemsB) Develop defect free computer-based systemsC) Verify the correctness of computer-based systemsD)All of the aboveSection 2.5.212Which of these is not one of the phase names defined by the Unified Process model for software development?A) Inception phaseB) Elaboration phaseC) Construction phaseD)Validation phaseSection 2.6.113Which of these is not a characteristic of Personal Software Process?A) Emphasizes personal measurement of work productB)Practitioner requires careful supervision by the project managerC) Individual practitioner is responsible for estimating and schedulingD) Practitioner is empowered to control quality of software work products Section 2.6.214Which of these are objectives of Team Software Process?A) Accelerate software process improvementB) Allow better time management by highly trained professionalsC) Build self-directed software teamsD) Show managers how to reduce costs and sustain qualityE)both b and cSection 2.715Process technology tools allow software organizations to compress schedules by skipping unimportant activities.A) TrueB)FalseSection 2.816It is generally accepted that one cannot have weak software processes and create high quality end products.A)TrueB) FalseChapter 3.1Agility is nothing more than the ability of a project team to respond rapidly to change.A) TrueB)FalseSection 3.1Which of the following is not necessary to apply agility to a software process?A)Eliminate the use of project planning and testingB) Only essential work products are producedC) Process allows team to streamline tasksD) Uses incremental product delivery strategySection 3.23How do you create agile processes to manage unpredictability?A) Requirements gathering must be conducted very carefullyB) Risk analysis must be conducted before planning takes placeC) Software increments must be delivered in short time periodsD) Software processes must adapt to changes incrementallyE)both c and dSection 3.34In agile software processes the highest priorities is to satisfy the customer through early and continuous delivery of valuable software.A)TrueB) FalseSection 3.3.35Which of the following traits need to exist among the members of an agile software team?A) CompetenceB) Decision-making abilityC) Mutual trust and respectD)All of the aboveSection 3.4.16In agile development it is more important to build software that meets the customers' needs today than worry about features that might be needed in the future.A)TrueB) FalseSection 3.4.2What are the four framework activities found in the Extreme Programming (XP) process model?A) analysis, design, coding, testingB) planning, analysis, design, codingC) planning, analysis, coding, testingD)planning, design, coding, testingSection 3.58All agile process models conform to a greater or lesser degree to the principles stated in the "Manifesto for Agile Software Development".A)TrueB) FalseSection 3.5.19What are the three framework activities for the Adaptive Software Development (ASD) process model?A) analysis, design, codingB) feasibility study, functional model iteration, implementationC) requirements gathering, adaptive cycle planning, iterative developmentD)speculation, collaboration, learningSection 3.5.210Which is not one of the key questions that is answered by each team member at each daily Scrum meeting?A) What did you do since the last meeting?B) What obstacles are you encountering?C)What is the cause of the problems you are encountering?D) What do you plan to accomplish be the next team meeting?Section 3.5.311The Dynamic Systems Development Method (DSDM) suggests a philosophy that is based on the Pareto principle (80% of the application can be delivered in 20% of the time required to build the complete application).A)TrueB) FalseSection 3.5.512In Feature Driven Development (FDD) a client-valued feature is a client-valued function that can be delivered in two weeks or less.A) TrueB)FalseSection 3.5.713Agile Modeling (AM) provides guidance to practitioner during which of these software tasks?A) AnalysisB) DesignC) CodingD) TestingE)both a and bSection 3.5.814Agile Unified Process uses the classic UP phased activities (inception, elaboration, construction, transition) to help the team visualize the overall process flow.A)TrueB) FalseChapter 41Software engineering principles have about a three year half-life.A) TrueB)FalseSection 4.22Which of the following is not one of core principles of software engineering practice?A) All design should be as simple as possible, but no simplerB) A software system exists only to provide value to its users.C)Pareto principle (20% of any product requires 80% of the effort)D) Remember that you produce others will consumeSection 4.3.13Every communication activity should have a facilitator to make sure that the customer is not allowed to dominate the proceedings.A) TrueB)FalseSection 4.3.14The agile view of iterative customer communication and collaboration is applicable to all software engineering practice.A)TrueB) FalseSection 4.3.25One reason to involve everyone on the software team in the planning activity is toA) adjust the granularity of the planB) control feature creepC)get all team members to "sign up" to the planD) understand the problem scopeSection 4.3.26Project plans should not be changed once they are adopted by a team.A) TrueB)FalseSection 4.3.37Requirements models depict software in which three domains?A) architecture, interface, componentB) cost, risk, scheduleC)information, function, behaviorD) None of the aboveSection 4.3.38The design model should be traceable to the requirements model?A)TrueB) FalseSection 4.3.39Teams using agile software practices do not generally create models.A) TrueB)FalseSection 4.3.410Which of the following is not one of the principles of good coding?A) Create unit tests before you begin codingB) Create a visual layout that aids understandingC) Refractor the code after you complete the first coding passD)Write self-documenting code, not program documentationSection 4.3.411A successful test I ones that discovers at least one as-yet undiscovered error.A)TrueB) FalseSection 4.3.512Which of the following are valid reasons for collecting customer feedback concerning delivered software?A) Allows developers to make changes to the delivered incrementB) Delivery schedule can be revised to reflect changesC) Developers can identify changes to incorporate into next incrementD)All of the aboveChapter 51Requirements engineering is a generic process that does not vary from one software project to another.A)TrueB) FalseSection 5.12During project inception the intent of the of the tasks are to determineA) basic problem understandingB) nature of the solution neededC) people who want a solutionD) none of the aboveE)a, b, and cSection 5.13Three things that make requirements elicitation difficult are problems ofA) budgetingB) scopeC) understandingD) volatilityE)b, c, and dSection 5.2.14A stakeholder is anyone who will purchase the completed software system under development.A) TrueB)FalseSection 5.2.25It is relatively common for different customers to propose conflicting requirements, each arguing that his or her version is the right one.A)TrueB) FalseSection 5.2.46Which of the following is not one of the context-free questions that would be used during project inception?A) What will be the economic benefit from a good solution?B) Who is behind the request for work?C)Who will pay for the work?D) Who will use the solution?Section 5.3.17In collaborative requirements gathering the facilitatorA) arranges the meeting placeB) can not be a customerC)controls the meetingD) must be an outsiderSection 5.3.28Which of the following is not one of the requirement classifications used in Quality Function Deployment (QFD)?A) excitingB) expectedC)mandatoryD) normalSection 5.3.49The work products produced during requirement elicitation will vary depending on theA) size of the budgetB)size of the product being builtC) software process being usedD) stakeholders needsSection 5.410Developers and customers create use-cases to help the software team understand howdifferent classes of end-users will use functions.A)TrueB) FalseSection 5.411Use-case actors are always people, never system devices.A) TrueB)FalseSection 5.512The result of the requirements engineering task is an analysis model that defines which of the following problem domain(s)?A) informationB) functionalC) behavioralD)all of the aboveSection 5.5.213Analysis patterns facilitate the transformation of the analysis model into a design model by suggesting reliable solutions to common problems.A)TrueB) FalseSection 5.614In win-win negotiation, the customer's needs are met even though the developer's need may not be.A) TrueB)FalseSection 5.715In requirements validation the requirements model is reviewed to ensure its technical feasibility.A) TrueB)FalseChapter 61Which of these is not an element of a requirements model?A) Behavioral elementsB) Class-based elementsC)Data elementsD) Scenario-based elementsSection 6.1.12Which of the following is not an objective for building a requirements model?A) define set of software requirements that can be validatedB) describe customer requirementsC)develop an abbreviated solution for the problemD) establish basis for software designSection 6.1.33Object-oriented domain analysis is concerned with the identification and specification of reusable capabilities within an application domain.A)TrueB) FalseSection 6.1.44In structured analysis models focus on the structure of the classes defined for a system along with their interactions.A) TrueB)FalseSection 6.25Creation and refinement of use cases if an important part of scenario-based modeling.A)TrueB) FalseSection 6.2.16It is important to consider alternative actor interactions when creating a preliminary use case.A) TrueB)FalseSection 6.2.27Brainstorming is one technique that may be used to derive a complete set of use case exceptions.A)TrueB) FalseSection 6.2.38In many cases there is no need to create a graphical representation of a usage scenario.A)TrueB) FalseSection 6.3.19UML activity diagrams are useful in representing which analysis model elements?A) Behavioral elementsB) Class-based elementsC) Flow-based elementsD)Scenario-based elementsSection 6.4.210One or more attributes of a data object must be defined as a key to allow the location of an instance of the data object.A)TrueB) FalseSection 6.4.3The entity relationship diagramA)depicts relationships between data objectsB) depicts functions that transform the data flowC) indicates how data are transformed by the systemD) indicates system reactions to external eventsSection 6.5.112Which of the following should be considered as candidate objects in a problem space?A) eventsB) peopleC) structuresD)all of the aboveSection 6.5.213Attributes are chosen for an object by examining the problem statement and identifying the entities that appear to be related.A) TrueB)FalseSection 6.5.314Which of the following is not one of the broad categories used to classify operations?A) computationB) data manipulationC) event monitorsD)transformersSection 6.5.415Which of the following items does not appear on a CRC card?A) class collaboratorsB) class nameC)class reliabilityD) class responsibilitiesSection 6.5.4Class responsibilities are defined byA) its attributes onlyB) its collaboratorsC) its operations onlyD)both its attributes and operationsSection 6.5.617An analysis package involves the categorization of analysis model elements into useful groupings.A)TrueB) FalseChapter 71The data flow diagramA) depicts relationships between data objectsB) depicts functions that transform the data flowC) indicates how data are transformed by the systemD) indicates system reactions to external eventsE)both b and cSection 7.2.22Control flow diagrams areA)needed to model event driven systems.B) required for all systems.C) used in place of data flow diagrams.D) used to represent system behavior.Section 7.2.33The control specification represents the system behavior using UML sequence and state diagrams.A)TrueB) FalseSection 7.2.44The data flow diagram must be augmented by min-spec that can serve as a guide the design of the software component that will implement the process.A)TrueB) FalseSection 7.3.15For purposes of behavior modeling an event occurs wheneverA) a state and process exchange information.B)the system an actor exchange information.C) two actors exchange information.D) two objects exchange information.Section 7.3.26For purposes of behavior modeling a state is anyA) consumer or producer of data.B) data object hierarchy.C)observable mode of behavior.D) well defined process.Section 7.3.27The state transition diagramA) depicts relationships between data objectsB) depicts functions that transform the data flowC) indicates how data are transformed by the systemD)indicates system reactions to external eventsSection 7.3.28The UML sequence diagram show the order in which system events are processed.A) TrueB)FalseSection 7.49Analysis patterns are discovered, they are not explicitly created.A)TrueB) FalseSection 7.510It is not possible to justify the time required for WebApp requirements analysis.A) TrueB)FalseSection 7.5.311Which is not one of the analysis activities that is used to create a complete analysis model?A) Configuration analysisB) Content analysisC) Functional analysisD)Market analysisSection 7.5.412Content objects are extracted from use cases by examining the scenario description for direct or indirect content references.A)TrueB) FalseSection 7.5.513What are the elements of a WebApp interaction model?A) activity diagrams, sequence diagrams, state diagrams, interface prototypeB) activity diagrams, collaboration diagrams, sequence diagrams, state diagramsC)use-cases, sequence diagrams, state diagrams, interface prototypeD) use-cases, sequence diagrams, state diagrams, sequence diagramsSection 7.5.614UML activity diagrams can be used to represent the user observable functionality delivered by the WebApp as well as the operations contained in each analysis class.A)TrueB) FalseSection 7.5.715Configuration analysis focuses on the architecture of the user's web browsing environment.A) TrueB)FalseChapter 81Which of the following are areas of concern in the design model?A) architectureB) dataC) interfacesD) project scopeE)a, b, and cSection 8.12The importance of software design can be summarized in a single wordA) accuracyB) complexityC) efficiencyD)qualitySection 8.2.13Which of these are characteristics of a good design?A) exhibits strong coupling between its modulesB) implements all requirements in the analysis modelC) includes test cases for all componentsD) provides a complete picture of the softwareE)both b and dSection 8.2.24Which of the following is not a characteristic common to all design methods?A)configuration managementB) functional component representationC) quality assessment guidelinesD) refinement heuristicsSection 8.3.15What types of abstraction are used in software design?A) controlB) dataC) environmentalD) proceduralE)a, b, and dSection 8.3.26Which of the following can be used to represent the architectural design of a piece of software?A) Dynamic modelsB) Functional modelsC) Structural modelsD)All of the aboveSection 8.3.37Design patterns are not applicable to the design of object-oriented software?A) TrueB)FalseSection 8.3.58Since modularity is an important design goal it is not possible to have too many modules in a proposed design.A) TrueB)FalseSection 8.3.69Information hiding makes program maintenance easier by hiding data and procedure from unaffected parts of the program.A)TrueB) FalseSection 8.3.710Cohesion is a qualitative indication of the degree to which a moduleA) 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.Section 8.3.711Coupling is a qualitative indication of the degree to which a moduleA) 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.Section 8.3.812When using structured design methodologies the process of stepwise refinement is unnecessary.A) TrueB)FalseSection 8.3.1013Software designs are refactored to allow the creation of software that is easier to integrate, easier to test, and easier to maintain.A)TrueB) FalseSection 8.3.1314Which of the following is not one of the five design class typesA) Business domain classesB)Entity classesC) Process classesD) User interface classesSection 8.4.115Which design model elements are used to depict a model of information represented from the user's view?A) Architectural design elementsB) Component-level design elementsC)Data design elementsD) Interface design elementsSection 8.4.216Which design is equivalent to the floor plan of a house?A)Architectural designB) Component-level designC) Data designD) Interface designSection 8.4.317Which design model is equivalent to the detailed drawings of the access points and external utilities for a house?A) Architectural designB) Component-level designC) Data designD)Interface designSection 8.4.418Which design model is equivalent to a set of detailed drawings for each room in a house?A) Architectural designB)Component-level designC) Data designD) Interface designSection 8.4.519The deployment design elements specify the build order for the software components.A) TrueB)FalseChapter 91The best representation of system architecture is an operational software prototype.A) TrueB)FalseSection 9.1.22The architectural representations can be an enabler for communication among project stakeholders.A)TrueB) FalseSection 9.1.33An architectural description is often documented using an architecture template.A) TrueB)FalseSection 9.24An architectural genre will often dictate the architectural approach that may used for the structure to be built.A)TrueB) FalseSection 9.35An architectural style encompasses which of the following elements?A) constraintsB) set of componentsC) semantic modelsD) syntactic modelsE)a, b, and cSection 9.3.16To determine the architectural style or combination of styles that best fits the proposed system, requirements engineering is used to uncoverA) algorithmic complexityB)characteristics and constraintsC) control and dataD) design patternsSection 9.3.27Before an architectural pattern can be chosen for use in a specific system it must have a code implementation to facilitate its reuse.A) TrueB)FalseSection 9.3.38The criteria used to assess the quality of an architectural design should be based on systemA) accessibilityB) controlC) dataD) implementationE)both b and cSection 9.4.19During process of modeling the system in context, systems that interact with the target system are represented asA) Peer-level systemsB) Subordinate systemsC) Superordinate systemsD) Working systemsE)a, b, and cSection 9.4.210Once selected, archetypes always need to be refined further as architectural design proceeds.A)TrueB) FalseSection 9.4.311Which of the following is not an example of infrastructure components that may need to be integrated into the software architecture?A) Communications componentsB) Database componentsC)Interface componentsD) Memory management componentsSection 9.5.112In the architecture trade-off analysis method the architectural style should be described using theA) data flow viewB) module viewC) process viewD) user viewE)a, b, and cSection 9.5.213Quantitative methods for assessing the quality of proposed architectural designs are readily available.A) TrueB)FalseSection 10.5.314A useful technique for evaluating the overall complexity of a proposed architecture is to look at the componentA) cohesionB) flow dependenciesC) sharing dependenciesD) sizeE)both b and cSection 9.615When the overall flow in a segment of a data flow diagram is largely sequential and follows straight-line paths _________ is present.A) low couplingB) good modularityC) transaction flowD)transform flowSection 9.6.116When a single item that triggers other data flow along one of many paths ________ characterizes the information flow in a segment of a data flow diagram is present.A) high couplingB) poor modularityC)transaction flowD) transform flowChapter 101In the most general sense a component is a modular building block for computer software.A)TrueB) FalseSection 10.1.12。