It was () of you to turn off the light while I was sleeping. A、considerableB、considerateC、concernedD、careful

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

A、considerable

B、considerate

C、concerned

D、careful


相关考题:

He tried in vain to _________ the students __________ their professors. A. turn⋯againstB. turn⋯toC. turn⋯outD. turn back

I'll try and find( )the name of the person who saved my life yesterday. A. atB. outC. withD. off

Ⅱ.完形填空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.inB.toC.aroundD.off

You can stay here tonight.We can ( )you ______in the spare room. A.put...upB.put...awayC.put...downD.put...off

If you drive your car in that way, you’ll end ___ in hospital. A. upB. inC. off

– David, you've been losing your temper over nothing lately.– ( ).A. I haven’t been getting much sleep eitherB. You’d better not push yourself too hard, or you’ll get sickC. I’m sorry. I shouldn’t have blown up like thatD. You’d better do exercises regularly

以下程序段中,循环次数不超过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);

以下能正确计算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);

15、以下程序段中,循环次数不超过10的是()A.int i=10; do{ i=i+1;} while(i0);B.int i=5; do{ i+=1;} while(i0);C.int i=1; do{ i+=2;} while(i!=10);D.int i=6; do{ i-=2;} while(i!=1);

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);