控制病毒遗传变异的病毒成分是()。
A.核酸
B.染色体
C.壳粒
D.衣壳
E.包膜
参考答案:A
---By the way, how many of us can attend the meeting?
---The number of the students to attend the meeting _____ fifty.
A.is
B.has
C.are
D.have
给定C语言程序:
int foo(intx,int y,int d)
{
if(x!=0){
if(y==0)d=d/x;
else d=d/(x*y);
}else{
if(y==0)d=0;
else d=d/y;
}
returnd;
当用路径覆盖法进行测试时,至少需要设计()个测试用例。
A.3
B.4
C.5
D.8