[计算机类试卷]软件水平考试(中级)软件设计师上午(基础知识)试题模拟试卷31及答案与解析.doc
《[计算机类试卷]软件水平考试(中级)软件设计师上午(基础知识)试题模拟试卷31及答案与解析.doc》由会员分享,可在线阅读,更多相关《[计算机类试卷]软件水平考试(中级)软件设计师上午(基础知识)试题模拟试卷31及答案与解析.doc(17页珍藏版)》请在麦多课文档分享上搜索。
1、软件水平考试(中级)软件设计师上午(基础知识)试题模拟试卷 31及答案与解析 1 衡量查找算法效率的主要标准是 (15)。 ( A)元素个数 ( B)所需的存储量 ( C)平均查找长度 ( D)算法难易程度 2 下列技术中,不属于支持服务器端中间件技术的平台的是 (16)。 ( A) CORBA ( B) EJB ( C) J2EE ( D) DNA2000 3 (17)不是决策支持系统的成员。 ( A)数据仓库和 OLAP ( B)知识库管理系统和推理机 ( C)问题综合与交互系统 ( D)自动化控制系统 4 n个顶点的有向完全图中含有向边的数目最多为 (23)。 ( A) n-1 ( B)
2、 n ( C) n(n-1)/2 ( D) n(n-1) 5 已知一个线性表 (38, 25, 74, 63, 52, 48),假定采用 h(k)=k%6 计算散列地址进行散列存储,若用线性探测的开放定址法处理冲突,则在该散列表上进行查找的平均查找长度为 (44)。 ( A) 1.5 ( B) 1.7 ( C) 2 ( D) 2.3 6 对含有 n个互不相同元素的集合,同时找最大元和最小元至少需要 (45)次比较。 ( A) 2n ( B) 2(n-1) ( C) n-1 ( D) n+1 7 直接选择排序的平均时间复杂度为 (46)。 ( A) O(n) ( B) O(nlogn) ( C)
3、 O(n2) ( D) O(logn) 8 在最好和最坏情况下的时间复杂度均为 O(nlogn)且稳定的排序方法是 (52)。 ( A)快速排序 ( B)堆排序 ( C)归并排序 ( D)基数排序 9 对有序表 R0.29进行二分查找的平均查找长度为 (55)。 ( A) 4 ( B) 62/15 ( C) 64/15 ( D) 6/25 10 一进程刚获得 3个主存块的使用权,若 该进程访问页面的次序是 1, 3, 2, 1,2, 1, 5, 1, 2, 3。当采用先进先出调度算法时,发生缺页次数是 (20)次,而采用 LRU算法时,缺页数是 (21)次。 ( A) 3 ( B) 4 ( C
4、) 5 ( D) 6 ( A) 3 ( B) 4 ( C) 5 ( D) 6 12 千兆以太网比快速以太网有 (29)数据传输率和 (30)的碰撞域。 ( A)相同 ( B)小 ( C)高 ( D)不能确定 ( A)大 ( B)小 ( C)相同 ( D)不能确定 14 ( A) E1 E2 E3 E4 ( B) E3 E4但 E1E2 ( C) E1 E2但 E3E4 ( D) E3E4但 E2 E4 ( A) E1 ( B) E2 ( C) E3 ( D) E4 16 用户最关心的存储器的性能主要有 (2)。关于常用的只读存储器 ROM的正确描述是: (3)只能由生产厂家在生产芯片的过程中写
5、入,用户无法改写。 (4)允许用户写入一次,以后只能读出,不能改写。 (5)不仅可以由用户写入,而且允许用紫外线擦除已经写入的内容。 (6)可以直接用电信号按字节改写。 ( A)存储容量、工作速度、价格 ( B)存储容量、寿命 ( C)工作速度、价格 ( D)存 储容量、工作速度、寿命 ( A) MROM ( B) PROM ( C) EPROM ( D) EPROM ( A) MROM ( B) PROM ( C) EPROM ( D) EPROM ( A) MROM ( B) PROM ( C) EPROM ( D) EPROM ( A) MROM ( B) PROM ( C) EPROM
6、 ( D) EPROM 21 在各种不同的软件需求中, (10)描述了用户使用产品必须要完成的任务,可以在用例模型或方案脚本中予以说明。原型化方法是用户和软件开发人员之间进行的一种交互过程,适用于 (11)系 统。 (12)意味着一个操作在不同的类中可以有不同的实现方式。时序图反映对象之间发送消息的时间顺序,它与 (13)是同构的。单元测试的测试用例主要根据 (14)的结果来设计。 ( A)业务需求 ( B)功能需求 ( C)非功能需求 ( D)用户需求 ( A)需求不确定的 ( B)需求确定的 ( C)管理信息 ( D)决策支持 ( A)多态性 ( B)多继承 ( C)类的可复用 ( D)信
7、息隐蔽 ( A)用例图 ( B)类图 ( C)活动图 ( D)协作图 ( A)需求分析 ( B)源程序 ( C)概要设计 ( D)详细设计 26 To round is to delete or(66)one or more of the least significant digits in a positional(67)and to, or not to, adjust the part retained in accordance with some specified rule. The purpose of rounding is usually to limit the (68)
8、 of the numeral or to reduce the number of characters in the numeral, or to do both these things.The most common arithmetic forms of rounding are rounding down, rounding up and rounding off. Rounding down is defined as making no adjustment to the part of the numeral that is retained. Rounding up mea
9、ns adjusting the part of the numeral that is retained by adding 1 to the least significant of its digits and executing any necessary carries, if and only if One or more non-zero digits have been deleted. Rounding off (69) adjusting the part of the numeral retained by adding 1 to the least significan
10、t of its digits and executing any necessary carries, if and only if the most significant of the digits deleted was equal to or greater than half the(70) of its digit place. ( A) simplify ( B) reduce ( C) abbreviate ( D) omit ( A) rendering ( B) viewing ( C) expression ( D) representation ( A) accura
11、cy ( B) refinement ( C) precision ( D) correctness ( A) specifies ( B) regulates ( C) refers to ( D) assigns ( A) basis ( B) radix ( C) foundation ( D) benchmark 31 The data station usually means a(71)unit that provides data for transmission, that accepts transmitted data, and that performs all func
12、tions necessary for communication with another functional unit. Data stations may be divided into two kinds, the primary stations and the secondary stations, (72)control functions.In(73)data link control, the primary station is the data station that supports the primary control functions of the data
13、 link, generates commands to be transmitted, and interprets received responses. Specific responsibilities assigned to the primary station include initialization of control signal interchange, organization of data flow and actions regarding error control and error recovery functions. The secondary st
14、ation executes data link control functions as (74)by the primary station, interprets received commands and (75) responses to be transmitted. ( A) performance ( B) functional ( C) capacity ( D) quality ( A) helped ( B) aided ( C) in terms of ( D) supporting ( A) advanced ( B) up-to-date ( C) top-leve
15、l ( D) high-level ( A) instructed ( B) ordered ( C) commanded ( D) assigned ( A) produces ( B) creates ( C) generates ( D) makes 软件水平考试(中级)软件设计师上午(基础知识)试题模拟试卷 31答案与解析 1 【正确答案】 C 【试题解析】 此题是考查数据结构的查找效率问题,答案为 C。元素的个数,并不与查询效率有多大的关系,因为查找本来就是找元素;所需要的存储量、算法的难度是权衡 算法的,并不是衡量效率的主要指标。 2 【正确答案】 B 【试题解析】 本题考查的是中
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 试卷 软件 水平 考试 中级 设计师 上午 基础知识 试题 模拟 31 答案 解析 DOC
