I began the day _____ tennis with a secondary-school friend I hadn't seen for a whi

题目

I began the day _____ tennis with a secondary-school friend I hadn't seen for a while.

A:playing

B:play

C:to play

D:played

参考答案和解析
正确答案:C
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

下列程序执行后的输出结果是

void funcl(int i);

void func2(int i);

char st[]="hello,friend!";

void fund(int i)

{ cout<<st[i];

if(i<3){i+=2;func2(i);}

}

void func2(int i)

{ cout<<st[i];

if(i<3){i+=2;funcl(i);}

}

main( )

{int i=0;fund(i);cout<<endl;}

A.hello

B.hel

C.hlo

D.hlm


正确答案:C
解析:本题考察递归调用。分析funcl可知,当i=0时,首先输出h,然后i变为2,调用func (2),则输出str[2],应为1。分析到此就可以排除选项A和B。然后调用runcl(4),此时输出str [4],为o,故正确答案为C。

第2题:

you had some trouble finding where i live, ______?

A、didn’t you

B、hadn’t you

C、do I

D、don’I


正确答案:A

第3题:

I()to meet you here.

A、didn't expect

B、hadn't expected

C、don't expect

D、will not expect


参考答案:A

第4题:

下列程序 void func1(int i); void func2(int i) char st[]="hello,friend!"; void funcl(int i) { printf("%c",st[i]); if(i<3){i+=2;func2(i);} } void func2(int i) { printf("%c",st[i]); if(i<3){i+=2;funcl(i);} } main() { int i=0;funcl(i);printf("\n");} 执行后的输出结果是( )

A.hello

B.hel

C.hlo

D.hlrn


正确答案:C

第5题:

下列程序执行后的输出结果是 void funcl(int i); void func2(int i); char st[]="hello,friend!"; void funcl(int i) {printf("%c",st[i]); if(i<3){i+=2;func2(i);}} void func2(int i) { printf("%c",st[i]); if(i<3){i+=2;func1(i);}} main() {int i=

A.hello

B.hel

C.hlo

D.hlm


正确答案:C

第6题:

I’m looking forward _______ you in the near future.

A、to seeing

B、to see

C、seeing

D、seen


参考答案:A

第7题:

I’d rather you ____ come here to see the film. It’s really long and boring.

A. haven’t

B. don’t

C. didn’t

D. hadn’t


正确答案:C

第8题:

--I'm sorry, but I don't quite follow you. Did you say you wanted to return on September 20?

--Sorry, I ____ myself clear. We want to return on October 20.

A. hadn't made

B. wouldn't make

C. don't make

D. haven't made


正确答案:D

第9题:

下列程序执行后的输出结果是( )。 void func1 (int i); void func2(int i); char st[]="hello,friend!"; void func1 (int i) { printf("%c",st[i]); if(i<3){i+=2;func2(i);} } void func2(int i) { printf("%c",st[i]); if(i<3){i+=2;func1(i);}

A.hello

B.hel

C.hol

D.hlm


正确答案:C

第10题:

But for your help, I ___________ the work ahead of time.

A.wouldn't have finished
B.didn't finish
C.hadn't finished
D.wouldn't finish

答案:A
解析:
考查虚拟语气。句意为“要不是你的帮助,我就不会提前完成这项工作”。if条件句可与 but for,with our otherwise,or等短语转换。此句可转换为if非真实条件句为“If I hadn’t had your help,I wouldn’t have finished the work ahead of time”,是对过去的虚拟,主句谓语动词用would/should/could/might+have done。故选A。