2016上半年数据库系统工程师考试上午真题(3)

数据库系统工程师 责任编辑:木木 2016-06-15

添加老师微信

备考咨询

加我微信

摘要:下面希赛软考学院为你整理了2016年上半年数据库系统工程师考试真题的上午题,助你修炼出一身“绝技”,应对来年的数据库系统工程师考试。

      《五年高考三年模拟》相当于高考“武功秘籍”中的《九阴真经》。海量的题库,对真题详尽的解析,备受老师和学生的追捧。可见,真题是应对考试的上好资料,下面希赛软考网为你整理了2016年上半年数据库系统工程师考试真题的上午题,助你修炼出一身“绝技”,应对来年的数据库系统工程师考试


    >>>点击进入数据库系统工程师考试历年真题在线测试


    2016年上半年数据库系统工程师考试上午试题第三部分

    ●系统中同时运行多个事务,若其中一个事务因为自身故障被系统强行退出,而其它事务仍正常运行,这种故障称为()。该故障发生时,会造成数据库的不一致,解决的方法是()。

      (52)A.事务故障

      B.系统故障

      C.介质故障

      D.程序BUG

      (53)A.由用户对该事务进行回滚

      B.由程序对该事务进行补偿操作

      C.由DBMS对该事务进行回滚

      D.由DBA对该事务进行回滚

      ●如图所示的并发调度,假设事务T1、T2执行前数据项X.Y的初值为X=100,Y=200。该调度执行完成后,X.Y的值为();此类不一致性称为()。

数据库上6.png

      (54)A.X=70,Y=300

      B.X=70,Y=330

      C.X=70,Y=270

      D.X=70,Y=230

      (55)A.丢失修改

      B.读脏数据

      C.不可重复读

      D.破坏事务原子性

      ●运行中的系统因为故障导致服务器重启,正在执行的事务中断,破坏了事务的原子性,恢复的方法是利用日志进行()操作;而已经提交的事务在故障发生时尚未写入磁盘,破坏了事务的(),恢复的方法是利用日志进行Redo操作。

      (56)A.Undo

      B.Redo

      C.CoDunit

      D.Rollback

      (57)A.原子性

      B.一致性

      C.隔离性

      D.持久性

      ●在数据库应用系统开发过程中,常采用()来实现对数据库的更新操作,其内部以事务程序的方式来编写。

      (58)A.视图

      B.索引

      C.存储过程

      D.触发器

      ●以下关于扩展E-R图设计的描述中,正确的是()。

      (59)A.联系可以看作实体,与另一实体产生联系,称为聚合

      B.联系的属性可以是其关联实体的标识符属性

      C.属性可以与其它实体产生联系

      D.三个实体之间的联系与三个实体之间的两两联系是等价的

      ●数据库重构是指因为性能原因,对数据库中的某个表进行分解,再通过建立与原表同名的()以保证查询该表的应用程序不变;通过修改更新原表的()以保证外部程序对数据库的更新调用不变。

      (60)A.视图

      B.索引

      C.存储过程

      D.触发器

      (61)A.视图

      B.索引

      C.存储过程

      D.触发器

      ●全局概念层是分布式数据库的整体抽象,包含了系统中全都数据的特性和逻辑结构,从其分布透明特性来说,包含的三种模式描述信息中不包括()模式。

      (62)A.全局概念

      B.分片

      C.分配

      D.访问

      ●以下NoSQL数据库中,()是一种高性能的分布式内存对象缓存数据库,通过缓存数据库查询结果,减少数据库访问次数,以提高动态Web应用的速度,提高可扩展性。

      (63)A.MongoDB.

      B.Memcached

      C.Neo4j

      D.Hbase

      ●聚类的典型应用不包括(),()是一个典型的聚类算法。

      (64)A.商务应用中,帮助市场分析人员发现不同的客户群

      B.对WEB上的文档进行分类

      C.分析WEB日志数据,发现相同的用户访问模式

      D.根据以往病人的特征,对新来的病人进行诊断

      (65)A决策树

      B.Apriori

      C.k-means

      D.SVM

      ●默认情况下,FTP服务器的控制端口为(),上传文件时的端口为()。

      (66)A.大于1024的端口

      B.20

      C.80

      D.2 1

      (67)A.大于1 024的端口

      B.20

      C.80

      D.21

      ●使用ping命令可以进行网络检测,在进行一系列检测时,按照由近及远原则,首先执行的是()。

      (68)A.ping默认网关

      B.ping本地IP

      C.ping127.0.0.1

      D.ping远程主机

      ●某PC的Inrernet协议属性参数如下图所示,默认网关的IP地址是()。

数据库上7.png

      (69)A.8.8.8.8

      B.202117.115.3

      C.192.168.2.254

      D.202.117.11518

      ●在下图一的SNMP配置中,能够响应Manager2的getRequest请求的是()。

数据库上8.png

      (70)A.Agentl

      B.Agent2

      C.Agent3

      D.Agent4

      ●In the fields of physical security and information security,access control is the selective restriction of access to a place or other resource.The act of accessing may mean consuming,entering,or using.Permission to access a resource is called authorization(授权).

      An access control mechanism()between a user(or a process executing on behalf of a user)and system resources,such as applications,operating systems,firewalls;routers,files,and databases.The system must first authenticate(验证)a user seeking access.Typically the authentication function determines whether the user is()to access the system at all.

      Then the access control function determines if the specific requested access by this user is permitted.A security administrator maintains an authorization database that specifies what type of access to which resources is allowed for this user.The access control function consults this database to determine whether to()access.An auditing function monitors and keeps a record of user accesses to system resources.

      In practice,a number of()may cooperatively share the access control function.All Operating systems have at least a rudimentary(基本的).and in many cases a quite robust,access control component.Add-on security packages can add to the()access control capabilities of the OS.Particular applications.or utilities,such as a database management system,also incorporate access control functions.External devices,such as firewalls,can also provide access control services.

      (71)A.cooperates

      B.coordinates

      C.connects

      D.mediates

      (72)A.denied

      B.permitted

      C.prohibited

      D.rejected

      (73)A.open

      B.monitor

      C.grant

      D.seek

      (74)A.components

      B.users

      C.mechanisms

      D.algorithms

      (75)A.remote

      B.native

      C.controlled

      D.automated


    >>>点击查看2016年上半年数据库系统工程师考试上午真题答案与解析

    >>>返回总目录:2016年上半年数据库系统工程师上午真题汇总


    相关推荐:

    2016年上半年数据库系统工程师考试下午真题(标准参考答案)

    2015年上半年数据库系统工程师考试上午真题(标准参考答案)

    2014年上半年数据库系统工程师考试上午真题(解析+标准答案)

更多资料
更多课程
更多真题
温馨提示:因考试政策、内容不断变化与调整,本网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!

软考备考资料免费领取

去领取