目前计算机网络的通信子网中所采用的传输技术可以有两类,即点―点方式与
A. 物理网络
B. 广播方式
C. 数字方式
D. 软件方式
在采用非抢占式进程调度方式下,不会引起进程切换的是
A. 一个更高优先级的进程就绪
B. 时间片到
C. 进程运行完毕
D. 进程执行P操作
设关系R和关系S具有相同的属性个数,且相应的属性取自同一个域,则:t是元组变量其结果关系是
A. R∪S
B. R-S
C. R∩S
D. R-(R-
Suppose elements in array A are already sorted ascending order of their values when the code begins to run, then execution time of the code will be
A. O(log2
B. O(
C. O(nlog2
D. O(n2)