It was () of you to turn off the light while I was sleeping.

题目
It was () of you to turn off the light while I was sleeping.

A、considerable

B、considerate

C、concerned

D、careful

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

第1题:

Ⅱ.完形填空

One morning Mr Green is driving(11) the country and (12) a small hotel. When he sees an old man (13) 0ne side of the road,he stops his (14) and says to the old man,"l want to go to the Sun Hotel. Do you know how to get there?"

"Yes,"the old man answers,"I'll (15) the way."He (16) Mr Green's car,and they drive about twelve miles.(17) they come to a small house,the old man says,"Stop here. "Mr Green stops and (18)the house. "But this isn't the hotel,"he says to the old man. "Right," the old man answers. "This is my house. And I'll tell you the way (19)the hotel, Turn (20) and go back nine miles. Then you can see the hotel. "

( )11,

A.in

B.to

C.around

D.off


正确答案:A
Ⅱ.Il.A【解析】句意为:格林先生开车行驶在乡村。若选择B项中的to,则表示格林先生开车目的是去农村,此时句意与本句后半部分含义不够协调,因下文说的是,格林先生开车在找一个小旅馆。比较合适的意思是格林先生在乡下开着车在找旅馆.C、D 语境不妥,故选A。 ~

第2题:

If you drive your car in that way, you’ll end ___ in hospital.

A. up

B. in

C. off


参考答案:A

第3题:

He tried in vain to _________ the students __________ their professors.

A. turn⋯against

B. turn⋯to

C. turn⋯out

D. turn back


参考答案:A

第4题:

15、以下程序段中,循环次数不超过10的是()

A.int i=10; do{ i=i+1;} while(i<0);

B.int i=5; do{ i+=1;} while(i>0);

C.int i=1; do{ i+=2;} while(i!=10);

D.int i=6; do{ i-=2;} while(i!=1);


int i=10;do{i=i+1;}while(i<0);

第5题:

以下程序段中,循环次数不超过10的是()

A.int i=10; do{ i=i+1;} while(i<0);

B.int i=5; do{ i+=1;} while(i>0);

C.int i=1; do{ i+=2;} while(i!=10);

D.int i=6; do{ i-=2;} while(i!=1);


int i=10; do{ i=i+1;} while(i<0);

第6题:

You can stay here tonight.We can ( )you ______in the spare room.

A.put...up

B.put...away

C.put...down

D.put...off


参考答案:A

第7题:

– David, you've been losing your temper over nothing lately.– ( ).

A. I haven’t been getting much sleep either

B. You’d better not push yourself too hard, or you’ll get sick

C. I’m sorry. I shouldn’t have blown up like that

D. You’d better do exercises regularly


正确答案:C

第8题:

I'll try and find( )the name of the person who saved my life yesterday.

A. at

B. out

C. with

D. off


参考答案:B

第9题:

以下能正确计算1+2+3+…+10的程序段是 。

A.i=1; s=1; do {s=s+i; i++;} while (i<10);

B.do {i=1;s=0; s=s+i; i++;} while (i<=10);

C.do {i=1;s=1; s=s+i; i++;} while (i<=10);

D.i=1,s=0; do {s=s+i; i++;} while (i<=10);

E.i=1; s=1; do {s=s+i; i++;} while (i<=10);

F.i=1,s=0; do {s=s+i; i++;} while (i<10);


C

第10题:

15、以下程序段中,循环次数不超过10的是()

A.int i=10; do{ i=i+1;} while(i<0);

B.int i=5; do{ i+=1;} while(i>0);

C.int i=1; do{ i+=2;} while(i!=10);

D.int i=6; do{ i-=2;} while(i!=1);


int i=10;do{i=i+1;}while(i<0);