I would not be seeing the film Green Book now _____ me up in time. A: A.were Kathy not to pick B: B.had Kathy not picked C: C.if Kathy hasn’t picked D: D.if Kathy did not pick
I would not be seeing the film Green Book now _____ me up in time. A: A.were Kathy not to pick B: B.had Kathy not picked C: C.if Kathy hasn’t picked D: D.if Kathy did not pick
8086处理器的标志寄存器中定义了9位,其中3位是控制位,6位是状态位。下述4位标志位中不属于控制位的是( ) A: TF B: DF C: OF D: D.IF
8086处理器的标志寄存器中定义了9位,其中3位是控制位,6位是状态位。下述4位标志位中不属于控制位的是( ) A: TF B: DF C: OF D: D.IF
在Excel工作表中,正确表示if函数的表达式是[ ]。 A: A.IF(“平均成绩”>60,“及格”,“不及格”) B: B.IF(e2>60,“及格”,“不及格”) C: C.IF(e2>60,“不及格”,“及格”) D: D.IF(e2>60,及格,不及格)
在Excel工作表中,正确表示if函数的表达式是[ ]。 A: A.IF(“平均成绩”>60,“及格”,“不及格”) B: B.IF(e2>60,“及格”,“不及格”) C: C.IF(e2>60,“不及格”,“及格”) D: D.IF(e2>60,及格,不及格)
设有定义:inta=1,b=2,C=3;以下语句中执行效果与其他三个不同的是()。 A.if(a>B.C=a,a=b,b=C; B.if(a>B.{C=a,a=b,b=C;} C.if(a>B.C=a;a=b;b=c; D.if(a>B.{C=a;a=b;b=c;}
设有定义:inta=1,b=2,C=3;以下语句中执行效果与其他三个不同的是()。 A.if(a>B.C=a,a=b,b=C; B.if(a>B.{C=a,a=b,b=C;} C.if(a>B.C=a;a=b;b=c; D.if(a>B.{C=a;a=b;b=c;}
以下语法正确的if语句是_____________。 A: A.if(x>0)printf(“%f”,x)elseprintf(“%f”,-x); B: B.if(x>0){x=x+y;printf(“%f”,x);}elseprintf(“%f”,-x); C: C.if(x>0){x=x+y;printf(“%f”,x);};elseprintf(“%f”,-x) D: D.if(x>0){x=x+y;printf(“%f”,x)}elseprintf(“%f”,-x);
以下语法正确的if语句是_____________。 A: A.if(x>0)printf(“%f”,x)elseprintf(“%f”,-x); B: B.if(x>0){x=x+y;printf(“%f”,x);}elseprintf(“%f”,-x); C: C.if(x>0){x=x+y;printf(“%f”,x);};elseprintf(“%f”,-x) D: D.if(x>0){x=x+y;printf(“%f”,x)}elseprintf(“%f”,-x);
对于id为“name”的文本框,判断其输入不为空的正确JavaScript代码是()。A.if(document.getElementsByName("name").value.length==0)alert("输入不能为空");B.if(document.getElementByName("name").value=="")alert("输入不能为空");C.if(document.getElementById("name").value=="")alert("输入不能为空");D.if(document.getElementById("name").value.length==0)alert("输入不能为空");
对于id为“name”的文本框,判断其输入不为空的正确JavaScript代码是()。A.if(document.getElementsByName("name").value.length==0)alert("输入不能为空");B.if(document.getElementByName("name").value=="")alert("输入不能为空");C.if(document.getElementById("name").value=="")alert("输入不能为空");D.if(document.getElementById("name").value.length==0)alert("输入不能为空");
设变量已正确定义,选项()与以下程序段不等价。switch(choice){case1:price=3.0;case2:price=2.5;default:price=0.0;}A.price=0.0;B.switch(choice){default:price=0.0;case2:price=2.5;case1:price=3.0;}C.price=0.0;switch(choice){case1:price=3.0;case2:price=2.5;}D.if(choice==1){price=3.0;price=2.5;price=0.0;}elseif(choice==2){price=2.5;price=0.0;}else{price=0.0;}
设变量已正确定义,选项()与以下程序段不等价。switch(choice){case1:price=3.0;case2:price=2.5;default:price=0.0;}A.price=0.0;B.switch(choice){default:price=0.0;case2:price=2.5;case1:price=3.0;}C.price=0.0;switch(choice){case1:price=3.0;case2:price=2.5;}D.if(choice==1){price=3.0;price=2.5;price=0.0;}elseif(choice==2){price=2.5;price=0.0;}else{price=0.0;}
如果ξ与η不相关,则()。 A: D(ξ+η)=Dξ+Dη B: D(ξ-η)=Dξ-Dη C: D(ξη)=Dξ·Dη D: E(ξη)=Dξ·Dη
如果ξ与η不相关,则()。 A: D(ξ+η)=Dξ+Dη B: D(ξ-η)=Dξ-Dη C: D(ξη)=Dξ·Dη D: E(ξη)=Dξ·Dη
已有定义intd=-2;,执行以下语句后的输出结果是:printf('*d(1)=%d*d(2)=%3d*d(3)=%-3d* ',d,d,d,d);printf('*d(4)=%o*d(5)=%7o*d(6)=%-7o* ',d,d,d,d);printf('*d(4)=%x*d(5)=%6x*d(6)=%-6x* ',d,d,d,d);
已有定义intd=-2;,执行以下语句后的输出结果是:printf('*d(1)=%d*d(2)=%3d*d(3)=%-3d* ',d,d,d,d);printf('*d(4)=%o*d(5)=%7o*d(6)=%-7o* ',d,d,d,d);printf('*d(4)=%x*d(5)=%6x*d(6)=%-6x* ',d,d,d,d);
圆柱螺旋弹簧的旋绕比C是() A: d/D B: d/D C: D/d D: D/d
圆柱螺旋弹簧的旋绕比C是() A: d/D B: d/D C: D/d D: D/d