1 Computer ()is a complex consisting of two or more connected computing units, it is used for the purpose of data communication and resource sharing.
问题1选项
A.storage
B.device
C.network
D.processor
参考答案: C
你的答案: C
试题解析:
计算机网络是由两个或两个以上的计算装置组成的复合体,旨在用于数据通信和资源共享。
2 In C language,()are used to create variables and are grouped at the top of a program block.
问题1选项
A.declarations 声明
B.dimensions 维度
C.comments 评论
D.descriptions
参考答案: A
你的答案: A
试题解析:
C语言中,数据类型的说明集中放在程序块首,用于建立各种变量。