首页 > 软考
题目内容 (请给出正确答案)
[主观题]

(英译中)I guessed vaguely from my mother’s signs and from the hurrying to and fro in the house that something unusual was about to happen.

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“(英译中)I guessed vaguely from my…”相关的问题
第1题
The poetry of Mallarme, like the poetry of most of the symbolists, is not clear and easily
accessible but rather vague and

A.opaque

B.redundant

C.lucid

D.straightforward

点击查看答案
第2题
下列选项中,不能输出100个整数的是()。

A.for(int i=0;i<100;i++) System.out.println(i);

B.int i=0; do{ System.out.println(i); i++; }while(i<100);

C.int i=0; while(i<100){ System.out.println(i); i++; }

D.int i=0; while(i<100){ i++; if(i<100)continue; System.OUt.println(i); }

点击查看答案
第3题
有以下程序main () {int i; for(i=0;i<3;i++) switch(i) { case1: printf ("%d",i); case2:print

有以下程序 main () { int i; for(i=0;i<3;i++) switch(i) { case 1: printf ("%d",i); case 2: printf ("%d", i); default: printf ("%d",i); } 执行扣输出的结果是

A.11122

B.12

C.12020

D.120

点击查看答案
第4题
A.$i>$outputB.$i>>$outputC.$i>$outputD.$i>>$output

A.$i>$output

B.$i>>$output

C.$i>$output

D.$i>>$output

点击查看答案
第5题
以下程序的输出结果是()。main(){ int i; for(i=0;i<3;i++) switch(i) { case 0:printf(&quo

以下程序的输出结果是()。

main()

{ int i;

for(i=0;i<3;i++)

switch(i)

{ case 0:printf("%d",i);

case 2:printf("%d",i);

default:printf("%d",i); }

}

A.000102

B.000020

C.000122

D.000111

点击查看答案
第6题
I'dlike()somethingaboutyourforeigntradepolicy.

A.knowing

B.known

C.toknow

D.toknowing

点击查看答案
第7题
设变量已正确定义,则以下能正确计算f=n!的程序段是()。A.f=0; for(i=1; i<n;i++)f*=i;B.f=1; for(

设变量已正确定义,则以下能正确计算f=n!的程序段是()。

A.f=0; for(i=1; i<n;i++)f*=i;

B.f=1; for(i=1; i<n; i++)f*=i;

C.f=1; for(i=n; i>1; i++)f*=i;

D.f=1; for(i=n; i>=2; i--)f*=i;

点击查看答案
第8题
下列程序段的执行结果是()。 a=75 Ifa>60 Then i=1 Ifa>70 Then i=2 Ifa>80 Then i=3 Ifa<90 Then i=4 Print"i=";i

A.i=1

B.i=2

C.i=3

D.i=4

点击查看答案
第9题
_____A."$i">$outputB."$i">>$outputC.$i>$outputD.$i>>$outputA.B.C.D.

_____

A."$i">$output

B."$i">>$output

C.$i>$output

D.$i>>$output

点击查看答案
第10题
以下能够正确计算n!的程序是()。 A.PrivateSubCommand1_Click() n=5:x=1 Do x=x*I

以下能够正确计算n!的程序是()。

A.Private Sub Command1_Click()

n=5: x=1

Do

x=x * I

I=I + 1

Loop While I < n

Print x

End Sub

B.Private Sub Command1_Click()

n=5: x=1: I=1

Do

x=x * I

I=I + 1

Loop While I < n

Print x

End Sub

C.Private Sub Command1_Click()

n=5: x=1: I=1

Do

x=x * I

I=I + 1

Loop While I <=n

Print x

End Sub

D.Private Sub Command1_Click()

n=5: x=1: I=1

Do

x=x * I

I=I + 1

Loop While I > n

Print x

End Sub

点击查看答案
第11题
有以下程序:void f(int b[]){ int i;for(i=2;i<6;i++) b[i]*=2;}main(){ int a[10]={1,2,3,4,5,6

有以下程序: void f(int b[]) { int i; for(i=2;i<6;i++) b[i]*=2; } main() { int a[10]={1,2,3,4,5,6,7,8,9,10},i; f(A) ; for(i=0;i<10;i++) printf("%d,",a[i]); } 程序运行后的输出结果是()。

A.1,2,3,4,5,6,7,8,9,10,

B.1,2,6,8,10,12,7,8,9,10,

C.1,2,3,4,10,12,14,16,9,10,

D.1,2,6,8,10,12,14,16,9,10,

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改