位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 专业技术初级资格程序员基础知识2002年程序员试卷(上)

●  通过电话线连接因特网,可以使用的链路层协议有SLIP和  (61)  ,这种情况下给主机  (62)  一个IP地址。如果通过N-ISDN连网,用户可以使用的信道带宽是2B+D,数据速率最大可达到  (63)  。如果通过局域网连接因特网,接入方式可以采用ADSL,最高下行速率可以达到  (64)  。CHINADDN是中国电信提供的数字数据网,它采用  (65)  的交换技术为用户提供不同速率的专线连接。

发布时间:2024-07-09

A.PPP

B.HDLC

C.Ethernet

D.POP

试卷相关题目

  • 1●  对8位补码操作数(A5)16,进行2位算术右移的结果为  (60)  。

    A.(D2)16

    B.(52)16

    C.(E9)16

    D.(69)16

    开始考试点击查看答案
  • 2●某硬盘中共有9个盘片,16个记录面,每个记录面上有2100个磁道,每个磁道分为64个扇区,每扇区为512字节,则该硬盘的存储容量为  (58)  。磁盘的位密度随着磁道从内向外而  (59)  。

    A.590.6MB

    B.9225MB

    C.1050MB

    D.1101MB

    开始考试点击查看答案
  • 3●计算机指令系统中采用不同寻址方式的主要目的是  (56)  。在下列寻址方式中取得操作数速度最慢的是  (57)  。

    A.可直接访问内存或外存

    B.提供扩展操作码并降低指令译码难度

    C.简化汇编指令的设计

    D.缩短指令长度,扩大寻址空间,提高编程灵活性

    开始考试点击查看答案
  • 4●某系统总线的一个总线周期包含3个时钟周期,每个总线周期中可以传送32位数据。若总线的时钟频率为33MHz,则总线带宽为  (55)  。

    A.132MB/s

    B.33MB/s

    C.44MB/s

    D.396MB/s

    开始考试点击查看答案
  • 5● 设机器码的长度为8位,已知x,z为带符号纯整数,y为带符号纯小数,[X]原=[Y]补=[Z]移=11111111,求出x、y、z的十进制真值:X=  (52)  ,Y=  (53)  ,Z=  (54)  。

    A.-1

    B.127

    C.-127

    D.1

    开始考试点击查看答案
  • 6● In C language, one method of communicating data between functions is by  (66)  。

    A.arguments

    B.variables

    C.messages

    D.constants

    开始考试点击查看答案
  • 7● In C program,all variables must be  (67)  before use, usually at the beginning of the function before any  (68)  statements。

    A.stated

    B.instructed

    C.illustrated

    D.declared

    开始考试点击查看答案
  • 8● When a string constant is written in C program, the compiler creates  (69)  of characters containing the characters of the string, and terminating it with “”.

    A.a group

    B.an array

    C.a set

    D.a series

    开始考试点击查看答案
  • 9● In C language,    (70)  variables have to be defined outside function, this    (71)  actual storage for it.

    A.internal

    B.output

    C.export

    D.external

    开始考试点击查看答案
  • 10●In C language, the increment and decrement    (72)  can only be applied to variables, so an expression like x=(i+j)++ is illegal.

    A.operation

    B.operate

    C.operator

    D.operand

    开始考试点击查看答案
返回顶部