软件工程练习题总.docx

上传人:b****5 文档编号:3202445 上传时间:2022-11-20 格式:DOCX 页数:12 大小:26.79KB
下载 相关 举报
软件工程练习题总.docx_第1页
第1页 / 共12页
软件工程练习题总.docx_第2页
第2页 / 共12页
软件工程练习题总.docx_第3页
第3页 / 共12页
软件工程练习题总.docx_第4页
第4页 / 共12页
软件工程练习题总.docx_第5页
第5页 / 共12页
点击查看更多>>
下载资源
资源描述

软件工程练习题总.docx

《软件工程练习题总.docx》由会员分享,可在线阅读,更多相关《软件工程练习题总.docx(12页珍藏版)》请在冰豆网上搜索。

软件工程练习题总.docx

软件工程练习题总

软件工程复习题

一.选择题

1.WhichofthefollowingisanadvantageofimplementingapplicationsviatheWeb?

以下哪一个是通过网络实施应用的优势?

a.Security安全c.Reliability可靠性

b.Accessibility无障碍d.Throughput吞吐量

2.Couplingisaqualitativeindicationofthedegreetowhichamodule

耦合是一个模块在何种程度上定性指标

 A)canbewrittenmorecompactly.

 B)focusesonjustonething.

 C)isabletocompleteitsfunctioninatimelymanner.

 D)isconnectedtoothermodulesandtheoutsideworld.

连接到其他的模块和外界

3.Whichofthesearecharacteristicsofagooddesign?

 A)exhibitsstrongcouplingbetweenitsmodules

 B)implementsallrequirementsintheanalysismodel

在分析模型中实现所有要求

 C)includestestcasesforallcomponents

 D)providesacompletepictureofthesoftware

 E)bothbandd

4.Whichofthefollowingareareasofconcern(关注)inthedesignmodel?

 A)architecture架构

 B)data

 C)interfaces

 D)projectscope

 E)a,bandc

5.Polymorphismreducestheeffortrequiredtoextendanobjectsystemby

多态性减少需要通过什么来扩展对象系统

 A)couplingobjectstogethermoretightly.

 B)enablinganumberofdifferentoperationstosharethesamename.

使一些不同的操作共享相同的名称

 C)makingobjectsmoredependentononeanother.

 D)removingthebarriersimposedbyencapsulation

6.Whichofthefollowingmodelscanbeusedtorepresentthearchitecturaldesignofapieceofsoftware.以下模型哪些可以代表一个软件的架构设计

 A)Dynamicmodels动态

 B)Functionalmodels功能

 C)Structuralmodels结构

 D)Alloftheabove

7.Cohesionisaqualitativeindicationofthedegreetowhichamodule

凝聚力是一个模块在何种程度上的定性指标

 A)canbewrittenmorecompactly.

 B)focusesonjustonething.专注于一件事

 C)isabletocompleteitsfunctioninatimelymanner.

 D)isconnectedtoothermodulesandtheoutsideworld.

8.Whichoftheitemslistedbelowisnotoneofthesoftwareengineeringlayers?

软件工程的层

a)Process   b)Manufacturing制造   c)Methods     d)Tools

9.Evolutionarysoftwareprocessmodels演化软件过程模型

a)Areiterativeinnature迭代性质b)Caneasilyaccommodateproductrequirementschanges可以轻松地容纳产品需求的变化

c)Donotgenerallyproducethrowawaysystems一般不产生一次性的系统

d)Alloftheabove

10.Theimportanceofsoftwaredesigncanbesummarizedinasingleword:

软件设计的重要性可归纳为一个词

(A)accuracy精度(B)complexity复杂(C)efficiency效率(D)quality

11.Systems____istheprocessofdescribing,organizing,andstructuringthecomponentsofasystematboththearchitecturallevelandadetailedlevelwithaviewtowardconstructingtheproposedsystem.系统____是系统的组成部分,在建筑水平和走向建议的制度建设的详细描述,组织和结构的过程。

a.designc.implementation实施

b.analysisd.maintenance维修

12.Listthefourdesignmodelsrequiredforacompletespecificationofadesignintraditionalsoftwareengineeringmethod哪四个设计模型需要一个完整的设计规范在传统的软件工程方法模式

(1)Subsystemdesign

(2)Datadesign(3)Taskdesign

(4)Architecturedesign(5)Interfacedesign(6)Component-level组件级design

(A)1234(B)2345(C)1256(D)2456

13.Designpatternscanbeusedbyapplyinginobject-orientedsystems.设计模式可以使用面向对象的系统中的应用

(A).inheritance继承

(B).encapsulation封装

(C).complexity复杂

(D).polymorphism多态性

14.Whichdesignmodelprovidesinformationforadesignclassdiagram?

以下哪个模型为设计类图提供信息

a.Deploymentdiagram部署图c.Statechartdiagram状态图

b.Interactiondiagram交互图d.Packagediagram包图

15.A____modelshowswhatthesystemissupposedtodoingreatdetail,withoutcommittingtoanyonetechnology.一个____模型显示系统是应该做的很详细,没有犯任何一种技术

(A).logical逻辑

(B).physical物理

(C).vertical垂直

(D).horizontal水平

16.Developinga(n)____diagramisamultistepprocessofdeterminingwhichobjectsworktogetherandhowtheyworktogether.发展一个_____图是确定哪些对象一起工作,它们如何协同工作的多步骤过程。

a.designclassc.statemachine状态机

b.interaction互动d.package

18.Whichofthefollowingisanexampleofaninteraction互动diagram?

a.Designclassdiagramc.Packagediagram

b.Dataaccessdiagram数据访问图d.Communicationdiagram

19.Processframeworkactivitiesarepopulatedwith.填充进程的框架内活动

(A).milestones里程碑(B).workproducts工作产品

(C).QApoints质量保证分(D).alloftheabove

20.Cohesionisaqualitativeindicationofthedegreetowhichamodule凝聚力是一个模块在何种程度上的定性指标

(A)canbewrittenmorecompactly.可以写成更简洁

(B)focusesonjustonething.专注于一件事

(C)isabletocompleteitsfunctioninatimelymanner.能够及时完成其功能。

(D)isconnectedtoothermodulesandtheoutsideworld.连接到其他的模块和外界。

21.Whichdiagram(s)is(are)tobebuiltinasystembehaviormodel?

(d)

哪个图要建一个系统的行为模型?

(A).use-case

(B).ERdiagram

(C).DFDdiagram

(D).STDdiagram

22.Thefirststepinprojectplanningisto在项目规划的第一步是

(A)determinesoftwarescope确定软件范围(B)selectprojectteamleader选择项目组组长

(C)determinethebudget确定预算(D)determinetheprocessmodel确定过程模型

23.White-boxtestingcanusethefollowingmethods.白盒测试可以使用下列方法。

(A).boundaryvalueanalysis边界值分析

(B).equivalencepartitioning等价分区

(C).looptesting回路测试

(D).iterativetesting迭代测试

24.Theincrementalmodelof

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 幼儿教育 > 唐诗宋词

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

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