单选题 (一共75题,共75分)

1.

计算机操作的最小时间单位是(  )。

2.

设指令由取指、分析、执行3个子部件完成,并且每个子部件的时间均为Δt。若采用常规标量单流水线处理机,连续执行20条指令,共需(  )。

3.

折半查找要求查找表中的数据为(  )。

4.

以下恶意代码中,不需要宿主程序的是(  )。

5.

甲乙丙三人分别就相同内容的计算机程序的发明创造,先后向国务院专利行政部门提出申请,(  )可以获得专利申请权。

6.

(  )的保护期限是可以延长的。

7.

以下关于C语言函数的说法中,不正确的是(  )。

8.

下列不属于电子邮件收发协议的是(  )。

9.

以下关于SQL的描述中,正确的是(  )。

10.

某数据库中有会员卡基本信息表(含余额信息)和消费记录表,现在需要通过触发器实现“新增消费记录后自动更新会员表的余额属性”,采用(  )触发器比较适合。

11.

关系模式R(U,F)中,U是属性集,F是函数依赖集,X、Y是U的子集。若Y∈XF+,则(  )。

12.

为了把一个满足BCNF的关系模式规范化为4NF,需要(  )。

13.

数据库恢复的基础是(  )。

14.

如果事务T获得了数据项R上的X锁,则T对R(  )。

15.

(  )不属于数据库恢复技术。

16.

计算机系统中,I/O接口的功能有(  )。

①数据传输及缓存;②设备状态检测和反馈;③I/O操作的控制与定时。

17.

计算机中使用系统总线结构的目的是便于增减外设,同时(  )。

18.

计算机在处理算数表达式78+21*(36-34)时,先将其转换成“( )”的后缀形式表示,然后利用栈进行计算。

19.

计算机在处理算数表达式78+21*(36-34)时,先将其转换成“78213634-*+”的后缀形式表示,然后利用( )进行计算。

20.

依次在初始为空的队列中插入元素5、6、7、8以后,紧接着做了两次删除操作,此时的队头元素是(  )。

21.

以下关于串的叙述中,错误的是(  )

22.

(  )的基本思想是先将待排的记录划分为独立的两个部分,然后分别对这两部分记录再执行该排序算法,最终使整个序列有序。

23.

TCP/IP的四层模型中,每一层都提供了安全协议,以下属于网络层安全协议的是(  )。

24.

(  )不属于基于生物特征的认证技术。

25.

(  )属于公钥加密算法。

26.

确保计算机系统机密性的方法中不包括(  )。

27.

数据块的传输过程中,(  )不需要CPU的参与。

28.

以下调度算法最适用于交互式系统的是(  )。

29.

能够不访问页表,实现快速将虚拟地址映射到物理地址的硬件机制是(  )。

30.

以下为同一进程的多个线程间共享的是(  )。

31.

系统为(  )分配的存储空间在程序运行过程中一般是不改变的。

32.

(  )是一种解释性、面向对象、动态类型的脚本语言。

33.

软件过程模型中,(  )首次引入风险管理。

34.

某软件需求“发送消息需要在1秒钟内得到响应”,该需求属于(  )。

35.

数据流图设计中,(  )描述了输入数据流到输出数据流之间的转换。

36.

在UML图中,(  )是场景的图形化表示,描述了以时间顺序组织的对象之间的交互活动。

37.

下列协议中,可以用于文件安全传输的是(  )。

38.

DNS协议的功能是(  )。

39.

某信息系统不断受到SQL注入攻击,应部署(  )进行安全防护,实时阻断攻击行为。

40.

模式是数据库中全体数据的逻辑结构和特征的描述,模式在某一时刻的一个具体值称为该模式的一个实例。模式和实例分别是相对(  )的。

41.

与层次模型和网络模型相比,关系模型(  )。

42.

以下关于数据库三级模式的说法中,正确的是(  )。

43.

以下选项中,(  )不属于关系模型中的完整性约束。

44.

在关系型数据库中,(  )。

45.

假设有关系E(学校名称,所在地)和F(学校名称,专业代码,分数线),查询所有学校所有专业的分数线,以及学校所在地的信息,对应的关系表达式为(  )。

46.

并发执行的各个事务之间不能互相干扰,属于事务的(  )。

47.

某会员管理系统需要对会员的账户余额进行限制,业务规则是“账户余额不能小于100”。该业务规则可采用(  )约束实现。

48.

某应用系统有两个表,会员表Member(Mld,Mname,Mphone,Mgender,Mage,balance,visible)和消费记录表DeaI(D_Id,Ddate,Dtype,Dvalue,M_Id),其中MId为会员编码。如果要查询“陈”姓会员的消费记录,对应的SQL语句为(  )。

49.

下表记录了某系统中各个学校的基本信息,关系运算(π主管部门)的结果是(  )。

中级数据库系统工程师,历年真题,2022年上半年(上午)《数据库系统工程师》真题

50.

数据库管理员对经理U1、U2赋予表D和M的插入权限。U1赋予实习生U3对表D的插入权限。U2发现当U3说服顾客办理信用卡后,每次都要找他注册,为了减少工作量,他也对U3赋予表M的插入权限。一段时间后,U1离职,数据库管理员收回权限,执行的SQL语句为REVOKE M FROM U1 CASCADE,此时U3仍具有的权限为(  )。

51.

在关系模式“学生(学号,姓名,性别,年龄,系号,系名)”中,一个学生只能属于一个系,“系名”对于码“学号”的数据依赖是( ),该关系模式最高属于2NF,将“学生”分解为两个关系模式:S(学号,姓名,性别,年龄,系号)和D(系号,系名),则此分解具有无损连接性,保持函数依赖。

52.

在关系模式“学生(学号,姓名,性别,年龄,系号,系名)”中,一个学生只能属于一个系,“系名”对于码“学号”的数据依赖是传递函数依赖,该关系模式最高属于( ),将“学生”分解为两个关系模式:S(学号,姓名,性别,年龄,系号)和D(系号,系名),则此分解具有无损连接性,保持函数依赖。

53.

在关系模式“学生(学号,姓名,性别,年龄,系号,系名)”中,一个学生只能属于一个系,“系名”对于码“学号”的数据依赖是传递函数依赖,该关系模式最高属于.2NF,将“学生”分解为两个关系模式:S(学号,姓名,性别,年龄,系号)和D(系号,系名),则此分解( )。

54.

以下关于触发器的说法中,正确的是(  )

55.

以下关于存储过程的说法中,错误的是(  )。

56.

一级封锁协议能够防止(  )。

①丢失修改;②不可重复读;③读脏数据。

57.

下表为两个事务T1和T2的一个并发调度。其中,数据项A的初值为3,B的初值为4;变量X、Y为事务中的局部变量。语句X=Read(A)表示读取数据项A的值到变量X,Write(A,X)表示将变量X的值写入数据项A中。此并发调度执行结束后A和B的值分别为( 56 );该调度是不正确的。

中级数据库系统工程师,历年真题,2022年上半年(上午)《数据库系统工程师》真题

58.

下表为两个事务T1和T2的一个并发调度。其中,数据项A的初值为3,B的初值为4;变量X、Y为事务中的局部变量。语句X=Read(A)表示读取数据项A的值到变量X,Write(A,X)表示将变量X的值写入数据项A中。此并发调度执行结束后A和B的值分别为A=7,B=6;该调度( )。

中级数据库系统工程师,历年真题,2022年上半年(上午)《数据库系统工程师》真题

59.

要求事务在读数据前必须先加S锁,读完后即释放的协议是(  )。

60.

两个事务T1和T2遵守两段锁协议,则并发调度结果(  )。

61.

数据库设计的6个阶段依次是:需求分析、(  ),数据库实施,数据库运行和维护。

62.

数据字典是(  )。

63.

某学生想要设计一个博客系统,在数据库的概念设计阶段提出了如下图所示的E-R模型,其中的联系类型为( ),联系的属性为发表时间。

中级数据库系统工程师,历年真题,2022年上半年(上午)《数据库系统工程师》真题

64.

某学生想要设计一个博客系统,在数据库的概念设计阶段提出了如下图所示的E-R模型,其中的联系类型为三元联系,联系的属性为( 64 )。

中级数据库系统工程师,历年真题,2022年上半年(上午)《数据库系统工程师》真题

65.

事务故障出现后,系统自动执行(  )以撤销该事务。

66.

由于机房断电,某个使用检查点记录的数据库出现故障,该故障属于(  )。

67.

大数据的特性一般包括(  )。

①数量大;②速度增长快;③多样性;④价值密度低。

68.

数据仓库是为了构建新的分析处理环境而出现的一种数据存储和组织技术,其特征不包括(  )。

69.

相比于集中式数据库,分布式数据库具有(  )的优点。

70.

以下关于MapReduce技术的说法中,不正确的是(  )。

71.

Corporate decision makers require access to information from multiple such sources. Seting up queries on individual sources is both cumbersome and( 71 ). Moreover, the sources of data may store only current data, whereas decision makers may need access to( 72 )dataas well. A data warehouse is a repository(or archive)of information gathered from multiple sources, stored under a unified schema, at a( 73 )site. Once gathered, the data are stored for a long time, permitting access to historical data. Thus, data warehouses provide the user with a single consolidated( 74 )to data, making decision-support queries easier to write. Moreover, by accessing information for decision support from a data warehouse, the decision maker ensures that online transaction- processing systems are not( 75 )by the decision-supportworkdoad.

72.

Corporate decision makers require access to information from multiple such sources. Seting up queries on individual sources is both cumbersome and( 71 ). Moreover, the sources of data may store only current data, whereas decision makers may need access to( 72 )dataas well. A data warehouse is a repository(or archive)of information gathered from multiple sources, stored under a unified schema, at a( 73 )site. Once gathered, the data are stored for a long time, permitting access to historical data. Thus, data warehouses provide the user with a single consolidated( 74 )to data, making decision-support queries easier to write. Moreover, by accessing information for decision support from a data warehouse, the decision maker ensures that online transaction- processing systems are not( 75 )by the decision-supportworkdoad.

73.

Corporate decision makers require access to information from multiple such sources. Seting up queries on individual sources is both cumbersome and( 71 ). Moreover, the sources of data may store only current data, whereas decision makers may need access to( 72 )dataas well. A data warehouse is a repository(or archive)of information gathered from multiple sources, stored under a unified schema, at a( 73 )site. Once gathered, the data are stored for a long time, permitting access to historical data. Thus, data warehouses provide the user with a single consolidated( 74 )to data, making decision-support queries easier to write. Moreover, by accessing information for decision support from a data warehouse, the decision maker ensures that online transaction- processing systems are not( 75 )by the decision-supportworkdoad.

74.

Corporate decision makers require access to information from multiple such sources. Seting up queries on individual sources is both cumbersome and( 71 ). Moreover, the sources of data may store only current data, whereas decision makers may need access to( 72 )dataas well. A data warehouse is a repository(or archive)of information gathered from multiple sources, stored under a unified schema, at a( 73 )site. Once gathered, the data are stored for a long time, permitting access to historical data. Thus, data warehouses provide the user with a single consolidated( 74 )to data, making decision-support queries easier to write. Moreover, by accessing information for decision support from a data warehouse, the decision maker ensures that online transaction- processing systems are not( 75 )by the decision-supportworkdoad.

75.

Corporate decision makers require access to information from multiple such sources. Seting up queries on individual sources is both cumbersome and( 71 ). Moreover, the sources of data may store only current data, whereas decision makers may need access to( 72 )dataas well. A data warehouse is a repository(or archive)of information gathered from multiple sources, stored under a unified schema, at a( 73 )site. Once gathered, the data are stored for a long time, permitting access to historical data. Thus, data warehouses provide the user with a single consolidated( 74 )to data, making decision-support queries easier to write. Moreover, by accessing information for decision support from a data warehouse, the decision maker ensures that online transaction- processing systems are not( 75 )by the decision-supportworkdoad.