-----Ken, , but your TV is going too loud.-----Oh, I’m sorry. I’ll turn it down right now.A. I’d like to talk with you B. I’m really tired of thisC. I hate to say this D. I need your help

-----Ken, , but your TV is going too loud.

-----Oh, I’m sorry. I’ll turn it down right now.

A. I’d like to talk with you B. I’m really tired of this

C. I hate to say this D. I need your help


相关考题:

---- Shall we stay at home watching TV tonight?---- No, I’d like __________ and see a movie.A. to go B. go C. went D. going

A: I'm going to clean the house. B: () do the shopping. A、I like toB、I wouldC、I'll

AI am Li Tao. I’m from China. I-m ten. I'm in Class One,Grade Four. I’m in Row(排)Three.I’m Number(号) 4. This is my friend. His name is Kang Kang. He is ten, too. He-s in my class. He is in Row Three, too. He is Number 5.( )21.I am _________.A. Kang KangB. nineC. from ChinaD. Number 5

Ⅱ.完形填空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

Hanxue: Well, we have several ways of___1_Daniel: Good. A nice wrapping that catches the eye will certainly help push sales.Hanxue: Right, the woolen gloves appeal to the eye as well as to the purse.Daniel: ___2_Hanxue: We’ll pack them a dozen in a cardboard box,___3_Daniel: Why not wooden cases_4___Hanxue: But the charge will be higher and it also slows down deliveryDaniel: I see. I’ll___5_Hanxue: Please do. I’ll be waiting for your early reply.A. They are stronger for sea shipmentB. How do you pack them.C. contact home soon for instructionsD. packing woolen gloves for sea shipment and for shelf sellingE. each with 6 different colors, ten boxes in a carton

–Do you ever play tennis?–_______.I have played a few times.I'd rather _____ jogging. A.Hardly ever ⋯goingB.Hardly ever ⋯goC.Hardly never ⋯goD.Hardly never ⋯going

阅读下列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;}}

Whita:How are you?Harrison: I'm fine. Thank you. And you?White:_______A、Me, too.B、I, too.C、Fine.D、Thanks.

—Ken, ________, but your TV is going too loud. —Oh, I’m sorry. I’ll turn it down right now.A. I’d like to talk with you B. I’m really tired of thisC. I hate to say this D. I need your help