当前位置:学者斋 >

计算机 >计算机四级 >

2016年计算机等级四级考试试题

2016年计算机等级四级考试试题

1)在PSK调制方式中,如果一种modem的调制速率为9600baud,采用的是8相调制,那么这种modem的数据传输速率可达到_____。

2016年计算机等级四级考试试题

A)14.4Kbps B)28.8Kbps C)64Kbps D)9600bps

2)误码率是描述数据通信系统质量的重要参数之一. 对误码率人们提出了以下四种看法,请指出哪一种看法是正确的?_____。

A)误码率是衡量数据通信系统正常工作状态下传输可靠性的参数

B)当用户一次传输1Kbyte的文件时,没有发现传输错误,那么该数据传输系统的.误码率为0

C)当一个数据传输系统采用CRC校验技术后,这个数据传输系统的误码率可以减少为0

D)采用光纤作为传输介质的数据传输系统的误码率为0

3)数据通信中曼彻斯特编码的波形如下图所示:

请指出它所表示的二进制比特序列的值_____。

A)1011001101 B)1101110110 C)1001100010 D)1101001110

4)XMODEM与Kermit协议共同之处是定义了多种类型的信息包来控制通信,过程,如采用ASCII码字符SOH表示数据包的开始、EOT表示文件传输结束等.根据数据链路层协议的分类方法,它们应属于_____。

A)面向字符型通信协议 B)面向比特型通信协议

C)随机争用型通信协议 D)网络层协议

5)在HDLC协议执行过程中,数据链路被置为正常响应模式NRM. 如果主站发送的数据帧中,N(S)=2、P=0、

N(R)=3;从站正确接收了该帧,并有一个数据帧需要发送. 那么,从站能否立即向主站发送这个数据帧?

如果可以立即发送的话, 那么这个数据帧的控制域参数N(S)、N(R)、P/F应该是什么值?_____。(2分)

A)从站不能立即向主站发送数据帧

B)从站可以立即向主站发送数据帧,帧控制域参数N(S)=3,F=1,N(R)=3

C)从站可以立即向主站发送数据帧,帧控制域参数N(S)=3,F=1,N(R)=2

D)从站可以立即向主站发送数据帧,帧控制域参数N(S)=2,F=0,N(R)=3

6)典型的局域网操作系统的系统容错(SFT)分为三级,最高一级系统容错采用_____。

A)磁盘镜像 B)磁盘双工 C)服务器镜像 D)网卡冗余

7)对于IEEE 802.3、802.4与802.5 三种类型局域网互连的组合中,从802.3到802.3的网桥设计最简单,只有一种情况会产生问题,那就是 _____。(2分)

A)当转发的帧超过最大帧长度时,只能丢弃该帧

B)当局域网负载很重,待传送的帧在网桥中堆积,超过了缓冲区空间时, 只能 将帧丢弃

C)如何设置帧优先级

D)如何设置数据传输速率

8)网络文件访问是网络系统的基本功能,TCP/IP、XNS与SNA 均有网络文件访问协议.网络文件访问包括两种不同的形式:文件传输与文件访问. 文件访问又叫做在线访问(on-lineaccess),它_____。(2分)

A)要求用户直接将远地文件全部拷贝到本地文件系统

B)允许多个远地程序同时访问单个文件,在原文件上进行操作,而没有文件拷贝过程

C)要求本地用户连入局域网中

D)要求用户通过电子邮件方式交换信息

9)ATM是一种面向连接的快速分组交换技术,它采用虚拟通道模式, 通道标识基于两种标识符_____。

A)(N)PDU、(N)IDU

B)VPI、VCI

C)est、cation

D)(N)SAP、(N+1)SAP

10)在ISO“开放系统互连管理框架”中,将网络系统管理划分为五个功能域。这五个功能域是:配置管理、故障管理、安全管理、性能管理与_____。

A)设备管理 B)用户注册管理

C)计费管理 D)域名管理

11)What is the decimal value of the following 32-bit two’s complement number?_____.

1111 1111 1111 1111 1111 1111 1100

A) -8 B) -4 C) 4 D) 8

12)How many subsets does A have? _____.

Let A={E,O,A,W,P,V,B}

A) 12 B) 36 C) 64 D) 128

13)Suppose V1=,V2=,where R is the set of real numbres,+, respectively addition and multiplication. Let f: R→R and f(x) = ex, which of the following propositions

is true? _____.

A) f is a surjective homomorphism from V1 to V2

B) f is an injective homomorphism from V1 to V2

C) f is an isomorphism from V1 to V2

D) None of the above

14) P(n) is the predicate’if 4 divides n then 2 divides n’ is the truth value of P(12)? _____.

A) 10 B) F C) T D) None of the above

15) An algorithm to solve a given problem has time complexity

T(n)=nlog2n-(n-1)

Given that the algorithm takes 0.8 second for a problem in which n=1024,how long should it take for a problem in which n=4096?_____. (2 Points)

A) 39 seconds B) 3.9 seconds C) 3.9 minutes D) 0.8 seconds

16) What is the definition of a Path? _____.

A) A sequence of vertices and the edges formed by each successive pair of vertices.

B) A walk with distinct vertices.

C) A walk with distinct edges.

D) None of the above

17) The figure below shows a record used for recording information about a named event. Which of the following statement is incorrect?_____. (2 Points)

VAR r: record

event:array【1..10】 of char;

place:array【1..20】 o

f record

plname:array【1..15】 of char;

date: array【1..5】 of record

mo:1..12;

day:1..31;

year:integer

end

end

end;

A)This is a one-dimensional array of records,also called a table.

B)This is so called record of arrays;

C)The event can occur in up to 20 places and on up to 5 different dates in each place.

D)A reference to e【i】【j】 will access the month of the jth occurrence, in the ith place,of the event named in t.

18)Which of the following statements is true regarding simple sort techniques? _____.(2 Points)

A)Exchange sort is frequently referred to as a bubble sort.

B)Exchange sort is the least expensive

C)If random data are in an array that is to be sorted,an Insertion Sort will give the

best performance for large elements with small sort items.

D)Both Insertion Sort and Selection Sort require O(n)moves.

19) Which UNIX command creates a symbolic link named myfile in the current directory to the file/etc/hosts?_____.

A) In -s /etc/hosts myfile B) In -s myfile /etc/hosts

C) link -s /etc/hosts myfile D) link -s myfile /etc/hosts

20)Which MS-DOS command is correct? _____.

A) DEL /s B) DEL

C) DEL %26gt;nul: D) DEL

  • 文章版权属于文章作者所有,转载请注明 https://xuezhezhai.com/jsj/siji/dwroq0.html