中级软件设计_师单项选择考试卷模拟考试题_1_第1页
中级软件设计_师单项选择考试卷模拟考试题_1_第2页
中级软件设计_师单项选择考试卷模拟考试题_1_第3页
中级软件设计_师单项选择考试卷模拟考试题_1_第4页
免费预览已结束,剩余20页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、姓名:_ 班级:_ 学号:_-密-封 -线- 中级软件设计_师单项选择考试卷模拟考试题考试时间:120分钟 考试总分:100分题号一二三四五总分分数遵守考场纪律,维护知识尊严,杜绝违纪行为,确保考试结果公正。1、对于具有n个元素的一个数据序列,若只需得到其中第k个元素之前的部分排序,最好采用(1),使用分治(divide and conquer)策略的是(2)算法。(1)处填( )a.希尔排序b.直接插入排序c.快速排序d.堆排序2、对于具有n个元素的一个数据序列,若只需得到其中第k个元素之前的部分排序,最好采用(1),使用分治(divide and conquer)策略的是(2)算法。(2)

2、处填( )a.冒泡排序b.插入排序c.快速排序d.堆排序3、在进行金融业务系统的网络设计时,应该优先考虑(3)原则。在进行企业网络的需求分析时,应该首先进行(4)。(3)处填( )a.先进性b.开放性c.经济性d.高可用性4、在进行金融业务系统的网络设计时,应该优先考虑(3)原则。在进行企业网络的需求分析时,应该首先进行(4)。(4)处填( )a.企业应用分析b.网络流量分析c.外部通信环境调研d.数据流向图分析5、(5)analysis emphasizes the drawing of pictorial system models to document and validate bot

3、h existing and/or proposed systems. ultimately, the system models become the(6)for designing and constructing an improved system.(7)is such a technique. the emphasis in this technique is process-centered. systems analysts draw a series of process models called(8).(9)is another such technique that in

4、tegrates data and process concerns into constructs called objects.(5)处填( )a.prototypingb.acceleratedc.model-drivend.iterative6、(5)analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. ultimately, the system models become the(6)for

5、designing and constructing an improved system.(7)is such a technique. the emphasis in this technique is process-centered. systems analysts draw a series of process models called(8).(9)is another such technique that integrates data and process concerns into constructs called objects.(6)处填( )a.imageb.

6、picturec.layoutd.blueprint7、(5)analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. ultimately, the system models become the(6)for designing and constructing an improved system.(7)is such a technique. the emphasis in this techniqu

7、e is process-centered. systems analysts draw a series of process models called(8).(9)is another such technique that integrates data and process concerns into constructs called objects.(7)处填( )a.structured analysisb.information engineeringc.discovery prototypingd.bject-oriented analysis8、(5)analysis

8、emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. ultimately, the system models become the(6)for designing and constructing an improved system.(7)is such a technique. the emphasis in this technique is process-centered. systems analysts

9、draw a series of process models called(8).(9)is another such technique that integrates data and process concerns into constructs called objects.(8)处填( )a.pertb.dfdc.erdd.uml9、(5)analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems.

10、 ultimately, the system models become the(6)for designing and constructing an improved system.(7)is such a technique. the emphasis in this technique is process-centered. systems analysts draw a series of process models called(8).(9)is another such technique that integrates data and process concerns

11、into constructs called objects.(9)处填( )a.structured analysisb.information engineeringc.discovery prototypingd.object-oriented analysis10、在一个单链表中,若p所指结点不是最后结点,在p所指结点之后插入s所指结点,则应执行( )操作。 ( )a.s-linkp;p-links;b.s-linkp-link:p-links:c.s-linkp-link; ps:d.p-links:s-linkp:11、数据库系统由数据库、(11)和硬件等组成,数据库系统是在(12

12、)的基础上发展起来的。数据库系统由于能减少数据冗余,提高数据独立性,并集中检查(13),由此获得广泛的应用。数据库提供给用户的接口是(14),它具有数据定义、数据操作和数据检查功能,可独立使用,也可以嵌入宿主语言使用。(15)语言已被国际标准化组织采纳为标准的关系数据语言。(11)处填( )a.操作系统b.文件系统c.编译系统d.数据库管理系统12、数据库系统由数据库、(11)和硬件等组成,数据库系统是在(12)的基础上发展起来的。数据库系统由于能减少数据冗余,提高数据独立性,并集中检查(13),由此获得广泛的应用。数据库提供给用户的接口是(14),它具有数据定义、数据操作和数据检查功能,可独

13、立使用,也可以嵌入宿主语言使用。(15)语言已被国际标准化组织采纳为标准的关系数据语言。(12)处填( )a.数据系统b.文件系统c.解释系统d.数据库管理系统13、数据库系统由数据库、(11)和硬件等组成,数据库系统是在(12)的基础上发展起来的。数据库系统由于能减少数据冗余,提高数据独立性,并集中检查(13),由此获得广泛的应用。数据库提供给用户的接口是(14),它具有数据定义、数据操作和数据检查功能,可独立使用,也可以嵌入宿主语言使用。(15)语言已被国际标准化组织采纳为标准的关系数据语言。(13)处填( )a.数据完整性b.数据层次性c.数据的操作性d.数据兼容性14、数据库系统由数据

14、库、(11)和硬件等组成,数据库系统是在(12)的基础上发展起来的。数据库系统由于能减少数据冗余,提高数据独立性,并集中检查(13),由此获得广泛的应用。数据库提供给用户的接口是(14),它具有数据定义、数据操作和数据检查功能,可独立使用,也可以嵌入宿主语言使用。(15)语言已被国际标准化组织采纳为标准的关系数据语言。(14)处填( )a.数据库语言b.过程化语言c.宿主语言d.面向对象语言15、数据库系统由数据库、(11)和硬件等组成,数据库系统是在(12)的基础上发展起来的。数据库系统由于能减少数据冗余,提高数据独立性,并集中检查(13),由此获得广泛的应用。数据库提供给用户的接口是(14

15、),它具有数据定义、数据操作和数据检查功能,可独立使用,也可以嵌入宿主语言使用。(15)语言已被国际标准化组织采纳为标准的关系数据语言。(15)处填( )a.quelb.sequelc.sqld.alpha16、(16)是指把数据以及操作数据的相关方法组合在同一个单元中,使我们可以把类作为软件中的基本复用单元,提高其内聚度,降低其耦合度。面向对象中的(17)机制是对现实世界中遗传现象的模拟,通过该机制,基类的属性和方法被遗传给派生类。(16)处填( )a.封装b.多态c.继承d.变异17、(16)是指把数据以及操作数据的相关方法组合在同一个单元中,使我们可以把类作为软件中的基本复用单元,提高其

16、内聚度,降低其耦合度。面向对象中的(17)机制是对现实世界中遗传现象的模拟,通过该机制,基类的属性和方法被遗传给派生类。(17)处填( )a.封装b.多态c.继承d.变异18、按照规范的设计方法,一个完整的数据库设计一般分为以下6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。(52):主要采用er模型进行设计,包括画er图。(53):通过将er图转换成表,实现从er模型到关系模型的转换。(54):主要是为所设计的数据库选择合适的存储结构和存取路径。(55):包括编程、测试和试运行。(56):系统的运行与数据库的日常维护。(51)处填( )a.需求分析b.概念结构设计c.逻辑结构设

17、计d.数据库物理设计e.数据库的实施f.数据库运行与维护19、按照规范的设计方法,一个完整的数据库设计一般分为以下6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。(52):主要采用er模型进行设计,包括画er图。(53):通过将er图转换成表,实现从er模型到关系模型的转换。(54):主要是为所设计的数据库选择合适的存储结构和存取路径。(55):包括编程、测试和试运行。(56):系统的运行与数据库的日常维护。(52)处填( )a.需求分析b.概念结构设计c.逻辑结构设计d.数据库物理设计e.数据库的实施f.数据库运行与维护20、按照规范的设计方法,一个完整的数据库设计一般分为以下

18、6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。(52):主要采用er模型进行设计,包括画er图。(53):通过将er图转换成表,实现从er模型到关系模型的转换。(54):主要是为所设计的数据库选择合适的存储结构和存取路径。(55):包括编程、测试和试运行。(56):系统的运行与数据库的日常维护。(53)处填( )a.需求分析b.概念结构设计c.逻辑结构设计d.数据库物理设计e.数据库的实施f.数据库运行与维护21、按照规范的设计方法,一个完整的数据库设计一般分为以下6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。(52):主要采用er模型进行设计,包括画er图。(

19、53):通过将er图转换成表,实现从er模型到关系模型的转换。(54):主要是为所设计的数据库选择合适的存储结构和存取路径。(55):包括编程、测试和试运行。(56):系统的运行与数据库的日常维护。(54)处填( )a.需求分析b.概念结构设计c.逻辑结构设计d.数据库物理设计e.数据库的实施f.数据库运行与维护22、按照规范的设计方法,一个完整的数据库设计一般分为以下6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。(52):主要采用er模型进行设计,包括画er图。(53):通过将er图转换成表,实现从er模型到关系模型的转换。(54):主要是为所设计的数据库选择合适的存储结构和

20、存取路径。(55):包括编程、测试和试运行。(56):系统的运行与数据库的日常维护。(55)处填( )a.需求分析b.概念结构设计c.逻辑结构设计d.数据库物理设计e.数据库的实施f.数据库运行与维护23、按照规范的设计方法,一个完整的数据库设计一般分为以下6个阶段:(51):分析用户的需求,包括数据、功能和性能需求。(52):主要采用er模型进行设计,包括画er图。(53):通过将er图转换成表,实现从er模型到关系模型的转换。(54):主要是为所设计的数据库选择合适的存储结构和存取路径。(55):包括编程、测试和试运行。(56):系统的运行与数据库的日常维护。(56)处填( )a.需求分析

21、b.概念结构设计c.逻辑结构设计d.数据库物理设计e.数据库的实施f.数据库运行与维护24、because web servers axe platform and application(71), they can send or request data from legacy or external applications including databases. all replies, once converted into(72). mark-up language, can then be transmitted to a(73).used in this way, intra

22、nets can(74)lower desktop support costs, easy links with legacy applications and databases and,(75)all, ease of use.(71)处填( )a.coupledb.dependentc.independentd.related25、because web servers axe platform and application(71), they can send or request data from legacy or external applications including

23、 databases. all replies, once converted into(72). mark-up language, can then be transmitted to a(73).used in this way, intranets can(74)lower desktop support costs, easy links with legacy applications and databases and,(75)all, ease of use.(72)处填( )a.ciphertextb.hypertextc.plaintextd.supertext26、bec

24、ause web servers axe platform and application(71), they can send or request data from legacy or external applications including databases. all replies, once converted into(72). mark-up language, can then be transmitted to a(73).used in this way, intranets can(74)lower desktop support costs, easy lin

25、ks with legacy applications and databases and,(75)all, ease of use.(73)处填( )a.browserb.repeaterc.routerd.server27、because web servers axe platform and application(71), they can send or request data from legacy or external applications including databases. all replies, once converted into(72). mark-u

26、p language, can then be transmitted to a(73).used in this way, intranets can(74)lower desktop support costs, easy links with legacy applications and databases and,(75)all, ease of use.(74)处填( )a.offb.offerc.officed.officer28、because web servers axe platform and application(71), they can send or requ

27、est data from legacy or external applications including databases. all replies, once converted into(72). mark-up language, can then be transmitted to a(73).used in this way, intranets can(74)lower desktop support costs, easy links with legacy applications and databases and,(75)all, ease of use.(75)处

28、填( )a.abortb.aboutc.aboved.around29、程序控制、中断和dma 3种输入输出方式中,有(3)输入输出方式可以为高速外部设备服务。如果需要处理例外事件(如电源掉电),应该采用(4)输入输出方式。(3)处填( )a.程序控制b.中断c.dmad.程序控制、中断和dma30、程序控制、中断和dma 3种输入输出方式中,有(3)输入输出方式可以为高速外部设备服务。如果需要处理例外事件(如电源掉电),应该采用(4)输入输出方式。(4)处填( )a.程序控制b.中断c.dmad.程序控制、中断和dma31、假设一条指令的执行过程分为“取指令”、“分析”和“执行”3段,每一段

29、的时间分别为t、2t 和 3t。在下面的情况下,分别写出连续执行n条指令所需要的时间表达式。 (1)顺序执行方式(48)。(2)仅“取指令”和“执行”重叠(49)。(3)“取指令”、“分析”和“执行”重叠(50)。(48)处填( )a.6ntb.12ntc.(6n-1)td.3nt32、假设一条指令的执行过程分为“取指令”、“分析”和“执行”3段,每一段的时间分别为t、2t 和 3t。在下面的情况下,分别写出连续执行n条指令所需要的时间表达式。 (1)顺序执行方式(48)。(2)仅“取指令”和“执行”重叠(49)。(3)“取指令”、“分析”和“执行”重叠(50)。(49)处填( )a.(2n+

30、1)tb.(2n-1)tc.2(n-1)td.2(n+1)t33、假设一条指令的执行过程分为“取指令”、“分析”和“执行”3段,每一段的时间分别为t、2t 和 3t。在下面的情况下,分别写出连续执行n条指令所需要的时间表达式。 (1)顺序执行方式(48)。(2)仅“取指令”和“执行”重叠(49)。(3)“取指令”、“分析”和“执行”重叠(50)。(50)处填( )a.2(2n+1)tb.2(2n-1)tc.4(2n+1)td.4(2n-1)t34、在面向对象的系统中,系统责任的良好分配原则是(7)。软件配置项是软件配置管理的对象,即软件工程过程中产生的(8)。软件测试计划开始于需求分析阶段,完

31、成于(9)阶段。(7)处填( )a.在类之间均匀分配b.集中分配在少数控制类中c.根据交互图的消息进行分配d.根据个人喜好进行分配35、在面向对象的系统中,系统责任的良好分配原则是(7)。软件配置项是软件配置管理的对象,即软件工程过程中产生的(8)。软件测试计划开始于需求分析阶段,完成于(9)阶段。(9)处填( )a.需求分析b.软件设计c.软件实现d.软件测试36、软件开发的螺旋模型综合厂瀑布模型和演化模型的优点,还增加了(60)。采用螺旋模型时,软件开发沿着螺线自内向外旋转,每转一圈都要对(61)进行识别和分析,并采取相应的对策。螺旋线第一圈的开始点可能是一个(62)。从第二圈开始,一个新

32、产品开发项目开始了,新产品的演化沿着螺旋线进行若干次迭代,一直运转到软件生命期结束。(60)处填( )a.版本管b.可行性分析c.风险分析d.系统集成37、软件开发的螺旋模型综合厂瀑布模型和演化模型的优点,还增加了(60)。采用螺旋模型时,软件开发沿着螺线自内向外旋转,每转一圈都要对(61)进行识别和分析,并采取相应的对策。螺旋线第一圈的开始点可能是一个(62)。从第二圈开始,一个新产品开发项目开始了,新产品的演化沿着螺旋线进行若干次迭代,一直运转到软件生命期结束。(61)处填( )a.系统b.计划c.风险d.工程38、软件开发的螺旋模型综合厂瀑布模型和演化模型的优点,还增加了(60)。采用螺

33、旋模型时,软件开发沿着螺线自内向外旋转,每转一圈都要对(61)进行识别和分析,并采取相应的对策。螺旋线第一圈的开始点可能是一个(62)。从第二圈开始,一个新产品开发项目开始了,新产品的演化沿着螺旋线进行若干次迭代,一直运转到软件生命期结束。(62)处填( )a.原型项目b.概念项目c.改进项目d.风险项目39、(57)不是构造函数的特征。(58)是析构函数的特征。关于成员函数特征的下述描述中,(59)是错误的。(57)处填( )a.构造函数的函数名与类名相同b.构造函数可以重载c.构造函数可以设置默认参数d.构造函数必须指定类型说明40、(57)不是构造函数的特征。(58)是析构函数的特征。关

34、于成员函数特征的下述描述中,(59)是错误的。(58)处填( )a.一个类中只能定义一个析构函数b.析构函数在对象创建时调用c.析构函数的定义只能在类体内d.析构函数可以有一个或多个参数41、(57)不是构造函数的特征。(58)是析构函数的特征。关于成员函数特征的下述描述中,(59)是错误的。(59)处填( )a.成员函数一定是内联函数b.成员函数可以重载c.成员函数可以设置参数的默认值d.成员函数可以是静态的42、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(11)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlog

35、n)e.o(dn)43、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(12)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)44、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(13)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)45、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(14)处填( )a.o(n2)b.o(n)c.o(1)d.

36、o(nlogn)e.o(dn)46、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(15)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)47、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(16)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)48、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(17)处填( )a.o(n2)b.o(n)c.

37、o(1)d.o(nlogn)e.o(dn)49、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(18)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)50、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(19)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)51、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(20)处填( )a.o(n2)b.

38、o(n)c.o(1)d.o(nlogn)e.o(dn)52、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(21)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)53、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(22)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)54、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(23)处填( )a.o

39、(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)55、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(24)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)56、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(25)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)57、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(26)处填

40、( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)58、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(27)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)59、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(28)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)60、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:

41、(29)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)61、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(30)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)62、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(31)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)63、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,

42、并填写下表:(32)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)64、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(33)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)65、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(34)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)66、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序

43、的算法性能,并填写下表:(35)处填( )a.o(n2)b.o(n)c.o(1)d.o(nlogn)e.o(dn)67、比较直接插入排序、起泡排序、简单选择排序、快速排序、堆排序、2一路归并排序和基数排序的算法性能,并填写下表:(36)处填( )a.o(n2)lc.o(1)d.o(nlogn)e.o(dn)70、prior to the uml, there was no clearleading(66)ianguage. users had to choose from among many similar modeling languages with minor differences

44、in overall(67)power. most of the modeling languages shared a set of commonly accepted concepts that are expressed slightly differently in various languages. this lack of(68)discouraged new users from entering the oo market and from doing oo modeling, without greatly expanding the power of modeling.

45、users longed for the industry to adopt one, or a very few, broadly supported modeling languages suitable for(69)usage.some vendors were discouraged from entering the oo modeling area because of the need to support many similar, but slightly different, modeling languages. in particular, the supply of

46、 add-on tools has been depressed because small vendors cannot afford to support many different formats from many differem(70)modeling tools. it is important to the entire oo industry to encourage broadly based tools and vendors, as well as niche products that cater to the needs of specialized groups

47、.(66)处填( )a.programmingb.modelingc.formald.intelligent71、prior to the uml, there was no clearleading(66)ianguage. users had to choose from among many similar modeling languages with minor differences in overall(67)power. most of the modeling languages shared a set of commonly accepted concepts that

48、are expressed slightly differently in various languages. this lack of(68)discouraged new users from entering the oo market and from doing oo modeling, without greatly expanding the power of modeling. users longed for the industry to adopt one, or a very few, broadly supported modeling languages suit

49、able for(69)usage.some vendors were discouraged from entering the oo modeling area because of the need to support many similar, but slightly different, modeling languages. in particular, the supply of add-on tools has been depressed because small vendors cannot afford to support many different forma

50、ts from many differem(70)modeling tools. it is important to the entire oo industry to encourage broadly based tools and vendors, as well as niche products that cater to the needs of specialized groups.(67)处填( )a.controlb.expressivec.conductived.interactive72、prior to the uml, there was no clearleadi

51、ng(66)ianguage. users had to choose from among many similar modeling languages with minor differences in overall(67)power. most of the modeling languages shared a set of commonly accepted concepts that are expressed slightly differently in various languages. this lack of(68)discouraged new users fro

52、m entering the oo market and from doing oo modeling, without greatly expanding the power of modeling. users longed for the industry to adopt one, or a very few, broadly supported modeling languages suitable for(69)usage.some vendors were discouraged from entering the oo modeling area because of the

53、need to support many similar, but slightly different, modeling languages. in particular, the supply of add-on tools has been depressed because small vendors cannot afford to support many different formats from many differem(70)modeling tools. it is important to the entire oo industry to encourage br

54、oadly based tools and vendors, as well as niche products that cater to the needs of specialized groups.(68)处填( )a.agreementb.understandingc.characteristicd.diversity73、prior to the uml, there was no clearleading(66)ianguage. users had to choose from among many similar modeling languages with minor differences in overall(67)power. most of the modeling languages shared a set of commonly accepted concepts that are expressed slightly differently in various languages. this lack of(68)discouraged new users from entering the oo market and from doing oo modelin

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论