单选题It ______ heavily when I left the cinema.ArainsBwill rainCis rainingDwas raining

单选题
It ______ heavily when I left the cinema.
A

rains

B

will rain

C

is raining

D

was raining


参考解析

解析:
句意:当我离开电影院的时候正在下大雨。从过去时间状语when I left the cinema可知此处用过去进行时,故选D项。

相关考题:

– I want to buy a silk tie with white and black spots. –() (A) No, there is nothing left.(B) I’m sorry.(C) I'm afraid we don't have any left.(D) Here you are.

Unluckily, when I dropped in , Dr. Smith (), so we only had time for a few words. A、just leftB、was just leavingC、has just leftD、had just left

—I really hope to keep in touch with Lily.—Sorry.I don't know .A.what her name is B.what her job isC.what her number is D.when she left

—I really hope to keep in touchwithLily.rn—Sorry. I don't know______. A.what her name isB.what her job isC.what her number isD.when she left

_______ got to the hotel yesterday evening when it began to rain heavily.A. No sooner I hadB. No sooner had IC. Hardly I hadD. Hardly had I

When my grandfather died, I discovered that he had left me some money in his ______.A. savingsB. willC. credit cardD. cash machine

I was surprised to find out that I was heavily ____ debt.A. onB. inC. toD. up

When I ___school this morning, it ___, so I used my raincoat. A.left, was rainingB.was leaving, was rainingC.had left, was rainingD.left, rained

― Seven thirty? I guess I’d better get going for the meeting at eight o’clock.When is the next bus up to the hotel?― ___________________. A.That bus leaves here in 15 minutes.B.That bus left just now.C.That bus isn’t here.D.The bus over there is waiting.

阅读下列C程序和程序说明,将应填入(n)处的字句写在对应栏内。【说明】下面是一个用C编写的快速排序算法。为了避免最坏情况,取基准记录pivot时,采用从left、right和mid=[(left+right)/2]中取中间值,并交换到right位置的办法。数组a存放待排序的一组记录,数据类型为T,left和right是待排序子区间的最左端点和最右端点。void quicksort (int a[], int left, int right) {int temp;if (left<right) {hat pivot = median3 (a, left, right); //三者取中子程序int i = left, j = right-1;for(;;){while (i <j a[i] < pivot) i++;while (i <j pivot < a[j]) j--;if(i<j){temp = a[i]; a[j] = a[i]; a[i] = temp;i++; j--;}else break;}if (a[i] > pivot){temp = a[i]; a[i] = a[right]; a[right] = temp;}quicksort( (1) ); //递归排序左子区间quieksort(a,i+1 ,right); //递归排序右子区间}}void median3 (int a[], int left, int right){ int mid=(2);int k = left;if(a[mid] < a[k])k = mid;if(a[high] < a[k]) k = high; //选最小记录int temp = a[k]; a[k] = a[left]; a[left] = temp; //最小者交换到 leftif(a[mid] < a[right]){temp=a[mid]; a[mid]=a[right]; a[right]=temp;}}消去第二个递归调用 quicksort (a,i+1,right)。 采用循环的办法:void quicksort (int a[], int left, int right) {int temp; int i,j;(3) {int pivot = median3(a, left, right); //三者取中子程序i = left; j = righi-1;for (;; ){while (i<j a[i] < pivot)i++;while (i<j pivot <a[j]) j--;if(i <j) {temp = a[i]; a[j]; = a[i]; a[i]=temp;i++; j--;}else break;}if(a[i]>pivot){(4);a[i]=pivot;}quicksoft ((5)); //递归排序左子区间left = i+1;}}

She was on a plane ( ) Moscow when she fell ill. A.bound forB.bound toC.left forD.left to

The burglar was caught__________.A.while he left the houseB.when he was left the houseC.as he was leaving the houseD.as soon as he was leaving the house

A vessel is not underway when ______.A.the anchor is draggingB.the ahchor is used in dockingC.the ahchor is dredgingD.she is at anchor but yawing heavily

Not a single word __________when he was forced to leave home and join the army in 1937.A.did Mark leaveB.left MarkC.did leave MarkD.Mark left

The earthquake broke out on a day _______ my father left for America, a day _______I’ll never forget.A.that; whenB.when; whenC.that; whichD.when; that

The earthquake broke out on a day______ my father left for America, a day _______ I’ll never forget.A.that; when B.when; whenC.that: which D.when; that

When I got on the bus,I__________I had left my waliet at home.A.was realizingB.realizedC.have realizedD.would realize

I believe you have ______ some important points in the report.A.left offB.left behindC.left outD.left alone

When William I died in Normandy in()he left England to his second son William.A1100B1153C1087D1135

I forgot ()an umbrella with me when I left home for work.AtakeBto takeCtakingDtook

I forgot ()an umbrella with me when I left home for work.A、takeB、to takeC、takingD、took

When facing the bow on a ship, the left side is called the().A、left sideB、starboard sideC、port sideD、port bow

单选题When my ship arrived there, their ship().Ahas left alreadyBleft alreadyChad left alreadyDwould left already

单选题I forgot ()an umbrella with me when I left home for work.AtakeBto takeCtakingDtook

单选题Perhaps the last word is best left to his father. Bill Hayes:“When Mike first told me about his ______ , I just laughed and said that I thought it was foolish—Which shows you that he’s smarter than I am.”AdreamBideaCproblemDstudy

单选题—Jerry and Lucy must both like movies. I often meet them at the cinema.—_____ is Lucy, not Jerry, who likes movies.ASoBThatCItDSuch

单选题Only when I left my parents for Italy ______ how much I loved them.AI realisedBI had realisedCrealised IDdid I realise