当前位置:文档之家› 计算机四级数据库考试模拟试题

计算机四级数据库考试模拟试题

计算机四级数据库考试模拟试题
计算机四级数据库考试模拟试题

计算机四级数据库考试模拟试题

一、选择题:( 共70 题,每题1 分,满分70 分。其中1-55 题为中文题,56-70 题为英文题)。下列各题A)、B)、C)、D)四个选项中,只有一个是正确的,请将正确选项涂写在答题卡相应位置上,答在试卷上不得分。

(1)若一个子程序起始地址为3K,调用指令CALL 的内存地址为K+1,则执行CALL 指令所要执行指令的地址为( )。

A) 3K

B) 3K+1

C) 3K-1

D) K+2

(2)若逻辑变量X=0,Y=1,则执行按位加X Y 以后的值为( )。

A) 1

B) 0

C) 10

D) 2

(3)一般情况下,操作数左移3 位的结果是原操作数( )。

A) 整除8

B) 乘以8

C) 整除4

D) 乘以4

(4) 设用一维数组A[1 n]来存储一个栈,令A[n] 为栈底,

用整型变量T 指示当前栈顶位置,A[T]为栈顶元素。当从栈中弹出一个元素时,变量T 的变化为( )。

A) T:=T+1

B) T:=T-1

C) T 不变

D) T:=n

(5)在排序方法中,关键码比较次数与记录的初始排列无关的是( )。

A)Shell 排序

B)归并排序

C) 直接插入排序

D)选择排序

(6) 对一棵非空的二叉树(设第0 层为根结点),那么其第i 层上至多有多少个结点( )。

A) i

B) 2i-1

C) 2i+1

D) 2i

(7)对下列四个序列用快速排序方法进行排序,以序列的第一个元素为划分的基准。在第一趟划分过程中,元素的移动次数最多的是哪一个序列?( )。

A) 70,75,68,23,10,16,90,82

B) 82,75,70,16,10,90,68,23

C) 70,75,82,90,23,16,10,68

D) 23,10,16,70,82,75,68,90

(8) 数组Q[0,n-1]作为一个环形队列,f 为当前队头元素的前一位置,r为队尾元素的位置,假定队列中元素的个数总小于n,队列中元素的个数是什么?( )。

A)r-f

B)n+f-r

C)n+r-f

D)(n+r-f)mod n

(9)A={x|x100 且为质数},在 A 上定义*和如下:x*y=max(x,y),xy=LCM(x,y),x,yA,这里LCM(x, y)表示x 与y 的最小公倍数,则下面命题正确的是:( )。

Ⅰ构成代数系统;

Ⅱ构成代数系统;

A)只有Ⅰ

B) 只有Ⅱ

C) Ⅰ和Ⅱ

D)没有

(10)设V 和E分别为无向连通图G 的点割集和边割集,下面的说法中正确的是( )。

Ⅰ.G-E的连通分支数p(G-E)=2。

Ⅱ. G-V的连通分支数p(G-V)一定等于G-E的连通分支数p(G-E)。

Ⅲ. G-V的连通分支数p(G-V)2。

A) Ⅰ和Ⅱ

B) Ⅰ和Ⅲ

C) Ⅱ

D)没有

(11)设R,S 是集合A 上的二元关系,则下面命题是真命题的是( )。

A) 若R,S 是自反的,则RS 是自反的

B) 若R,S 是反自反的,则RS 是反自反的

C) 若R,S 是对称的,则RS 是对称的

D) 若R,S 是传递的,则RS 是传递的

(12)下面的谓词公式是有效式的是( )。

Ⅰ( x)( y)p(x,y) ( y)( x)p(x,y)

Ⅱ┐( x)(p(x)( y)q(y))( y)q(y)

Ⅲ( x)(p(x)q(x))( (x)p(x)( y)q(y)

A)Ⅰ和Ⅱ

B)只有Ⅱ

C)只有Ⅲ

D)只有Ⅰ

(13)下面的符号集合中,是前缀码的是( )。其中

B1={0,10,110,1111}、B2={1,01,001,000}、B3={1,11,101,001,0011}、B4={b,c,aa,ac,aba,abb,abc}

A) B1 和B2

B) B2 和B3

C) B1、B2和B4

D) B1、B2和B3

(14)下面命题的判断正确的是( )。

Ⅰ完全图Kn(n1)都是哈密尔顿图;

Ⅱ完全二部图Kn,m(n1,m1)都是欧拉图;

Ⅲ任何平面图G 的对偶图G*的对偶图G**与G 同构。

A) 只有Ⅰ和Ⅱ为真

B) 只有Ⅲ为真

C) 只有Ⅱ为假

D)全为假

(15)已经获得除( )以外的所有运行所需资源的进程处于就绪状态。

A)存储器

B)CPU

C)外设

D)磁盘空间

(16) 在存储分配的策略中,( ) 是程序员在编程时或者编译程序对源程序编译时直接指定存储区。

A)直接分配

B)间接分配

C)态分配

D)动态分配

(17)操作系统的作用是( )。

A) 把源程序编译为目标程序

B) 便于进行目标管理

C) 控制和管理系统资源的使用

A)只有Ⅰ

B) 只有Ⅱ

C) Ⅰ和Ⅱ

D)没有

(10)设V 和E分别为无向连通图G 的点割集和边割集,下面的说法中正确的是( )。

Ⅰ.G-E的连通分支数p(G-E)=2。

Ⅱ. G-V的连通分支数p(G-V)一定等于G-E的连通分支数p(G-E)。

Ⅲ. G-V的连通分支数p(G-V)2。

A) Ⅰ和Ⅱ

B) Ⅰ和Ⅲ

C) Ⅱ

D)没有2

(11)设R,S 是集合A 上的二元关系,则下面命题是真命题的是( )。

A) 若R,S 是自反的,则RS 是自反的

B) 若R,S 是反自反的,则RS 是反自反的

C) 若R,S 是对称的,则RS 是对称的

D) 若R,S 是传递的,则RS 是传递的

(12)下面的谓词公式是有效式的是( )。

Ⅰ( x)( y)p(x,y) ( y)( x)p(x,y)

Ⅱ┐( x)(p(x)( y)q(y))( y)q(y)

Ⅲ( x)(p(x)q(x))( (x)p(x)( y)q(y)

A)Ⅰ和Ⅱ

B)只有Ⅱ

C)只有Ⅲ

D)只有Ⅰ

(13)下面的符号集合中,是前缀码的是( )。其中B1={0,10,110,1111}、B2={1,01,001,000}、B3={1,11,101,001,0011}、B4={b,c,aa,ac,aba,abb,abc}

A) B1 和B2

B) B2 和B3

C) B1、B2和B4

D) B1、B2和B3

(14)下面命题的判断正确的是( )。

Ⅰ完全图Kn(n1)都是哈密尔顿图;

Ⅱ完全二部图Kn,m(n1,m1)都是欧拉图;

Ⅲ任何平面图G 的对偶图G*的对偶图G**与G 同构。

A) 只有Ⅰ和Ⅱ为真

B) 只有Ⅲ为真

C) 只有Ⅱ为假

D)全为假

(15)已经获得除( )以外的所有运行所需资源的进程处于就绪状态。

A)存储器B)CPU C)外设D)磁盘空间

(16) 在存储分配的策略中,( ) 是程序员在编程时或者编译程序对源程序编译时直接

指定存储区。

A)直接分配B)间接分配C)静态分配D)动态分配

(17)操作系统的作用是( )。

A) 把源程序编译为目标程序

B) 便于进行目标管理

C) 控制和管理系统资源的使用

D) 实现软硬件的转接

(18)进程调度的关键问题是选择合理的( )和进行恰当的代码转换。

A)时间片间隔B)调度算法C)CPU 速度D)内存空间

(19)

( )存储管理支持多道程序设计,算法简单,但存储器碎片多。

A) 段式B)页式C)段页式D)固定分区

(20)虚存技术是( )。

A)扩充内存物理空间的技术B)扩充相对地址空间的技术

C)扩充外存空间的技术D)扩充输入/输出缓存区技术

(21)缓冲技术用于( )。

A)提高主机和设备交换信息的调度

B)提供主、辅存接口

C)提高设备利用率

D)扩充相对地址空间

(22)通道是一种( )。

A)I/O 端口B)数据通道C)I/O 专用处理机D)软件工具

(23)在请求分页存储管理中,若采用FIFO 页面淘汰算法,则当分配的页面增加时,缺页

中断的次数( )。

A)减少B)增加C)无影响D)可能增加也可能减少

(24)软件的复审是保证软件质量的必要手段,下述

Ⅰ.软件的可追溯性

Ⅱ.软件的可维护性

Ⅲ.方案的可选择性

Ⅳ.接口的明确性

( )是软件复审时所涉及的技术内容?

A) Ⅰ和ⅡB) Ⅰ、Ⅱ和ⅢC) Ⅱ和ⅢD) 都正确

(25)以下关于结构化程序的说法中,正确的是( )。

A)结构化程序由单入口,单出口和循环三种结构组成

B)结构化程序由顺序、单入口和单出口三种结构组成

C)结构化程序由顺序、循环和GOTO语句结构组成

D)结构化程序由顺序、循环和分支三种结构组成

(26)原型化方法大致可分为三类,它们是抛弃式、演化式和( )。

A)递增式B)维护式

C)测试式D)技术式

(27)不论采用何种技术方法开发软件,都必须完成一系列性质各异的工作,下述工作:

Ⅰ.怎样做

Ⅱ.修改

Ⅲ.做什么

Ⅳ.实现和完善

( )是必须完成的工作。

A) Ⅰ和ⅡB) Ⅰ、Ⅲ和ⅣC) Ⅱ和ⅢD) 都正确

(28) 需求分析所要做的工作是深入描述软件的功能和性能,确定软件设计的限制和软件同

其他系统元素的接口细节,定义软件的其他有效性需求。

分析员通过需求分析,逐步

细化对软件的需求,描述软件要处理的(),并给软件开发提供一种可转化为数据设计,结构设计和过程设计的数据与功能表示。

A)过程B)对象C)数据域D)环境

(29)需求分析的目的是理清数据流或数据结构,导出完全的、精制的( )。

A)系统流程图B)系统逻辑模型C)系统物理模型D)数据流图

(30)在下述( )测试中,测试程序的设计者必须接触到源程序。

Ⅰ. 功能测试

Ⅱ. 结构测试

A) 均不须B) 只有ⅠC) 只有ⅡD) Ⅰ和Ⅱ

(31) 耦和是软件中各模块间相互联系的一种度量,耦和的强弱取决于模块间接口的复杂程

度,耦和的若干种类中,耦和度最高的是( )。

A)内容耦和B)非直接耦和C)数据耦和D)控制耦和

(32 )制定软件计划的目的在于尽早对欲开发的软件进行合理估价,软件计划的任务是( )。

A) 规划与调度B) 分析与估算C) 设计与测试D) 组织与管理

(33)在数据库技术中,只描述信息特性和强调语义的数据模

型是( )。

A) 概念模型B) 结构模型C)物理模型D) 数学模型

(34) 数据库管理系统中的数据操纵语言(DML),可对数据库数据实现哪些操作?( )。

A)建立、授权、修改B)建立、排序、授权、删除

C)建立、插入、授权D)查询、插入、修改、删除

(35) 数据库的体系结构由( )来组织。

A)物理级,数据级,信息级B)文件级,记录级,数据级

C)模式,外模式,内模式D)数据库,文件,记录

(36) 有职工(职工号,职工名,部门号,职务)和部门(部门号,部门名,部门人数) 两个关系,其

中职工号是职工关系的主键,部门号是部门关系的主键,某个职工归属某个部门。在

职工和部门这两个关系的属性中,只有一个属性是外键(或称外来键,外码,外来码)。它

是( )。

A) 职工关系的职工号B)部门关系的部门号

C) 职工关系的部门号D)职工关系的职工号+部门号

(37) 在SQL 语言中的视图(view)是数据库体系结构中的( )。

A) 内模式B) 模式C) 外模式D) 概念模式

(38) 在关系代数中,对一个关系做投影操作之后,新关系的

元组个数( ) 原来关系的元

组个数。

A)等于B)不等于C)小于或等于D)大于或等于

(39) 关系数据库的规范化理论指出:关系数据库中的关系应满足一定的要求,最起码的要

求是达到1NF,即满足(转化为数

据设计,结构设计和过程设计的数据与功能表示。

A)过程B)对象C)数据域D)环境

(40) 在关系数据库设计中,设计关系模式是数据库设计哪个阶段的主要任务?( )。

A) 物理设计阶段B)概念设计阶段

C) 需求分析阶段D) 逻辑设计阶段

(41) 在FOXPRO 中,若显示当前记录内容的命令是( )。

A)LIST B)DISPLAY C)LIST RECORD 1 D)?RECNO()

(42) STD总线,ISA总线和Multibus 总线都属于( )

A)局部总线B)系统总线C)外部总线D)通信总线

(43) 在现行PC 机中采用DMA 方式高速传输数据时,数据传送是( )。

A) 在总线控制器发出的控制信号控制下完成的

B) 在DMA 控制器本身发出的控制信号控制下完成的

C) 由CPU 执行的程序完成的

D) 由CPU 响应硬中断处理完成的

(44) 下面的哪个计算机属于字并行,位并行计算机?( )。

A)STARAN B)DAP C)MPP D)PEPE

(45) 为预测科学与工程计算环境的相对性能而广泛使用的基准程序是( )。

A)复合基准程序B)LINPACK 基准程序

C)Whetstone 基准程序D)Dhrystone 基准程序

(46) 具有流水线结构的CPU,一般情况下指令的执行时间主要取决于( )。

A)指令执行的步骤B)CPU 有无等待状态

C)CPU 的时钟周期D)CPU 内的Cache 存储器的大小

(47) 下面的哪个不是RISC 技术的特点?( )。

A) 简化指令格式,尽量使指令具有相同的长度,并简化寻址方式

B) 采用单周期指令,大部分指令只用一个机器周期即可完成

C) 硬线控制逻辑

D) 芯片生产成本提高而成品率降低

(48) 根据操作数在CPU 中的暂存机制可以对它分类,PDP-8属于( )。

A)堆栈型B)累加器型

C)寄存器型D)通用寄存器与累加器混合型

(49) 目前计算机网络的通信子网中所采用的传输技术可以

有两类,即点一点方式与( )。

A) 模拟方式B) 广播方式C) 数字方式D) 软件方式;

(50) 当PCM 用于数字化语音系统时,它将声音分为128 个量化级,若采样速率为7000 样

本/秒,则数据传输速率应该达到( )。

A) 2880bps B) 56Kbps C) 49Kbps D) 1200bps

(51) OSI模型的三个主要概念是( )。

A) 服务、接口、层B) 接口、层、应用

C) 服务、接口、协议D) 网络、应用、协议

(52) 随着光纤技术、多媒体技术、高分辨率动态图像与文件传输技术的发展,CCITT 提出

将语音、数据、静态与动态图像等所有服务综合于一个网中传输的通信网,这种通信

网络就是( )。

A) B-ISDN B) N-ISDN C) MAN D) LAN

(53) 具有分时系统文件管理的全部功能,提供网络用户访问文件、目录的并发控制与安全

保密功能的局域网服务器叫做( )。

A) BBS 服务器B) WWW 服务器

C) FS 服务器D) TELENT 服务器

(54) 在网络层实现多个局域网互连的设备是( )。

A) 中继器B) 网桥C) 网关D) 路由器

(55) 异步传输模式ATM 中的每个信元的长度是( )。

A) 37 字节B) 39 字节C) 41 字节D) 43 字节

(56) Give the logical variables X=0,Y=1, The value of XY(logical multiply) is

( )。

A) 1 B) 2 C) 10 D) 0

(57) The Instruction Register (IR) is normally used to point out( )。

A) The address of next execution instruction

B) The address of last execution instruction

C) The current execution instruction

D) None of above

(58) When the adjacency matrix method is used to store a graph, which of the

statements is (are) true? ( )。

A) None B)I only C)II only D)I and II

Questions 59-60are based on the following information,

A hash table with hash function

H1 (k)=k mod 13

Is shown below.

0 1 2 3 4 5 6 7 8 9 10 11 12

35

33

48

25

Collision is rsolved using the hash function H2 (k)=(k mod 11)+1

(59)How many key comparisons occur in searching for key 35 in the given hash table?

( )。

A)0 B)1 C)2 D)3

(60)If a new key 67 is inserted into the given hash table, what will be its address?

( )。

A)3 B)4 C)5 D)6

(61)What is the contrapositive of the relation represented in the exhibit shown

below? ( )。

4

2

1

35

A) R={1,2,1,3,1,4,1,5}

B) R={1,1,2,2,3,3,4,4,5,5}

C) R={2,1,4,1,2,2,1,3,3,2,1,4,4,4,5,4}

D) R={1,2;,3,1},1,4,2,2,2,3,4,1,4,4,4,5}

(62)Which function is NOT served by building a prototype? ( )。

A) It takes the place of the final system.

B) It assists in gathering software requirements.

C) It assists in estimating the cost of the project.

D) It is used as the foundation of the larger projects.

(63)Which of the following statements about testing software with data is (are)

true? ( )。

I. The primary purpose of such testing is to find errors.

II.Such testing can demonstrate the existence of errors but cannot

demonstrate the absence of errors.

A) Neither B) Ⅰonly C) Ⅱonly D) Ⅰand Ⅱ

(64)Inthefollowing statements about functional dependency, whichone isincorrect?

( )。

A) If X X, then XX.

B) If XY and Y Y, then XY.

C) If XY and X X, then XY.

D) If XY and YZ, then XZ.

(65)Which function is used to lock a file in FoxPro DBMS? ( )。

A) FLOCK( ) B) RLOCK( ) C) LOCK( ) D)LOCK

(66)Which is NOT a characteristic of an RISC processor? ( )。

A) a high clock speed

B) a highly optimized pipeline

C) a few general-purpose registers

D) a limited amount of small instructions

(67) Local bus can reduce the occupation time of CPU. For the EISA local bus,

commonly the time can be reduced to( )。

A) 42% B) 22% C) 12% D) 2%

(68)In the modulation style of PSK ,if a kind of Modems modulation rate is

3200baud and its phase is 8 , what is the data transfer rate of this kind

of Modem ? ( )。

A) 14.4kbps B) 28.8kbps C) 9600bps D) 3200bps

(69)Which routing select algorithm is described below ? ( )。

According to a kind of fix regulation , the select algorithm of route works

and has nothing to do with the network information newly.( )。

A) Static Routing Algorithm B) Dynamic Routing Algorithm

C) Centralized Routing Algorithm D) Distributed Routing Algorithm

(70)About the following IP addresses ,Which is incorrect ? ( )。

A) 201.199.255.11 B) 201.198.132.1

C) 201.199.128.6 D) 201.198.134.257

二、论述题

论述题1

在SQL 语言中,一个表或者是一个基本表(basetable),或者是一个视图(view) 。

基本表是实际存储在数据库中的表,而视图则不是实际存储在数据库中的表。试

回答以下有关视图问题:

1、SQL 语言中如何理解视图的基本概念?

2、SQL 语言中定义和删除视图的基本命令?

3、SQL 语言中使用视图的优点?

论述题2

描述程序处理过程的工具称为详细设计工具,这些工具应该能支持对详细设计无

二义性的描述,其中包括控制流程、处理功能、数据组织以及其它方面的实现

细节,从而在编码阶段就能把所描述的详细处理过程直接翻

全国计算机等级考试四级笔试试题

全国计算机等级考试四级笔试试题

全国计算机等级考试四级笔试试题 一、选择题。(共90题,分为1分题和2分题, 满分120分。除标注2分题外,其它均为1分题。) (1) 若或非门的输入变量为A和B,输出变 量为Y,则A和B分别为下述哪一种情况时, Y才 为1?_____。 A) 1,0 B) 0,1 C) 0,0 D) 1,1 (2) 已知寄存器A存有带符号整数且只作 算术移位,HA和LA分别代表其最高位和最低位。寄存器B存有带符号整数且只作逻辑移位,HB和 LB分别代表其最高位和最低位。当寄存器A与B 都有左移位发生时,下述哪一个命题是正确的? _____。(2分) A) LA与LB均成为0 B) LA与LB均成为1 C) LA变成0但LB保持原值 D) LA保持原 值但LB的值改变 (3) 下述哪一种情况称为指令周期? A) 取指令时间 B) 取操作数时间

C) 取指令和执行指令的时间 D) 存储操作结果的时间 (4)2010年网络中交易额最大的电子商城网站是下面哪个 A)见效美白站 B)114购物网 C)淘宝网 D)淘宝网男装 (5) 设Z是整数集,且设f:Z×Z→Z,对每一个∈Z×Z,有f()=m2n。集合{0}的原象为_____。(2分) A) {0}×Z B) Z×{0} C) ({0}×Z)∩(Z×{0}) D) ({0}×Z)∪(Z×{0}) (6) 对于一个只有3个不同元素的集合A来说,A上的等价关系的总数为 _____。 A) 2 B) 5 C) 9 D) 取决于元素是否为数值

(7) 设有命题:对于组成元素为集合的集合C,存在函数为f:C→∪C,使得对每一个 S∈C,有f(S)∈S。 该命题的否命题是_____。 A) 对于集合C,对每个函数f:C→∪C,对每一个S∈C,都有f(S) ∈\ S B) 对于集合C,存在函数f:C→∪C,使对每一个S∈C,有f(S) ∈\ S C) 对于集合C,对每一个函数f:C→∪C,存在S∈C,使得f(S) ∈\ S D) 对于集合C,不存在函数f:C→∪C,使对某些S∈C,没有f(S) ∈\ S (8) 设(V,E)是一连通的无圈图,V包含 3个3度顶点 2个2度顶点 r个1度顶点 且V不再包含其他元素。E的元素个数为多少?_____。 (2分) A) 6 B) 9 C) 15-r D) 5+5r

大学英语四级模拟试题四(附含答案解析)

大学英语四级模拟题四 Part One Reading Comprehension (2’×10 = 20’) Directions: There are 2 passages in this section. Each passage is followed by some questions or unfinished statements. For each of them there are four choices marked A), B), C) and D). You should decide on the best choice and mark the corresponding letter on the Answer Sheet with a single line through the centre. Passage One Air pollution can spread from city to city. It even spreads from one country to another. Some northern European countries have had “black snow”from pollutants that have traveled through the air from other countries and have fallen with the snow. So air pollution is really a global problem. Air pollution can kill babies, older people, and those who have respiratory(呼吸的)diseases. As found in cities, air pollution increases the risks of certain lung diseases. Air pollution can cause both airplane and car accidents because it cuts down visibility (能见度). There are other possible health dangers from air pollution that we don’t know much about. For example, scientists are trying to find out whether chemicals that reach us from the air may cause changes in our cells. These changes might cause babies to be born with serious birth defects. Scientists are trying to learn how all the many chemicals are apt(易于的)to take into our bodies from air, water, food, and even medicines act together to affect our health and the way our bodies work. That is another reason why it is so important to begin to control pollution now instead of waiting until we learn all the answers. Air pollution costs us a lot of money. It corrodes(腐蚀)our buildings. It damages farm crops and forests. It has a destructive effect on our works of art. The cost of all this damage to our government is great. It would be much more worthwhile, both for us and for the government, to spend our tax dollars on air pollution control. 1. Air pollution may lead to airplane accidents because . A. it may cause pilots to be ill B. engines may fail from the air-borne dirt C. visibility is reduced D. it brings a lot of black snow 2. Scientists are trying to find a link between pollution and . A. intelligence levels B. birth problems C. man’s behavior D. the nervous system 3. Scientists have not yet determined . A. all of the effects of pollution on the human body B. how pollution can be controlled successfully C. when the atmosphere first became polluted D. how some snow becomes black 4. The author suggests that before air pollution becomes more serious, . A. factories will be forced to stop operating B. buildings should be protected C. the earth will begin to grow colder D. more money should be spent to solve the problem 5. We can conclude that . A. civilization may be ruined if pollution is not controlled B. pollution is more serious in Europe than it is in America C. most people do not know that pollution is a serious problem D. we should learn all the answers before we begin to control pollution Passage Two Stiletto heels could be banned from the workplace because of health and safety reasons, according to British Trade Union bosses. The Trade Union Congress, predominantly male, has proposed a motion arguing that high heels are disrespectful to women while they also contribute to long term injuries. They propose instead that women wear “sensible shoes”with an inch heel limit in an attempt to avoid future foot and back pain as well as injuries. The motion is due to be debated at next month’s conference. The motion states: “Congress believes high heels may look glamorous on the Hollywood catwalks but are completely in appropriate for the day-to-day working environment. Feet bear the burden of daily life, and for many workers prolonged standing, badly fitted footwear, and in particular high heels can be a hazard. Around two million days a year are lost through sickness as a result of lower limb disorders. Wearing high heels can cause long-term foot problems and also serious foot, knee and back pain and damaged joints. Many employers in the retail sector force women workers to wear high heels as part of their dress code. More must be done to raise awareness of this problem so that women workers and their feet are protected.” Nadline Dorries, the Tory Member of Parliament, however criticized the motion and said the extra height heels give women can help them when in the workplace. “I’m 5ft 3in and need every inch of my Christian Louboutin heels to look my male colleagues in the eye,”she said. “If high heels were banned in Westminster, no one would be able to find me. The Trade Union leaders need to get real, stop using obvious sexist tactics by discussing women’s

大学英语四级考试真题及答案(三套全)

2017年12月大学英语四级考试真题及答案(第一套)Part I Writing (25 minutes) Directions: For this part, you are allowed 30 minutes to write a short easy on how to best handle the relationship between doctors and patients. You should write at least 120 words but no more than 180 words. Part II Listening Comprehension (25 minutes) Section A Directions: In this section, you will hear three news reports. At the end of each news report, you will hear two or three questions. Both the news report and the questions will be spoken only once. After you hear a question, you must choose the best answer from the four choices marked A), B), C) and D). Then mark the corresponding letter on Answer Sheet 1 with a single line through the centre. Questions 1 and 2 are based on the news report you have just heard. 1. A) Her friend Erika. C) Her grandfather. B) Her little brother. D) Her grandmother. 2. A) By taking pictures for passers-by. C) By selling lemonade and pictures. B) By working part time at a hospital. D) By asking for help on social media. Questions 3 and 4 are based on the news report you have just heard. 3. A) Finding cheaper ways of highway construction. B) Generating electric power for passing vehicles. C) Providing clean energy to five million people. D) Testing the efficiency of the new solar panel. 4. A) They can stand the wear and tear of natural elements. B) They can be laid right on top of existing highways. C) They are only about half an inch thick. D) They are made from cheap materials. Questions 5 to 7 are based on the news report you have just heard. 5. A) Endless fighting in the region. C) Inadequate funding for research. B) The hazards from the desert. D) The lack of clues about the species. 6. A) To observe the wildlife in the two national parks. B) To identify the reasons for the lions’ disappearance. C) To study the habitat of lions in Sudan and Ethiopia.

2017计算机四级等级考试试题

2017计算机四级等级考试试题

一、单项选择题(第1题~第80题。选择一个正确的答案,将相应的字母填入题内的括号中。每题1分,满分80分。) 1 . ()的发展观,要求室内设计者既要考虑发展有更新可变的一面,又要考虑到发展在能源、环境、土地、生态等方面的可持续性。 A、动态和可持续性 B、物质技术 C、精神文化 D、历史延续性 A B C D 正确答案:A 2 . 说明房屋建造的规模、尺寸、细部构件的图样是()。 A、建筑总平面图 B、建筑施工图 C、结构施工图 D、设备施工图 A B C D 正确答案:B 3 . 下列水性涂料涂饰工程使用应符合设计要求的是()。 A、涂饰工程的颜色和图案 B、涂饰均匀 C、基层处理 D、不得漏涂 A B C D 正确答案:A 4 . 用花格、构架、绿化等分隔空间的形态属于()。 A、象征性分隔 B、弹性分隔

C、局部分隔 D、绝对分隔 A B C D 正确答案:A 5 . 顶棚构造中主龙骨间距一般是()。 A、1.0~1.5m B、1.0~1.2m C、1.2~1.5m D、1.2~1.8m A B C D 正确答案:C 6 . 家具的种类有框架家具、()、拆装家具、折叠家具、充气家具、浇铸家具、藤编家具等。 A、套装家具 B、板式家具 C、低版家具 D、石质家具 A B C D 正确答案:B 7 . 下列属于室内空间类型的是()。 A、封闭空间 B、动态空间 C、下沉空间 D、迷幻空间 A B C D 正确答案:D 8 . 研究和观摩已有的施工图()是熟悉室内施工图画法的有效方法。 A、尺寸 B、实例 C、造价 D、功能 A B C D 正确答案:B 9 . 对室内抹灰墙面、柱面和门洞口的阳角做法,当设计无要求时应()。 A、采用1:2水泥砂浆作暗护角,护角高度不应

大学英语四级模拟试题(1)

洛基英语,中国在线英语教育领导品牌 Model Test 1 Part One Listening Comprehension Section A Directions: In this section, you will hear 10 short conversations. At the end of each conversation, a question will be asked about what was said - Both the conversation and the question will be spoken only once. After each question there will be pause. During the pause, you must read the four choices marked A), B), C)and D), and decide which is the best answer. Then mark the corresponding letter on the Answer Sheet with a line through the centre. Example: You will hear: You will read: A) At the office. B) In the waiting room. C) At the airport. D) In a restaurant. From the conversation we know that the two were talking about some work they had to finish in the evening. This is most likely to have taken place at the office. Therefore, A) At the office is the best answer. You should choose [A] on the Answer Sheet and mark it with a single line through the centre. 1. A) She is not interested in the article. B) She has given the man much trouble. C) She would like to have a copy of the article. D) She doesn't want to take the trouble to read the article. 2. A) He saw the big tower he visited on TV~ B) He has visited the TV tower twice. C) He has visited the TV tower once. D) He will visit the TV tower in June. 3. A) The woman has trouble getting along with the professor. B) The woman regrets having taken up much of the professor's time. C) The woman knows the professor has been busy. D) The woman knows the professor has run into trouble. 4. A) He doesn't enjoy business trips as much as he used to. B) He doesn't think he is capable of doing the job. C) He thinks the pay is too low to support his family, D) He wants to spend more time with his family. 5. A) The man thought the essay was easy. B) They both had a hard time writing the essay. C) The woman thought the essay was easy. D) Neither of them has finished the assignment yet. 6. A) In the park. B) Between two buildings C) In his apartment. D) Under a huge tree. 7. A) It's awfully dull. B) It's really exciting.

大学英语四级考试真题及答案.doc

2016 年12 月大学英语四级考试真题及 答案 【篇一:2016 年12 月大学英语四级翻译作文题目及答 案】 翻译一: 在中国文化中,红色通常象征着好运、长寿和幸福。在春节和其他喜庆场合,红色到处可见。人们把现金作为礼物送给家人或亲密朋 友时,通常放在红信封里。红色在中国流行的另一个原因是人们把 它与中国革命和共产党相联系。然而,红色并不总是代表好运与快 乐。因为从前死者的名字常用红色书写,用红墨水写中国人名被看 成是一种冒犯行为。 as a symbol of good luck, longevity and happiness in chinese culture, the color of red can be seen everywhere during springfestive and other festive/ joyous occasions. cash is usually put in red envelopes as gifts for relatives and close/intimate friends. also, red is much-welcomed / fashionable in china because of its association with chinese revolutions and the communist party. however, red does not always represent / equal to good luck and joy. red was previously used to write the names of the deceased so it is seen as an offence to write chinese people ’s names in red ink. 翻译二 随着中国的改革开放,如今很多年轻人都喜欢举行西式婚礼。新娘 在婚礼上穿着白色婚纱,因为白色被认为是纯洁的象征。然而,在 中国传统文化中,白色经常是葬礼上使用的颜色。因此务必记住, 白花一定不要用作祝人康复的礼物,尤其不要送给老年人或危重病 人。同样,礼金也不能装在白色信封里,而要装在红色信封里。 with the reform and opening-up of china, a great many young people nowadays prefer to hold western-style wedding: the bride wears white wedding gown because the color is considered to symbolize purity/is considered as the symbol of purity. however, in tradition chinese culture, white is often used on funerals. so, do bear in mind that white flowers should never be used as a gift to celebrate someone ’s recovery, especially not for the aged or those who are seriously ill.

计算机四级考试数据库工程师真题及答案

计算机等级考试/真题题库 2014年计算机四级考试数据库工程师真 题及答案 没有关键码序列(Q,G,M,Z,A,N,B,P,X,H,Y,S,L,T,K,E),采用二路归并排序法进行排序,下面哪一个序列是第二趟归并后的结果? A.G Q,M Z A N,B,P H,X S,Y,L,T,E,K B.G,M,Q,Z,A,B,N,P,H,S,X,Y,E,K,L,T C.G,M,Q,A,N,B,P,X,H,Y,S,T,L,K,E,Z D.A,B,G,M,N,P,Q,Z,E,H,K,L,S,T,X,Y 栈结构不适用于下列哪一种应用? A.表达式求值 B.快速排序算法的实现 C.树的层次次序周游算法的实现

D.二叉树对称序周游算法的实现 (1) 为了保证程序能连续执行,CPU必须确定下一条指令的地址,起到这一作用的是 A.指令寄存器 B.状态寄存器 C.地址寄存器 D.程序计数器 若或非门的输入变量为A和B,输出变量为Y,则A和B 分别为下述哪一种情况时, Y才为1? A) 1,0 B) 0,1 C) 0,0 D) 1,1 设(V,E)是一连通的无圈图,V包含 3个3度顶点 2个2度顶点 r个1度顶点 且V不再包含其他元素。E的元素个数为多少? (2分) A) 6 B) 9 C) 15-r D) 5+5r

(4) 设S是一个至少有两个元素的集合,且定义运算 X*Y=X适用于S集中的所有元素X和Y,下列命题中哪一个命题必是真命题? Ⅰ. *在S集中是可结合的 Ⅱ. *在S集中是可交换的 Ⅲ. *在S集中有单位元 A) 只有Ⅰ B) 只有Ⅱ C) Ⅰ和Ⅲ D) Ⅱ和Ⅲ (5) 设Z是整数集,且设f:Z×Z→Z,对每一个∈Z×Z,有f()=m2n。集合{0}的原象为(2分) A) {0}×Z B) Z×{0} C) ({0}×Z)∩(Z×{0}) D) ({0}×Z)∪(Z×{0}) (6) 对于一个只有3个不同元素的集合A来说,A上的等价关系的总数为 A) 2 B) 5 C) 9 D) 取决于元素是否为数值 2014年计算机四级考试数据库工程师真题及答案.doc [全

计算机四级考试题库文档五

第5套真考题库试题 一、单选题 1)采用多道程序设计技术,能有效地提高系统的下列哪一个性能? A)并发性 B)灵活性 C)可靠性 D)兼容性 答案:A 2)除了进程线程管理、存储管理、文件系统外,下列哪一个是属于操作系统的必要组成部分? A)设备管理 B)资源管理 C)运行时系统 D)虚拟化模块 答案:A 3)若用户编程需要打印输出,他可使用下列操作系统提供的哪一种系统调用? A)write() B)printf() C)output() D)list() 答案:A 4)用户程序需要关闭中断响应,他必须首先 A)发起访管中断 B)调用系统函数自我阻塞 C)保护现场 D)获取中断状态 答案:A 5)关于操作系统的结构,下列特性中,哪一个不是微内核结构的特点? A)清晰的单向依赖和单向调用性 B)较高的灵活性和可扩充性

C)提高了操作系统的可靠性 D)更适合于分布式系统 答案:A 6)从静态的角度看,下列选项中哪一个是进程必须拥有而程序所没有的? A)进程控制块 B)代码正文 C)常量数据 D)全局变量 答案:A 7)下列进程运行时所发生的典型事件中,哪一个不会导致进程终止? A)设备忙 B)被0除 C)对只读内存执行写操作 D)堆栈溢出 答案:A 8)下列关于进程的叙述中,正确的是 A)当进程从运行态转换到就绪态时,处理机的现场信息必须保存在进程控制块中 B)操作系统的重要概念是进程,不同的进程执行的代码也不同 C)进程存在的标志是进程控制块,用户可以从中读出与本进程相关的运行状态 D)当进程申请处理机而得不到满足时,它将进入阻塞态 答案:A 9)分析下列程序,不考虑其他因素,程序正常运行时最多会派生出多少个进程?int main() { fork(); fork(); fork();} A)8 B)6 C)5 D)4 答案:A

2020年6月大学英语四级考试真题及答案

2014年6月大学英语四级考试真题及答案(完整版) Part I Writing (30 minutes) Directions: You should write atleast 120 words but no more than 180 words. Supposea foreign friend of yours is coming to visit your hometown, what is the mostinteresting place you would like to take him/her to see and why? Part III Reading Comprehension (40 minutes) Section A Questions 36 to 45 are based onthe following passage. Global warming is a trend towardwarmer conditions around the world. Part of the warming is natural; we haveexperienced a 20,000 -year -long warming as the last ice age ended and the ice 36 away.However, we have already reached temperatures that are in 37 withother minimum-ice periods, so continued warming is likely not natural. We are 38 toa predicted worldwide increase in temperatures 39 between 1℃and 6℃over the next 100 years. The warming will be more 40 in some areas, less in others, and some placesmay even cool

计算机四级数据库真题及解析(4)

计算机四级数据库真题及解析(4) 第四套 1下列关于数据与信息的叙述中,哪一条是错误的()。 A)信息总是具有特定的语义,而且可以存储以及加工处理 B)文字、图像、声音等都是数据的表现形式 C)信息是数据的载体,也是数据的内涵 D)信息的价值与它的准确性、及时性、完整性和可靠性有关 2下列关于数据库系统中人员的叙述,哪一条是错误的()。 A)人员包括数据库管理员、系统分析员和数据库设计人员、应用程序员和最终用户 B)确定数据库中的信息内容和结构属于数据库管理员的职责 C)监控数据库的使用和运行属于数据库管理员的职责 D)物理数据库设计与调优属于应用程序员的职责 3下列哪一个不属于数据库系统中的软件平台()。 A)支持DBMS运行的操作系统(OS) B)检测、预防和消除计算机系统病毒的软件 C)以DBMS为核心的应用开发工具 D)为特定应用环境开发的数据库应用系统 4下列关于数据模型的叙述中,哪一条是错误的()。 A)数据模型为数据库的表示和操纵提供框架 B)数据模型描述了数据库的静态特征与动态行为 C)数据模型是数据库系统的核心和基础 D)不同抽象层面的数据模型都能很好地模拟现实世界、容易为人们所理解, 并且便于在计算机上实现 5下列关于E-R图的叙述中,哪一条是错误的()。 A)E-R图是实体联系图的简称,其英文是En tity-Relatio nship Diagram B)E-R图是一个图示化模型,能够表示实体型、属性和联系

C) E-R图中实体型用矩形表示,矩形框内写明实体名 D) E-R图中属性用菱形表示,菱形框内写明属性名 6在数据库技术中,实体-联系模型(即E-R模型)是下列哪一种模型 ()。 A)概念数据模型 B)结构数据模型 C)物理数据模型 D)逻辑数据模型 7下列关于关系模型的叙述中,哪一条是错误的()。 A)关系模型是一种物理数据模型 B)关系模型用二维表格结构表示各类实体及实体间的联系 C)关系模型是数学化的模型,可把表格看成一个集合 D)关系模型由IBM公司的研究员E. F. Codd于1970年首次提出 8关系数据模型由三大要素组成,下列哪一项表述是正确的()。 A)关系数据结构,关系数据通信,关系操作集合 B)关系数据结构,关系操作集合,关系完整性约束 C)关系数据通信,关系操作集合,关系完整性约束 D)关系数据结构,关系数据通信,关系完整性约束 9关系数据模型由三大要素组成,下列哪一项表述是正确的()。 A)关系数据结构,关系数据通信,关系操作集合 B)关系数据结构,关系操作集合,关系完整性约束 C)关系数据通信,关系操作集合,关系完整性约束 D)关系数据结构,关系数据通信,关系完整性约束 10下列关于关系操作的描述中,哪一条是错误的()。 A) R n S = S -(R-S) B) R n S = S -(S-R) C) R = (R- S)U (R n S) D) R-S = R- (R n S) 11设关系R和S的值分别如下面的左右表所示:贝U, R和S左外连接的结

计算机等级考试题目及答案

计算机专业试题题目 习题1 一、单选题 1、世界上首次提出存储程序的计算机体系结构的是() A莫奇菜B图灵C乔治●布尔D冯●诺依曼 2、目前普遍使用的微型计算机,所采用的逻辑元件是() A电子管B大规模和超大规模集成电路 C晶体管B小规模集成电路 3、用MIPS为单位来衡量计算机的性能,它指的是计算机的() A传输速率B存储器容量C字长D运算速度 4、为了避免混淆,十六进制数在书写时常在数据后面加英文字母() A H B O C D D B 5、用十六进制数给存储器中的字节地址编码。若编码为0000H—FFFFH,则该存储器的容量是()KB A32 B64 C128 D256 6、计算机的微处理芯片集成有()部件 ACPU和运算器B运算器和I/O接口 C控制器和运算器D控制器和存储器 7、微型计算机内,配置高速缓冲存储器(Cache)是为了解决() A内存与辅助存储器之间速度不匹配的问题 BCPU与内存储器之间速度不匹配问题 CCPU与辅胎甲球存储器之间速度不匹配问题 D主机与外设之间速度不匹配问题 8、微型机中,硬盘分区的目的是()

A将一个物理硬盘分为几个逻辑硬盘B将一个逻辑硬盘分为几个物理硬盘 C将DOS系数统分为几个部分D将一个物理硬盘分成几个物理硬盘 9、下列术语中,属于显示器性能指标的是() A速度B可靠性C分辨率D精度 10、指令的解释是由计算机的()来执行的 A控制部分B存储部分C输入/输出部分D算术和逻辑部分 11、准确地说,计算机中文件是存储在() A内存中的数据集合B硬盘上的一组相关数据的集合 C存储介质上的一组相关信息的集合D软盘上的一组相关数据集合 12、操作系统的主要功能是() A管理源程序B管理数据库文件 C对高级语言进行编译D控制和管理计算机系统的软硬件资源 13、把计算机分巨型机、大中型机、小型机和微型机,本质上是按() A计算机的体积BCPU的集成度 C计算机综合性能指标D计处机的存储容量 14、对高级语言程式序,下列叙述中,正确的是() A计算机语言中,只有机器语言属于低级语言 B高级语言源程序可以被计算机直接执行 CC语言属于高级语言 D机器语言是与所用机器无关的 15、用高级程序设计语言编写的程序称为() A目标程序B可执行程序C源程序D伪代码程序 16、在使用计算机时,如果发现计算机频繁地读写硬盘,最可能存在的原因是()A中央处理器的速度太慢B硬盘的容量太小

2020年6月大学英语四级考试真题及答案

大学英语四级考试真题及答案(绝对完整) Part I Writing (30 minutes) Directions: For this part, you are allowed 30 minute to write a short essay on the topic of students selecting their lectures. You should write at least 120 words following the outline given bellow: 1. 越来越多的博物馆免费对外开放的目的是什么? 2. 也会带来一些问题 3. 你的看法? Part II Reading Comprehension (Skimming and Scanning) (15 minutes)Directions: In this part, you will have 15 minutes to go over the passage quickly and answer the questions on Answer Sheet 1. For questions 1-7, choose the best answer from the four choices marked A),B),C) and D). For questions 8-10, complete the sentences with the information given in the passage. How Do You See Diversity? As a manager, Tiffany is responsible for interviewing applicants for some of the positions with her company .During one interview, she noticed that the candidate never made direct eye contact. She was puzzled and somewhat disappointed because she liked the individual otherwise. He had a perfect resume and gave good responses to her questions, but the fact that he never looked her in the eye said “untrustworthy,” so she decided to offer the job to her second choice. “It wasn’t until I attended a diversity workshop that I realized the person we passed over was the perfect person,” Tiffany confesses. What she hadn’t known at the time of the interview was that the candidate’s “different” behavior was simply a cultural misunderstanding . He was an Asian-American raised in a household where respect for those in authority was shown by averting(避开) your eyes. “I was just thrown off by the lack of ye contact; not realizing it was cultural,” Tiffany says. “I missed out ,but will not miss that opportunity again.” Many of us have had similar encounters with behaviors we perceive as different. As the world becomes smaller and our workplaces more diverse, it is becoming essential to expand our under-standing of others and to reexamine some of our false assumptions . Hire Advantage At a time when hiring qualified people is becoming more difficult ,employers who can eliminate invalid biases(偏爱) from the process have a distinct advantage .My company, Mindsets LLC ,helps organizations and individuals see their own blind spots . A real estate recruiter we worked with illustrates the positive difference such training can make .

相关主题
文本预览
相关文档 最新文档