计算机等级考试四级考试模拟试题(2)

学人智库 时间:2018-02-10 我要投稿
【www.unjs.com - 学人智库】

  (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 X∧Y(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 X→X'.

  B) If X→Y and Y'Y, then X→Y'.

  C) If X→Y and X'X, then X'→Y.

  D) If X→Y and Y→Z, then X→Z.

  (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 Modem's modulation rate is

  3200baud and it's 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

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

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

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

  答下列问题:

  1. 程序流程图的缺点

  2. 盒图的优点

  3. PAD 图的优点

  论述题3

  进程管理是操作系统的核心, 它的可靠性和安全性直接影响到计算机系统的可用

  性。在进程管理设计中, 由于设计不妥, 会出现与系统安全有关的问题, 请解释

  死锁的概念?死锁产生的原因以及如何解除和预防死锁?

  论述题4 IEEE 802 系列标准是LAN 的国际标准系列。依据IEEE802 标准, 讨论以下问题:

  (1) 在IEEE802 系列标准中,LAN 参考模型对应OSI 参考模型的数据链路层和物理

  层,它将数据链路层划分为哪两个子层?

  (2) 在IEEE802 系列标准中,哪一个标准描述逻辑链路子层的功能、特性和协议?

  (3) IEEE802.3 标准定义了CSMA/CD 总线介质访问控制方法,CSMA/CD 基本工作原

  理?

  (4) IEEE802.6 标准定义的内容?试题完,答案请翻页查看)