单选题SNMP网络管理是一种 (63) 。
单选题在计算机内部,一切信息存取、处理和传送的形式是 (4) 上。
单选题若对声音以22.05kHz的采样频率、8位采样精度进行采样,则10分钟双声道立体声音的存储量为 (31) 字节。
单选题
单选题在以下关于电子邮件的叙述中, “ ”是不正确的。
单选题We cinsider a_____________successful only when an error is discovered.
单选题采用可变分区方式管理主存储器时,若采用最优适应分配算法,宜将空闲区按 (13) 次序登记在空闲区表中。
单选题
单选题在Windows操作系统中,同一个文件夹下 (4) 。
单选题
单选题下列总线中 是一种通常用于远程通信的串行总线。
单选题在UML的通用机制中, (45) 用于把元素组织成组; (46) 是系统中遵从一组接口规范且付诸实现的物理的,可替换的软件模块。
单选题一个事务中所有对数据库的操作是一个不可分割的操作序列,这称为事务的 (17) 。
单选题所有在函数中定义的变量都称为 (33) 。
单选题A(n) ______ document is an interlinked system of documents in which a user may iump from one document to another in a nonlinear,associative way.
单选题______是指在与发送端处于同一边的接收端处所感应到的从发送线对感应过来的串扰信号。 A.衰减量 B.近端串扰 C.传输延迟 D.回波损耗
单选题A (71) is a data type whose major attributes are determined by the roles governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most (72) . Such a structure is said to have a last-in/first-out (LIFO) behavior, or protocol.
单选题已知n 为一正整数,在下面的循环语句中,循环体的重复次数约为__( )__ 。
s = 0; i = 1;
while(i<n)
{i = i *2; s = s + i;}
单选题有如下两个关系,其中雇员信息表关系EMP的主键是雇员号,部门信息表关系DEPT的主键是部门号。若执行下面列出的操作,(19)操作不能成功执行。