2022云南软件水平考试考试模拟卷(4).docx
《2022云南软件水平考试考试模拟卷(4).docx》由会员分享,可在线阅读,更多相关《2022云南软件水平考试考试模拟卷(4).docx(20页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2022云南软件水平考试考试模拟卷(4)本卷共分为1大题50小题,作答时间为180分钟,总分100分,60分及格。一、单项选择题(共50题,每题2分。每题的备选项中,只有一个最符合题意) 1.数据模型的三要素指 (51) ;其中 (52) 是对数据系统的静态特性的描述, (53) 是对数据库系统的动态特性的描述。A. 数据类型,数据值,数据操作 B. 数据类型,数据值,数据结构 C. 数据结构,数据操作,数据完整性约束 D. 数据类型,数据结构,数据完整性约束 2.As mentioned above, C imposes relatively few built - in ways of d
2、oing things on the program- mer. Some common tasks, such as manipulating (66) , (67) , and doing (68) (I/O), are performed by calling on library functions. Other tasks which you might want to do, such as creating or listing directories, or interacting with a mouse, or displaying windows or other (69
3、) elements, or doing color graphics, are not defined by the C language at all. You can do these things from a C program, of course, but you will be calling on services which are peculiar to your programming environment (70) , processor, and operating system) and which are not defined by the C standa
4、rd. Since this course is about portable C programming, it will also be steering clear of facilities not provided in all C environments.A. lines B. strings C. threads D. routes 3.The Simple Network Management Protocol (SNMP)is an (66) protocol that facilitates the exchange of management information b
5、etween (67) . It is part of the Transmission Control Protocol/Internet Protocol(TCP/IP) protocol suite. SNMP enables network (68) to manage network performance, find and sole network problems, and plan for (69) An SNMP -managed network consists of three key components: managed devices , (70) ,and ne
6、twork -management systems .A. network stations B. network clients C. network devices D. network servers 4.计算机的使用方式有如下的 (2) 方式。其中, (3) 方式是把一批数据集中起来,通过通信线路传送到计算中心,由批处理程序加以处理。 批处理 远程批处理 双机 实时 分时 网络A. 远程批处理 B. 批处理 C. 双机 D. 分时 5.一条指令的执行可划分成取值,分析和执行三个部分,不同的部分由不同自由独立的硬件完成设每一指令完成取值,分析和执行三部分的时间分别为2ns,3ns,1ns
7、现有100条指令,若顺序执行这些指令需要 (23) ;若采用流水方式执行这些指令则需要 (24) 。A. 200ns B. 300ns C. 500ns D. 600ns 6.数据的独立性是指 (28) 是相互独立的;它又可分为 (29) 。A. 内存数据独立性和外存数据独立性 B. 逻辑数据独立性和物理数据独立性 C. 数据库数据独立性和数据库外数据独立性 D. 结构化数据独立性和非结构化数据独立性 7.Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented
8、paradigm. Object-oriented analysis consists of three steps. The first step is (71) . It determines how the various results are computed by the product and presents this information in the form of a (72) . and associated scenarios. The second is (73) , which determines the classes and their attribute
9、s; Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form of (75) .A. collaboration diagram B. sequence diagram C. use-case diagram D. activity d
10、iagram 8.等值连接可由基本的关系运算 (32) 等价表达。给定关系贯、S如下图所示,则RS= (33) 。A、和B-、和C、和 D、和9.The Simple Network Management Protocol (SNMP)is an (66) protocol that facilitates the exchange of management information between (67) . It is part of the Transmission Control Protocol/Internet Protocol(TCP/IP) protocol suite. S
11、NMP enables network (68) to manage network performance, find and sole network problems, and plan for (69) An SNMP -managed network consists of three key components: managed devices , (70) ,and network -management systems .A. servers B. administrators C. computers D. routers 10.一条指令的执行可划分成取值,分析和执行三个部
12、分,不同的部分由不同自由独立的硬件完成设每一指令完成取值,分析和执行三部分的时间分别为2ns,3ns,1ns现有100条指令,若顺序执行这些指令需要 (23) ;若采用流水方式执行这些指令则需要 (24) 。A. 291ns B. 293ns C. 303ns D. 311ns 11.数据模型的三要素指 (51) ;其中 (52) 是对数据系统的静态特性的描述, (53) 是对数据库系统的动态特性的描述。A. 数据值 B. 数据类型 C. 数据结构 D. 数据操作 12.As mentioned above, C imposes relatively few built - in ways o
13、f doing things on the program- mer. Some common tasks, such as manipulating (66) , (67) , and doing (68) (I/O), are performed by calling on library functions. Other tasks which you might want to do, such as creating or listing directories, or interacting with a mouse, or displaying windows or other
14、(69) elements, or doing color graphics, are not defined by the C language at all. You can do these things from a C program, of course, but you will be calling on services which are peculiar to your programming environment (70) , processor, and operating system) and which are not defined by the C sta
15、ndard. Since this course is about portable C programming, it will also be steering clear of facilities not provided in all C environments.A. allocating storage B. allocating memory C. distributing memory D. assigning storage 13.Object-oriented analysis (OOA) is a semiformal specification technique f
16、or the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71) . It determines how the various results are computed by the product and presents this information in the form of a (72) . and associated scenarios. The second is (73) , which determines the clas
17、ses and their attributes; Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form of (75) .A. use-case modeling B. class modeling C. dynamic model
18、ing D. behavioral modeling 14.等值连接可由基本的关系运算 (32) 等价表达。给定关系贯、S如下图所示,则RS= (33) 。 15.数据库数据字典由 (54) 组成,它 (55) 。A. 关系和操作 B. 数据、关系和操作 C. 基本表和用户可存取的视图 D. 系统人员可存取的数据和用户可存取的视图 16.The Simple Network Management Protocol (SNMP)is an (66) protocol that facilitates the exchange of management information between (
19、67) . It is part of the Transmission Control Protocol/Internet Protocol(TCP/IP) protocol suite. SNMP enables network (68) to manage network performance, find and sole network problems, and plan for (69) An SNMP -managed network consists of three key components: managed devices , (70) ,and network -m
20、anagement systems .A. network growth B. network structure C. network architectureD. network servers 17.某超市的商品(商品号,商品名称,生产商,单价)和仓库(仓库号,地址,电话,商品号,库存量)两个基本关系如表1和表2所示。 表1 18.数据模型的三要素指 (51) ;其中 (52) 是对数据系统的静态特性的描述, (53) 是对数据库系统的动态特性的描述。A. 数据值 B. 数据类型 C. 数据结构 D. 数据操作 19.Object-oriented analysis (OOA) is a
21、 semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71) . It determines how the various results are computed by the product and presents this information in the form of a (72) . and associated scenarios. The secon
22、d is (73) , which determines the classes and their attributes; Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form of (75) .A. use-case modeli
23、ng B. class modeling C. dynamic modeling D. behavioral modeling 20.部门DEPT (Deptno,Name,Tel,Leader)和职工EMP(Empno,Name,Sex,Address, Deptno)实体集,若一个职工只能属于一个部门,部门负责人Leader是一个职工。关系 DEPT和EMP的外码分别为 (30) ;下图中a、b处的实体名分别为 (31) 。ADeptno、EmpnoBName、DeptnoCLeader、DeptnoDName、Address21.As mentioned above, C imposes
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022 云南 软件 水平 考试 模拟
限制150内