使用万用表时应尽量避免使用()档,若需使用该档时,操作应该快一些。
A.R×1
B.R×10
C.R×100
D.R×1K
参考答案:A
句型转换。
1. I would like some juice. (对划线部分提问)
__________________________________________________________
2. The bathtub is white. (变为一般疑问句)
3. It's ten yuan. (对划线部分提问)
4. Is this a horse or a donkey? (回答horse)
有如下程序 main() char ch[2][5]="6937","8254",*p[2];int i,j,s=0;for(i=0;i<2;i++) p[i]=ch[i];for(i=0;i<2;i++)for(j=0;p[i][j]>,’\0’;j+=2)s=10*s+(p[i][j]-’0’);printf("%d\n",s); 该程序的输出结果是______。
A.69825
B.63825
C.6385
D.693825