【计算机类职业资格】中级软件设计师上午试题-84及答案解析.doc
《【计算机类职业资格】中级软件设计师上午试题-84及答案解析.doc》由会员分享,可在线阅读,更多相关《【计算机类职业资格】中级软件设计师上午试题-84及答案解析.doc(31页珍藏版)》请在麦多课文档分享上搜索。
1、中级软件设计师上午试题-84 及答案解析(总分:72.00,做题时间:90 分钟)一、单项选择题(总题数:38,分数:72.00)利用并行处理技术可以缩短计算机的处理时间,所谓并行性是指 (25) 。可以采用多种措施来提高计算机系统的并行性,它们可分成三类,即 (26) 。(分数:2.00)(1).A多道程序工作 B多用户工作C非单指令流单数据流方式工作 D在同一时间完成两种或两种以上工作(分数:1.00)A.B.C.D.(2).A多处理机、多级存储器和互连网络 B流水结构、高速缓存和精简指令集C微指令、虚拟存储和 I/O 通道 D资源重复、资源共享和时间重叠(分数:1.00)A.B.C.D.
2、1. (31) 不是线性表的链式存储结构。A多重链表 B单链表 C双链表 D循环链表(分数:1.00)A.B.C.D.(71) analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. Ultimately, the system models become the (72) for designing and constructing an improved system. (73) is such a t
3、echnique. The emphasis in this technique is process-centered. Systems analysts draw a series of process models called (74) . (75) is another such technique that integrates data and process concerns into constructs called objects.(分数:5.00)(1).AStructured analysis BInformation EngineeringCDiscovery Pr
4、ototyping Dbject-Oriented analysis(分数:1.00)A.B.C.D.(2).APERT BDFD CERD DUML(分数:1.00)A.B.C.D.(3).AStructured analysis BInformation EngineeringCDiscovery Prototyping DObject-Oriented analysis(分数:1.00)A.B.C.D.(4).APrototyping BAccelerated CModel-driven DIterative(分数:1.00)A.B.C.D.(5).Aimage Bpicture Cla
5、yout Dblueprint(分数:1.00)A.B.C.D.2.程序设计语言一般都提供多种循环语句,例如实现先判断循环条件再执行循环体的 while 语句和先执行循环体再判断循环条件的 do-while 语句。关于这两种循环语句,在不改变循环体的条件下, (21) 是正确的。Awhile 语句的功能可由 do-while 语句实现Bdo-while 语句的功能可由 while 语句实现C若已知循环体的次数,则只能使用 while 语句D循环条件相同时,do-while 语句的执行效率更高(分数:1.00)A.B.C.D.3.UML 的设计视图包含类、接口和协作,其中,设计视图的动态方面由_
6、表现。A协作图和构件图 B活动图和用例图C类图和对象图 D交互图和状态图(分数:1.00)A.B.C.D.4.设用 2K4 位的存储器芯片组成 16K8 位的存储器(地址单元为 0000H3FFFH,每个芯片的地址空间连续),则地址单元 0B1FH 所在芯片的最小地址编号为_。A0000H B0800H C2000H D2800(分数:1.00)A.B.C.D.有限状态自动机可用五元组(,Q,q 0,Qf)来描述,设有一个有限状态自动机 M 的定义如下:=0,1,Q=q 0,q 1,q 2,Qf=q 2, 定义为:(q 0,0)=q 1,(q 1,0)=q 2,6(q 2,0)=q 2,(q
7、2,1)=q 2。M是一个 (28) 有限状态自动机,所表示的语言陈述为 (29) 。(分数:2.00)(1).A歧义 B非歧义 C确定的 D非确定的(分数:1.00)A.B.C.D.(2).A由 0 和 1 所组成的符号串的集合 B以 0 为头符号和尾符号,由 0 和 1 所组成的符号串的集合 C以两个 0 结束的,由 O 和 1 所组成的符号串的集合 D以两个 0 开始的,由 0 和 1 所组成的符号串的集合(分数:1.00)A.B.C.D.In information theory, “information“ is regarded as knowledge which reduces
8、 or removes (71) about the occurrence of a specific event from a given set of possible events. The concept “event“ is to be understood as used in the theory of probability. For instance, an event may be the occurrence of a (72) character or word in a given message or in a given position of a message
9、.In communication theory, channel is defined as that part of a communication system that connects the message source with the message sink. An encoder may be inserted between the message source and the input to the channel, and a (73) between the output of the channel and the message sink. Generally
10、, these two units are not considered as being parts of the channel. In certain cases, however, they may be considered as pans of the message source and message sink, (74) . In information theory (75) to Shannon, the channel can be characterized by the set of conditional probabilities of occurrence o
11、f all the messages received at the message sink when a given message emanates from the message source.(分数:5.00)(1).A. uncertainty B. unreliability C. randomness D. inconsistency(分数:1.00)A.B.C.D.(2).A. decided B. determined C. concrete D. specific(分数:1.00)A.B.C.D.(3).A. based B. following C. accordin
12、g D. subject(分数:1.00)A.B.C.D.(4).A. debugger B. decoder C. decompiler D. demodulator(分数:1.00)A.B.C.D.(5).A. separately B. respectively C. individually D. distributed(分数:1.00)A.B.C.D.5.使用白盒测试方法时,确定测试数据应根据 (25) 和指定的覆盖标准。使用白盒测试方法时,确定测试数据应根据 (25) 和指定的覆盖标准。A程序的内部逻辑B程序的复杂结构C使用说明书D程序的功能(分数:1.00)A.程序的内部逻辑B.
13、程序的复杂结构C.使用说明书D.程序的功能现需要一个 32M8 规格的存储器,现只有规格为 1M8 的存储器芯片,则需要 (49) 个这样的存储器芯片。存储芯片的地址长度需要 (50) 位,主存储器的地址长度需要 (51) 位。(分数:3.00)(1).A16 B18 C32 D8(分数:1.00)A.B.C.D.(2).A20 B10 C24 D12(分数:1.00)A.B.C.D.(3).A20 B10 C24 D25(分数:1.00)A.B.C.D.6.某项目制定的开发计划中定义了 3 个任务,其中任务 A 首先开始,且需要 3 周完成,任务 B 必须在任务A 启动 1 周后开始,且需要
14、 2 周完成,任务 C 必须在任务 A 完成后才能开始,且需要 2 周完成。该项目的进度安排可用下面的甘特图 (17) 来描述。(分数:1.00)A.B.C.D.7.McCall 软件质量模型从软件产品的运行、修正和转移 3 个方面确定了 11 个质量特性,其中_不属于产品运行方面的质量特性。A正确性 B可靠性 C效率 D灵活性(分数:1.00)A.B.C.D.假定每一个信用卡客户具有唯一的客户号。如果实体“客户信息”属性依次为“客户号、客户姓名、证件号码、开卡时间、卡状态”,其中,一个客户可以有多个卡,每个卡对应唯一的客户号;实体“客户交易记录”属性依次为“客户号、交易日期、交易开始时间、交
15、易结束时间,交易类型、交易结果、交易金额”,其中一个客户一天可以进行多个交易,但同一时间只能进行一个交易。那么,实体“客户信息”的主键是 (40) ,实体“客户交易记录”的主键是 (41) ,这两个实体型间 (42) 联系。(分数:3.00)(1).A客户号 B客户姓名C客户号、客户姓名 D证件号码(分数:1.00)A.B.C.D.(2).A客户号B客户号、交易日期C客户号、交易日期、交易开始时间D客户号、交易日期、交易开始时间、交易类型(分数:1.00)A.B.C.D.(3).A存在一对一 B存在一对多 C存在多对多 D不存在(分数:1.00)A.B.C.D.8.有如下程序段,设 n 为 3
16、 的倍数。则语句的执行频度为_。 Lnt i,j ; for(i=i;in; i+) if(3*i=n) for(j=3*i;jn;j+) x+;y=3*x+2; An(n+1)/6 Bn(n-1)/6 Cn 2/6 D(n+1)(n-1)/6(分数:1.00)A.B.C.D.9.某银行为了使其网上银行系统能够支持信用卡多币种付款功能而进行扩充升级,这需要对数据类型稍微进行一些改变,这一状况需要对网上银行系统进行 (36) 维护。A正确性 B适应性 C完善性 D预防性(分数:1.00)A.B.C.D.软件的易维护性是指理解、改正、改进软件的难易度。通常影响软件易维护性的因素有易理解性、易修改性
17、和 (13) 。在软件的开发过程中往往采取各种措施来提高软件的易维护性,如采用 (14) 有助于提高软件的易修改性。(分数:2.00)(1).A易使用性 B易恢复性 C易替换性 D易测试性(分数:1.00)A.B.C.D.(2).A高效的算法 B信息隐蔽原则 C增强健壮性 D身份认证(分数:1.00)A.B.C.D.10.为使虚存系统有效地发挥其预期的作用,所运行的程序应具有的特性是 (30) 。A. 该程序不应含有过多 L/O 操作 B. 该程序的大小不应超过实际内存容量C. 该程序应具有较好的局部性 D. 该程序的指令间相关不应过多(分数:1.00)A.B.C.D.一个数据库系统必须能表示
18、实体和关系。关系可与 (42) 实体有关。实体与实体之间的关系有一对一、一对多和多对多,其中 (43) 不能描述多对多的联系。(分数:2.00)(1).A0 个 B1 个 C0 个或 0 个以上 D1 个或 1 个以上(分数:1.00)A.B.C.D.(2).A网状模型 B层次模型 C关系模型 D都不是(分数:1.00)A.B.C.D.11.改正在软件系统开发阶段已经发生而系统测试阶段还没有发现的错误,属于_维护。A正确性 B适应性 C完善性 D预防性(分数:1.00)A.B.C.D.12.某单位网络拓扑如图所示,路由器 R1R7 均运行 OSPF 协议。其中, (70) 为主干路由器。(分数
19、:1.00)A.B.C.D.13.在客户端除了可以使用 nslookup 命令之外,还可以使用 (66) 命令来测试 DNS 是否正常工作。Aipconfig Bping Croute Dnetstat(分数:1.00)A.B.C.D.14.在采用标准 UML 构建的用例模型(Use Case Model)中,参与者(Actor)与用例(UseCase)是模型中的主要元素,其中参与者与用例之间可以具有_关系。A包含(include) B递归(Recursive) C关联(Association) D组合(Composite)(分数:1.00)A.B.C.D.15.以下关于 Singleton(
20、单例)模式的描述中,正确的是_。A它描述了只有一个方法的类的集合B它描述了只有一个属性的类的集合C它能够保证一个类的方法只能被一个唯一的类调用D它能够保证一个类只产生唯一的一个实例(分数:1.00)A.B.C.D.The grid computing is a new (66) technology connecting the distributed and (67) resources to the high-speed network and integrating a super-computer of processing capacity. The significance and
21、 architecture of the grid computing is explained. Several kernel technology such as OGSI, resource management, task management, task scheduling, high rate communication and security are described. Aiming at the particularity of the grid computing environment a mechanism similar to the technology of
22、the search engine is designed to registry, discovery and (68) the resources in the grid. The whole model of the resource management is built by connecting task manager in the local resource management system to others with P2P model. The task may migrate among the task managers in order to (69) the
23、load. The task users summit may be executed in relatively tight resource set, which will not only decrease the total communication overheads of the whole task but also (70) the performance of the system.(分数:5.00)(1).A. concentrative B. distributed C. aggregate D. distributing(分数:1.00)A.B.C.D.(2).A.
24、isomorphic B. different C. heterogeneous D. alien(分数:1.00)A.B.C.D.(3).A. search for B. find C. look for D. locate(分数:1.00)A.B.C.D.(4).A. decrease B. balance C. enhance D. keep(分数:1.00)A.B.C.D.(5).A. decrease B. enhance C. keep D. balance(分数:1.00)A.B.C.D.某操作系统使用的磁盘每个磁盘块长 1024 个字节,它的目录文件最多允许有 511 个下级文
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 职业资格 中级 软件 设计师 上午 试题 84 答案 解析 DOC
