【计算机类职业资格】中级数据库系统工程师上午试题-9 (1)及答案解析.doc
《【计算机类职业资格】中级数据库系统工程师上午试题-9 (1)及答案解析.doc》由会员分享,可在线阅读,更多相关《【计算机类职业资格】中级数据库系统工程师上午试题-9 (1)及答案解析.doc(30页珍藏版)》请在麦多课文档分享上搜索。
1、中级数据库系统工程师上午试题-9 (1)及答案解析(总分:71.00,做题时间:90 分钟)一、单项选择题(总题数:44,分数:71.00)1. (35) 是长期存储在计算机内的、有组织、可共享的数据集合。A) 数据库 B) 数据库系统 C) 数据库管理系统 D) 数据库应用系统(分数:1.00)A.B.C.D.2.B/S体系结构中属于客户端的是 (64) 。A浏览器 BWeb 服务器 C应用服务器 D数据库服务器(分数:1.00)A.B.C.D.3.若将某有序树 T转换为二叉树 T1,则 T中结点的后(根)序序列就是 T1中结点的 (27) 遍历序列。例如,下图(a)所示的有序树转化为二叉树
2、后如图(b)所示。(分数:1.00)A.B.C.D.4.线程要运行必需的资源,它 (12) 系统资源,与同属一进程的其它线程 (12) 进程所拥有的全部资源。A. 拥有 共享 B. 拥有 不共享C. 不拥有 共享 D. 不拥有 不共享(分数:1.00)A.B.C.D.Currently the Pentium chip or (71) , made by (72) , is the most common CPU though there are many other companies that produce processors for personal computers. One e
3、xample is the CPU made by Motorola which is used in Apple computers. With faster processors the clock speed becomes more important. Compared to some of the first computers which operated at below 30 megahertz ( (73) ) the Pentium chips began at 75 megahertz in the late 1990g. As of mid 2003 speeds n
4、ow exceed 3000 + megahertz or 3 gigahertz (check your local computer store for the latest speed) . It depends on the (74) that the chip is housed in, or the (75) , as to whether you are able to upgrade to a faster chip. The motherboard contains the circuitry and connections that allow the various co
5、mponent to communicate with each other.(分数:5.00)(1).A. processing B. professional C. processor D. producer(分数:1.00)A.B.C.D.(2).A. Internet B. Intel C. Intelligence D. Informal(分数:1.00)A.B.C.D.(3).A. MHz B. MEG C. MTZ D. MGH(分数:1.00)A.B.C.D.(4).A. cycle board B. circulate board C. circuit board D. ci
6、rcle board(分数:1.00)A.B.C.D.(5).A. motherboard B. centerboard C. multiboard D. cardboard(分数:1.00)A.B.C.D.5.下列排序算法中,某一趟结束后未必能选出一个元素放在其最终位置上的是 (14) A. 堆排序 B. 冒泡排序 C. 快速排序 D. 直接插入排序(分数:1.00)A.B.C.D.6.下面关于设备管理中缓冲区和缓冲池的描述,不正确的是: (30) 。A. 一个缓冲池包括多个缓冲区B. 一个缓冲区可分为多个缓冲池C. 系统中有多个缓冲区,仅有一个缓冲池D. 缓冲区的作用是缓解快速的 CPU与
7、慢速的设备之间的矛盾(分数:1.00)A.B.C.D.7.已知在某数据库中有一个名为“职工”的表,则查询 1975年之前出生的职工信息(姓名、性别和出生日期)的正确命令是 (64) 。职工. DBF:职工号 C(10),姓名 C(10),性别 C(2),出生日期 DA. SELECT 姓名,性别,出生日期 FROM 职工 WHERE 出生日期1975B. SELECT 姓名,性别,出生日期 FROM 职工 WHERE 出生日期1975C. SELECT 姓名,性别,出生日期 FROM 职工 WHERE YEAR (出生日期)1975D. SELECT 姓名,性别,出生日期 FROM 职工 WH
8、ERE YEAR (出生年月),1975(分数:1.00)A.B.C.D.8.若某时期投入市场的某型号机器上编制的软件能不加修改地运行于在它之前投入市场的机器上称做 (34) 。A) 向上兼容 B) 向下兼容 C) 向前兼容 D) 向后兼容(分数:1.00)A.B.C.D.C is sometimes referred to as a high -level (66) language. Some people think thats an insult, but its actually a deliberate and significant aspect of the language.
9、 If you have (67) in assembly language, youll probably find C very natural and comfortable (although if you continue to focus too heavily on machine - level details, youll probably end up with unnecessarily non- portable programs). If you havent programmed in assembly language, you may be frustrated
10、 by C s lack of certain higher - level features. In either case, you should understand why C was de- signed this way: so that seemingly - simple constructions expressed in C would not expand to arbitrarily expensive ( in time or (68) ) machine language constructions when (69) . If you write a C prog
11、ram simply and succinctly, it is likely to result in a succinct, efficient machine language executable. If you find that the (70) resulting from a C program is not efficient, its probably because of something silly you did, not because of something the compiler did behind your back which you have no
12、 control over. In any case, theres no point in complaining about Cs low - level flavor: C is what it is.(分数:5.00)(1).A. assembly B. combination C. grouping D. compounding(分数:1.00)A.B.C.D.(2).A. done B. taken C. built D. programmed(分数:1.00)A.B.C.D.(3).A. site B. place C. space D. dimension(分数:1.00)A.
13、B.C.D.(4).A. compiled B. translated C. accumulated D. gathered(分数:1.00)A.B.C.D.(5).A. efficient program B. executable programC. executable words D. performable words(分数:1.00)A.B.C.D.9.以下关于关系模式关键字的说法中不正确的是 (55) 。A) 关键字不能取空值 B) 所有的关系模式都有关键字C) 一个关系模式只能有一个主关键字 D) 一个关系模式只能有一个候选关键字(分数:1.00)A.B.C.D.10.有关概念
14、结构设计,下列说法正确的是 (54) 。有关概念结构设计,下列说法正确的是 (54) 。A概念结构设计是应用程序模块设计的基础B概念结构设计只应用到数据字典C概念结构设计与具体 DBMS无关D概念结构设计就是确定关系模式(分数:1.00)A.概念结构设计是应用程序模块设计的基础B.概念结构设计只应用到数据字典C.概念结构设计与具体 DBMS无关D.概念结构设计就是确定关系模式栈的输入序列是 1234,要想得到 4321和 3421的输出序列,则应进行的运算序列分别是 (40) 和 (41) 。(进代表进栈,出代表出栈)(分数:2.00)(1).A. 进出进出进出进出 B. 进进进进出出出出C.
15、 进进出出进进出山 D. 进进出出进出进出(分数:1.00)A.B.C.D.(2).A. 进出进出进出进出 B. 进出进出进进出出C. 进进进出进出出出 D. 进进出出进出进出(分数:1.00)A.B.C.D.11.在下列流程图中 (1) 永远不会正常结束。(分数:1.00)A.B.C.D.12.中断自理过程可分为以下五个步骤,它们依次是:关中断, (37) ,开中断。A. 保留现场,捕捉故障,恢复现场 B. 记录现场,记录时钟,恢复现场C. 保存地址,转中断服务程序,释放地址 D. 保留现场,转中断服务程序,恢复现场(分数:1.00)A.B.C.D.13.下列不属于数据挖掘技术的是 (59)
16、 。A近邻算法 B决策树 C人工神经网络 DRSA(分数:1.00)A.B.C.D.(61) 是关系数据库的标准语言,它主要由 (62) 和一些其它语言要素组成。(分数:2.00)(1).A. C B. C+ C. Pascal D. SQL(分数:1.00)A.B.C.D.(2).A. 数据定义语言,数据操纵语言和数据控制语言B. 数据定义语言,数据操纵语言和数据说明语言C. 数据定义语言,数据说明语言和数据控制语言D. 数据说明语言,数据操纵语言和数据控制语言(分数:1.00)A.B.C.D.14.在 CPU与主存之间设置高速缓冲存储器(Cache),其目的是为了 (2) 。在 CPU与主
17、存之间设置高速缓冲存储器(Cache),其目的是为了 (2) 。A扩大主存的存储容量 B提高 CPU对主存的访问效率C既扩大主存容量又提高存取速度 D提高外存储器的速度(分数:1.00)A.扩大主存的存储容量B.提高 CPU对主存的访问效率C.既扩大主存容量又提高存取速度D.提高外存储器的速度15.临界区是指 (12) 。A) 进程中访问临界资源的代码 B) 进程中实现资源共享的代码C) 进程中临界资源所处的物理地址 D) 进程中临界资源所处的虚拟地址(分数:1.00)A.B.C.D.在微机中,中断过程包括 (6) ,总线组成包括 (7) 。(分数:2.00)(1).A. 中断请求、中断响应、
18、中断处理、中断结束B. 中断请求、中断处理、中断返回C. 中断响应、中断处理、中断返回D. 中断请求、中断响应、中断处理、中断返回(分数:1.00)A.B.C.D.(2).A. 数据线、地址线、控制线 B. 信号线C. 数据线、地址线、控制线、电源 D. 信号线、总线控制器、附属电路(分数:1.00)A.B.C.D.16.系统故障的恢复_。A仅需要使用日志 B仅需要使用备份C必须使用日志和备份 D仅需要使用日志或备份(分数:1.00)A.B.C.D.17.数据字典的主要任务是管理有关数据的信息,其主要作用有 (45) 。A. 供数据库管理系统快速查找有关对象的信息B. 供数据库管理员查询,以掌
19、握整个系统的运行情况C. 支持数据库设计与系统分析。D. A、B 和 C(分数:1.00)A.B.C.D.若关系 R、S 如下图所示,则 R S后的属性列数和元组个数分别为 (33) : 1,4( 3=6(RS)= (34) ;RS= (35) 。(分数:3.00)(1).A4 和 3 B4 和 6 C6 和 3 D6 和 6(分数:1.00)A.B.C.D.(2).A A,D( C=D(RS) B A,R.D( S.C=R.D(RS)C A,R.D( R.C=S.D(RS) D R.A,R.D( S.C=S.D(RS)(分数:1.00)A.B.C.D.(3). (分数:1.00)A.B.C.
20、D.18.有一个段页式虚拟存储器,其虚地址有 2位段号,3 位页号,9 位页内位移,该地址空间中共有 (22) 虚页。A) 32 B) 16 C) 14 D) 5(分数:1.00)A.B.C.D.The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modem software development. The notions of (71) and scenarios have been proven to be an exc
21、ellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive (72) which is concluded with a well-defined (73) and can be further broken down int
22、o (74) - a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group (75) logically by nature.(分数:5.00)(1).A. artifacts
23、 B. use-cases C. actors D. workers(分数:1.00)A.B.C.D.(2).A. orientations B. views C. aspects D. phases(分数:1.00)A.B.C.D.(3).A. milestone B. end-mark C. measure D. criteria(分数:1.00)A.B.C.D.(4).A. rounds B. loops C. iterations D. circularities(分数:1.00)A.B.C.D.(5).A. functions B. workflows C. actions D. a
24、ctivities(分数:1.00)A.B.C.D.19.在用电缆传输基带脉冲信号时,缆线越长,高频衰耗越 (33) ,通频带越 (33) 。A. 轻微 窄 B. 轻微 窄 C. 严重 窄 D. 严重 宽(分数:1.00)A.B.C.D.20.对有 18个元素的有序表做折半查找,则查找 A3的比较序列的下标依次为 (13) 。A. 1-2-3 B. 9-5-2-3 C. 9-5-3 D. 9-4-2-3(分数:1.00)A.B.C.D.21.脉冲编码调制的过程简单而言可分为三个过程,下面 (8) 不是其中的一个过程。A. 采样 B. 编码 C. 量化 D. 压缩(分数:1.00)A.B.C.D
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 职业资格 中级 数据库 系统 工程师 上午 试题 91 答案 解析 DOC
