单选题Items58and59arebasedonthefollowinghashtableHashfunctiOnis:h(key)=keymodl3Co11isionsaresolvedbyusingopenaddressing,linearprobing.Loadfactoraofthehashtableisapproximately
单选题有如下C语言程序
void * th_f(void * arg)
{
printf("Hello World");
pthread_exit(0);
}
int main(voiD)
{
pthread_t tid;
int st;
st=pthread_create(
if(st==0)
printf("Oops, I can not createthread\n");
exit(NULL):
}
针对上述程序,下列叙述中哪一个是正确的?
单选题在不同或相同的LAN之间存储和转发,提供数据链路层上的协议转换的设备是( )。
单选题In a certain cache system, the modified cache block is written to main memory only when the block is replaced. All of following are used to describe this policy EXCEPT?
单选题计算机网络拓扑是通过网中结点与通信线路之间的几何关系来反映出网络中各实体间的
单选题What is the decimal value of the following 16—bit two's complement number? (1111 1111 1111 0111
单选题Assume that N=2M and FIFO is used. If the string p1,p2,...,pN is repeated three times, then the number of page faults is
单选题Which values are NOT permitted to be part of the primary key?
单选题下面三个关系代数表达式是等价的,试判别其执行效率
E1=пA(σB=(c
?
D="99"(R×S))
E2=пA(σB=c(R×σD="99"(S))
E3=пA(R∞B=CσD="99"(S))
单选题软件结构是软件模块间关系的表示,下列术语中哪一个不属于对模块间关系的描述?
单选题关于数据报交换方式的描述中,正确的是
单选题Give the logical variables X=0, Y=1, the value of X∧Y(logical multiply) is( ).
单选题在域名系统中,解析器收到一个"非权威性"的映射时,解析器可以认为
单选题以下哪个元素是IDEF0建模方法的组成部分______。
单选题已知寄存器A存有带符号整数且只做算术移位,HA和LA分别代表其最高位和最低位。寄存器B存有带符号整数且只做逻辑移位,HB和LB分别代表其最高位和最低位。当寄存器A与B都有左移位发生时,下述哪一个命题是正确的?(
)
单选题软件设计一般划分为概要设计和详细设计,以下各项应属于概要设计内容的是
单选题光纤分布数据接口FDDI标准与令牌环媒体访问控制标准( )十分接近。
单选题For relation R where primary key contains multiple attributes,no non-key attribute should be functionally dependent on a part of the primary key. This relation R is at least in
单选题下列关于UNIX的叙述中,不正确的是
单选题下列不属于单元测试策略的是______。
A.自顶向下测试策略
B.自底向上测试策略
C.失效恢复测试策略
D.孤立单元测试策略
