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

● In C language,    (70)  variables have to be defined outside function, this    (71)  actual storage for it.

发布时间:2024-07-09

A.internal

B.output

C.export

D.external

试卷相关题目

  • 1● 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

    开始考试点击查看答案
  • 2● 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

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

    A.arguments

    B.variables

    C.messages

    D.constants

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

    A.PPP

    B.HDLC

    C.Ethernet

    D.POP

    开始考试点击查看答案
  • 5●  对8位补码操作数(A5)16,进行2位算术右移的结果为  (60)  。

    A.(D2)16

    B.(52)16

    C.(E9)16

    D.(69)16

    开始考试点击查看答案
  • 6●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

    开始考试点击查看答案
  • 7● In C program, it is convenient to use a  (73)  to exit from a loop.

    A.end

    B.break

    C.stop

    D.quit

    开始考试点击查看答案
  • 8● In C language,  (74)  is a collection of one or more variables, possibly of different types, grouped together under a single name for convenient handling.

    A.a structure

    B.a file

    C.an array

    D.a string

    开始考试点击查看答案
  • 9● In C language, the usual expression statements are  (75)  or function calls.

    A.I/Os

    B.assignments

    C.operations

    D.evaluations

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