9.—Where-s Mr Wu ,do you know?—Well ,lt's hard to say. But I saw him ________a football game just now.A. was watchingB. watchingC. had watchedD. watched

9.—Where-s Mr Wu ,do you know?

—Well ,lt's hard to say. But I saw him ________a football game just now.

A. was watching

B. watching

C. had watched

D. watched


相关考题:

The Browns are ( 11) Smiths neighbors. Mr Brown's name is John. But when his neighbors talk about him,they ( 12 ) him "Mr Going-to-do . Do you know why? Mr Brown always says he is going to do something,but he ( 13) does it.Every Saturday, Mr Brown ( 14 ) to the Smiths back door and talks to Mr Smith. He always says he ( 15 ) do something."I,m going to clean my house today,"he says,( 16 ) "I'm going to wash my car tomor-row,"or"These trees in front of my house'are ( 17) big,l m going to cut them down next week."Mr Smith usually says,"( 18) ,John?"He knows his neighbor is not going to clean his house,or wash his car,or cut down any trees. Then he says,"Well,excuse me,John. I-m going to do some work in the house. "And he ( 19) .Mr and Mrs Smith often say to their only child Dick,"Are you going to do something?Then do it. Don-t be ( 20) 'Mr Going-to-do'.( )11.A.theB.a.C.oneD./

一I'm very tired. I've please just finished work .--- ____.A. Well,you'd better go home and have a good restB. Oh,great! CongratulationsC.Ok,I'11 give it to you tomorrow.

()you()Jane last month? B: No, I(). A、*/saw/didn’tB、Did/see/didn’tC、Did/saw/didn’tD、id/see/did

Wu Hua had a question to ask his foreign teacher. He went to Professor James's place.After he got the answer, he got up to leave.Wu:()A、Well, that's clear, thank you very much.B、Well, I've got to go now.C、Ok. Thanks.D、I'm afraid I must go now.

If I had come here yesterday, I _______him. A. would have seenB. would seeC. have seenD. saw

以下能正确计算1×2×3×4...×10的程序段是A.i=1; s=1; do { s=s*i; i++; } while(i<=10);B.do { i=1; s=1; s=s*i; i++; } while(i<=10);C.do { i=1; s=0; s=s*i; i++; } while(i<=10);D.i=1; s=0; do { s=s*i; i++; } while(i<=10);

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

以下能正确计算10!的程序段是 。A.do {i=1;s=1;; s=s*i; i++; }while(i<=10);B.do{i=1;s=0 s=s*i; i++; while(i<=10);C.i=1;s=1; do{s=s*i; i++; }while(i<=10);D.i=1;s=0; do{s=s*i; i++; }while(i<=10);

以下能正确计算1×2×3×…×10的程序段是 。A.do {i=1;s=1; s=s*i; i++; } while(i<=10);B.do {i=1;s=0; s=s*i; i++; } while(i<=10);C.i=1;s=1; do {s=s*i; i++; } while(i<=10);D.i=1;s=0; do {s=s*i; i++; } while(i<=10);