网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

There is something wrong with my TV set;I must have it _____.

A. repairing

B. repair

C. to repair

D. repaired


参考答案

更多 “ There is something wrong with my TV set;I must have it _____.A. repairingB. repairC. to repairD. repaired ” 相关考题
考题 When I leave university in July, I don’t want to get a job straightaway. I’ve worked hard for 3 years, and now I need a long holiday. I’ll have to work for the rest of my life, so now is a good time to take a break. I’d like to travel around the world for a few months. I抳e already bought a ticket to go and visit my relatives in New Zealand. I leave on August 14th. I plan to work there for a while. On the way back from there I hope to visit an old friend of mine in America, and I want to go to Canada as well. I might stop in some other places, too. I haven抰 decided yet. When I finish travelling, I will have to get a job. I studied economics at Bristol University, and my father works in a bank, so I抣l probably work there at first. I?m not looking forward to that, but I want to buy a house one day, so I’ll have to earn some money.(1). I want to get a job as soon as possible.A、 RightB、Wrong(2). I’ll first go to New Zealand.A、 RightB、Wrong(3). I have relatives in America.A、 RightB、Wrong(4). I’ll probably work in a bank.A、 RightB、Wrong(5). I’ll earn some money to travel around the world.A、 RightB、Wrong

考题 If I lived on a desert island, I wouldn’t be bored or lonely. I prefer being on my own, and I think I’d enjoy that. I’d make my own entertainment. If I had a pen and some paper, I’d write a novel. I’ve always wanted to do that, but I’ve never had time. If I didn have to go to work, I抎 have lots of time, wouldn I? I be happy to leave my job as I don like my bossshe always complaining. If I had some tools, I have a garden and grow my own food. I quite good at gardening and really enjoy working outside. I grow lots of vegetables and fruit. I eat fish if I could catch them. I haven抰 been fishing since I was a child, but I抦 sure I could remember how to do it. I wouldn抰 miss watching television or driving my car. The programmes are all boring, and the roads are too busy these days. I’d miss my family and friends, but I think I’d be happier than I am now!(1). I wouldn’t be bored or lonely if I lived on a desert island.A、 RightB、Wrong(2). I’ve never had time to read a novel.A、 RightB、Wrong(3). I would grow my own food.A、 RightB、Wrong(4). I won’t remember how to fish.A、 RightB、Wrong(5).I would miss TV.A、 RightB、Wrong

考题 程序读入用户输入的一个值,要求创建一个异常,如果输入值大于10,使用throw语句显示地引发异常,异常输出的信息为“something?swrong!”,语句为() A.if(i10)throwException(“something?swrong!”);B.if(i10)throwExceptione(“something?swrong!”);C.if(i10)thrownewException(“something?swrong!”);D.if(i10)thrownewExceptione(“something?swrong!”);

考题 程序读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。 A.if(i10)throwException(“something’swrong!”);B.if(i10)throwExceptione(“something’swrong!”);C.if(i10)thrownewException(“something’swrong!”);D.if(i10)thrownewExceptione(something’swrong!);

考题 --Are you going to attend the meeting?--I'm not sure, I ______ go for a business trip instead.A. wouldB. shouldC. mightD. must

考题 9. _______you _______ stay at home today?A. Do ; have toB. Must; have toC. Have; toD. Do ; must

考题 Xiaoyan:So, I' d like to come and see the flat.Franca: Yes, when is convenient? How about during the day? I usually work in theevening.Xiaoyan; Well,I work during the day, but perhaps in the afternoon?Franca:Well, why don't you come at about 5 o'clock?Xiaoyan:That's a good idea.Franca; Are you free on Thursday?Xiaoyan: No, I'm afraid I'm not. We always have a meeting on Thursday. What aboutWednesday?Franca:No, I' m sorry. I' m busy on Wednesday. I’m in Cambridge. Are you free onFriday?Xaaoyan:Yes,Friday is fine.Franca: Okay. See you on Friday at 5 o'clock at the flat.Xiaoyan;Thanks very much. Goodbye.Franca:Goodbye.1. Franca usually works during the day.A. RightB. Wrong2. It is convenient for both of them to meet in the afternoon.A. RightB. Wrong3.Xiaoyan is free on Wednesday.A. RightB. Wrong4. Franca is not free on Wednesday because he has a meeting.A. RightB. Wrong5. They are going to meet on Friday at the flat.A. RightB. Wrong

考题 I’m sure he ____not mind your going with me. A.shallB. canC.wouldD. must

考题 下列程序的输出结果是【 】。 includeclass MyClass{public: int number; void set(in 下列程序的输出结果是【 】。include<iostream. h>class MyClass{public:int number;void set(int i);};int number=3;void MyClass: :set (int i){number=i;}void main( ){MyClass my1;int number=10;my1.set(5),cout<<my1, number<<',';my1.set(number);cout<<my1.number<<',';my1.set(: :number);cout<<my1.number<<'.';}

考题 Java程序中读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。A.if(I>10)throw Exception(“something’swrong!”);B.if(I>10)throw Exceptione(“something’swrong!”);C.if(I>10)thrownew Exception(“something’swrong!”);D.if(I>10)thrownew Exceptione(“something’swrong!”);