欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    2021山西软件水平考试考试模拟卷(2).docx

    • 资源ID:20482537       资源大小:22.25KB        全文页数:24页
    • 资源格式: DOCX        下载积分:20金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要20金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    2021山西软件水平考试考试模拟卷(2).docx

    2021山西软件水平考试考试模拟卷(2)本卷共分为1大题50小题,作答时间为180分钟,总分100分,60分及格。一、单项选择题(共50题,每题2分。每题的备选项中,只有一个最符合题意) 1.关系数据库设计理论主要包括3方面内容,其中起核心作用的是 (25) 。在关系模型的完整性约束中,实体完整性规则是指关系中 (26) 。引用完整性规则要求 (27) 。A范式B数据模式C数据依赖D范式和数据依赖 2.有关内联网的错误叙述是 (62) ,下列有关网络安全的叙述中,不正确的是 (63) ,对于Intranet,可通过设置 (64) 来防止内部数据泄密、篡改和黑客入侵。A内联网地理分布只能集中在很小范围之内B内联网使用的是互联网的协议C通常使用防火墙来保障内联网的安全性D内联网通常是由一组Web服务器和安装了浏览器的工作站所组成 3.In C program, all variables must be (70) before use, usually at the beginning of the function before any (71) statements.AstatedBwritedCillustratedDdeclared 4.某数值编码为FFH,若它所表示的真值为-127,则它是用 (10) 表示的;若它所表示的真值为-1,则它是用 (11) 表示的。A反码B原码C补码D移码 5. (45) 是面向对象程序设计语言不同于其他语言的主要特点。是否建立了丰富的 (46) 是衡量一个面向对象程序设计语言成熟与否的一个重要标志。 (47) 是在类及子类之间自动地共享数据和方法的一种机制。A继承性B消息传递C多态性D封装性 6.容量为64块的Cache采用组相联方式映像,字块大小为128个字,每4块为一组。若主存容量为4096块,且以字编址,那么主存地址应为 (30) 位,主存区号应为 (31) 位。A15B17C19D20 7.内存按字节编址,地址从A4000H到CBFFFH,共有 (6) 字节。若用存储容量为 32K*8bit的存储器芯片构成该内存,至少需要 (7) 片。A128KB160KC64KD256K 8.关系数据库设计理论主要包括3方面内容,其中起核心作用的是 (25) 。在关系模型的完整性约束中,实体完整性规则是指关系中 (26) 。引用完整性规则要求 (27) 。A不允许有主行B属性值不允许为空C主键值不允许为空D外键值不允许为空 9. (45) 是面向对象程序设计语言不同于其他语言的主要特点。是否建立了丰富的 (46) 是衡量一个面向对象程序设计语言成熟与否的一个重要标志。 (47) 是在类及子类之间自动地共享数据和方法的一种机制。A函数库B类库C数据库D方法库 10.递归算法的执行过程,一般来说,可先后分成 (33) 和 (34) 两个阶段。A回溯B回归C返回D合成 11.In C program, all variables must be (70) before use, usually at the beginning of the function before any (71) statements.AoperateBactiveCexecutableDprocessing 12.有关内联网的错误叙述是 (62) ,下列有关网络安全的叙述中,不正确的是 (63) ,对于Intranet,可通过设置 (64) 来防止内部数据泄密、篡改和黑客入侵。A网络中的不安全因素主要来自网络外部,也有一部分来自网络内部B有害信息侵入不是一种不安全因素C信息泄露是网络的一种不安全因素D对Internet的威胁分故意危害和无意危害 13.某数值编码为FFH,若它所表示的真值为-127,则它是用 (10) 表示的;若它所表示的真值为-1,则它是用 (11) 表示的。A补码B反码C原码D移码 14.内存按字节编址,地址从A4000H到CBFFFH,共有 (6) 字节。若用存储容量为 32K*8bit的存储器芯片构成该内存,至少需要 (7) 片。A5B6C8D15 15.有关内联网的错误叙述是 (62) ,下列有关网络安全的叙述中,不正确的是 (63) ,对于Intranet,可通过设置 (64) 来防止内部数据泄密、篡改和黑客入侵。A专用密码B专用账户C专用命令D防火墙 16. (45) 是面向对象程序设计语言不同于其他语言的主要特点。是否建立了丰富的 (46) 是衡量一个面向对象程序设计语言成熟与否的一个重要标志。 (47) 是在类及子类之间自动地共享数据和方法的一种机制。A调用B引用C消息传递D继承 17.容量为64块的Cache采用组相联方式映像,字块大小为128个字,每4块为一组。若主存容量为4096块,且以字编址,那么主存地址应为 (30) 位,主存区号应为 (31) 位。A9B8C7D6 18.关系数据库设计理论主要包括3方面内容,其中起核心作用的是 (25) 。在关系模型的完整性约束中,实体完整性规则是指关系中 (26) 。引用完整性规则要求 (27) 。A不允许引用不存在的元组B允许引用不存在的元组C不允许引用不存在的属性D允许引用不存在的属性 19.The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal (71) and for later verification and (72) efforts: The documentation system we propose includes a central knowledge acquisition (73) which is (74) to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically, (75) within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.(71)处填()。AinterchangeBinterfaceCcommunicationDmessage20.UML是一种面向对象的统一建模语言。它包含十种图,其中,用例图展示了外部ACTOR与系统所提供的用例之间的连接,UML中的外部ACTOR是指 (24) 。状态图指明了对象所有可能的状态以及状态间的迁移。如果一个并发的状态由N个并发的子状态图组成,那么,该并发状态在某时刻的状态由 (25) 个子状态图中各取一个状态组合而咸。协作图描述了协作的 (26) 之间的交互和链接。(24)处填()。A人员B单位C人员或单位D人员或外部系统21.给定模式R(U,F),U-A,B,C,D,E,F-B→A,D→A,A→E,AC→B,其属性AD的闭包为 (38) ,其候选关键字为 (39) 。(38)处填()。AADEBABDCABCDDACD22.设有两个关系R(A,B)和S(B,C),与下列SELECT语句SELECT A,BFROM RWHERE B NOT IN(SELECT BFROM SWHERE C=C56’);等价的关系代数表达式是()。A.AB.BC.CD.D23.You want to use the Web to let Eternal users or your customers look at corporate information. But you want to keep installation at the user end (66) and you don’t want just anyone to get (67) your databases.That may be where an application server enters the picture. For more user machine independent, these t software packages, typically written in the (68) programming language.for use on Windows NT-based systems, act as go-betweens linking browser-equipped end users to the databases that (69) the information they need to (70) 。(66)处填()。AsimpleBsimplyCsingleDsingly24.软件设计中划分模块的一个准则是 (15) 。两个模块之间的耦合方式中, (16) 合的耦合度最高, (17) 的耦合度最低。一个模块内部的聚敛种类中, (18) 内聚的内聚度最高, (19) 的内聚度最低。(15)处填()。A低内聚低耦合B低内聚高耦合C高内聚低耦合D高内聚高耦合25.The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal (71) and for later verification and (72) efforts: The documentation system we propose includes a central knowledge acquisition (73) which is (74) to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically, (75) within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.(72)处填()。AvalidationBconfirmCeffectionDevaluation26.UML是一种面向对象的统一建模语言。它包含十种图,其中,用例图展示了外部ACTOR与系统所提供的用例之间的连接,UML中的外部ACTOR是指 (24) 。状态图指明了对象所有可能的状态以及状态间的迁移。如果一个并发的状态由N个并发的子状态图组成,那么,该并发状态在某时刻的状态由 (25) 个子状态图中各取一个状态组合而咸。协作图描述了协作的 (26) 之间的交互和链接。(25)处填()。A每一B任意一C任意二D任意M(M≤N)27.给定模式R(U,F),U-A,B,C,D,E,F-B→A,D→A,A→E,AC→B,其属性AD的闭包为 (38) ,其候选关键字为 (39) 。(39)处填()。AABDBADECACDDCD28.软件设计中划分模块的一个准则是 (15) 。两个模块之间的耦合方式中, (16) 合的耦合度最高, (17) 的耦合度最低。一个模块内部的聚敛种类中, (18) 内聚的内聚度最高, (19) 的内聚度最低。(16)处填()。A数据B非直接C控制D内容29.You want to use the Web to let Eternal users or your customers look at corporate information. But you want to keep installation at the user end (66) and you don’t want just anyone to get (67) your databases.That may be where an application server enters the picture. For more user machine independent, these t software packages, typically written in the (68) programming language.for use on Windows NT-based systems, act as go-betweens linking browser-equipped end users to the databases that (69) the information they need to (70) 。(67)处填()。AintoBoffContoDout30.The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal (71) and for later verification and (72) efforts: The documentation system we propose includes a central knowledge acquisition (73) which is (74) to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically, (75) within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.(73)处填()。AdatasetBcollectionCfileDdatabase31.UML是一种面向对象的统一建模语言。它包含十种图,其中,用例图展示了外部ACTOR与系统所提供的用例之间的连接,UML中的外部ACTOR是指 (24) 。状态图指明了对象所有可能的状态以及状态间的迁移。如果一个并发的状态由N个并发的子状态图组成,那么,该并发状态在某时刻的状态由 (25) 个子状态图中各取一个状态组合而咸。协作图描述了协作的 (26) 之间的交互和链接。(26)处填()。A对象B类C用例D状态32.软件设计中划分模块的一个准则是 (15) 。两个模块之间的耦合方式中, (16) 合的耦合度最高, (17) 的耦合度最低。一个模块内部的聚敛种类中, (18) 内聚的内聚度最高, (19) 的内聚度最低。(17)处填()。A数据B非直接C控制D内容33.The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal (71) and for later verification and (72) efforts: The documentation system we propose includes a central knowledge acquisition (73) which is (74) to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically, (75) within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.(74)处填()。AeditedBupdatedCexchangedDrevised34.You want to use the Web to let Eternal users or your customers look at corporate information. But you want to keep installation at the user end (66) and you don’t want just anyone to get (67) your databases.That may be where an application server enters the picture. For more user machine independent, these t software packages, typically written in the (68) programming language.for use on Windows NT-based systems, act as go-betweens linking browser-equipped end users to the databases that (69) the information they need to (70) 。(68)处填()。ACBC+CSQLDJAVA35.The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal (71) and for later verification and (72) efforts: The documentation system we propose includes a central knowledge acquisition (73) which is (74) to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically, (75) within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.(75)处填()。AtemplatesBsamplesCexamplesDtemper36.软件设计中划分模块的一个准则是 (15) 。两个模块之间的耦合方式中, (16) 合的耦合度最高, (17) 的耦合度最低。一个模块内部的聚敛种类中, (18) 内聚的内聚度最高, (19) 的内聚度最低。(18)处填()。A偶然B逻辑C功能D过程37.You want to use the Web to let Eternal users or your customers look at corporate information. But you want to keep installation at the user end (66) and you don’t want just anyone to get (67) your databases.That may be where an application server enters the picture. For more user machine independent, these t software packages, typically written in the (68) programming language.for use on Windows NT-based systems, act as go-betweens linking browser-equipped end users to the databases that (69) the information they need to (70) 。(69)处填()。AheldBheltCholdDholt38.软件设计中划分模块的一个准则是 (15) 。两个模块之间的耦合方式中, (16) 合的耦合度最高, (17) 的耦合度最低。一个模块内部的聚敛种类中, (18) 内聚的内聚度最高, (19) 的内聚度最低。(19)处填()。A偶然B逻辑C功能D过程39.You want to use the Web to let Eternal users or your customers look at corporate information. But you want to keep installation at the user end (66) and you don’t want just anyone to get (67) your databases.That may be where an application server enters the picture. For more user machine independent, these t software packages, typically written in the (68) programming language.for use on Windows NT-based systems, act as go-betweens linking browser-equipped end users to the databases that (69) the information they need to (70) 。(70)处填()。AaccessBaccessingCassertDasserting40.比较以下各数,最大的一个是 (7) ,最小的一个是 (8) 。A(11010110)2B(327)8C(213)10D(11F)16 41.缓冲技术中的缓冲池在 (60) 中,引入缓冲的主要目的是 (61) 。A主存B外存CROMD寄存器 42.类库是一种事先定义好的程序库,它以程序模块的形式,按照 (56) 把一组类的定义和实现组织在一起。 (57) 对类库的建立提供了强有力的支持。A类的功能B类的层次结构C实例之间的调用关系D类的类型 43.在软件开发模型中,螺旋模型将瀑布模型和演化模型相结合,并增加了 (47) 。喷泉模型描述了 (48) 的开发模型。A系统工程B风险分析C设计评审D进度控制 44.有一邻接矩阵如果是有向图,则该图共有 (42) 条弧;如果是无向图,则该图共有 (43) 条边。 45.TCP/IP协议中IP提供的服务是 (27) ,物理层传输的是 (28) 。A传输层服务B网络层服务C会话层服务D表示层服务 46.在用MPEG格式存储的图像序列中,不能随机恢复一幅图像的原因是它使用了 (32) 技术,影响这种图像数据压缩比的主要因素是 (33) 。A帧内图像数据压缩B帧间图像数据压缩C傅里叶变换D哈夫曼编码 47.比较以下各数,最大的一个是 (7) ,最小的一个是 (8) 。A(11010110)2B(327)8C(213)10D(11F)16 48.由固定分区方式发展到分页存储管理方式的主要推动力是 (14) ;由分页系统发展为分段系统,进而又发展为段页式系统的主要目的来源于 (15) 和 (16) 。A提高系统吞吐量B提高系统交换能力C提高内存利用率D提高系统资源效率 49.缓冲技术中的缓冲池在 (60) 中,引入缓冲的主要目的是 (61) 。A节省内存B协调CPU和FO设备之间速度不匹配的情况C提高CPU的利用率D提高FO设备的效率 50.类库是一种事先定义好的程序库,它以程序模块的形式,按照 (56) 把一组类的定义和实现组织在一起。 (57) 对类库的建立提供了强有力的支持。A引用B封装C重置D类属类第24页 共24页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页第 24 页 共 24 页

    注意事项

    本文(2021山西软件水平考试考试模拟卷(2).docx)为本站会员(w****)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开