It’s a problem that doesn ’ t need ( ) right now.A.to solveB.solvingC.being solvedD.to be solving

It’s a problem that doesn ’ t need ( ) right now.

A.to solve

B.solving

C.being solved

D.to be solving


相关考题:

A project manager recently rewarded an individual with a promotion that carried with it a very small salary increase but substantially more responsibility. The project manager appears to be appealing to the employee's _____ need.A MonetaryB PhysiologicalC EsteemD Self-actualizationE Team-building

Betty is from Italy. Now she lives in Edinburgh . But her parents still live in Italy. She is 25 years old. She is a teacher. She works in a high school in Edinburgh. She teaches science (科学) and she likes her work. Most of her students are 15 or 16 years old. They all like her. They think she is a great teacher and a beautiful girl with long golden hair. Betty has a boyfriend. His name is Ray. He is British. He is 30 years old. He likes books and music. He can play the piano very well. He is in IT. He works very hard. But he does not like his job. He likes traveling like Betty, and of course he likes staying with Betty.(1). Betty is British now.A、 Right.B、Wrong.C、Doesn't say.(2). Betty has long beautiful hair.A、 Right.B、Wrong.C、Doesn't say.(3). Ray likes his job.A、 Right.B、Wrong.C、Doesn't say.(4). Both Betty and Ray like traveling.A、 Right.B、Wrong.C、Doesn't say.(5). Betty can play the piano well.A、 Right.B、Wrong.C、Doesn't say.

In Britain people usually have a doctor near their home or in their town. This is the local doctor. You have to register with a doctor before you can make an appointment. You usually have to fill in a form. and the doctor examines you. Families often all register with the same doctor. Doctors often work together in groups, and the name of the place where they work is a Doctor's Surgery. The government pays for this system, and it is free to go to see your doctor. If the doctor decides that you need treatment he can prescribe medicine. For example he can prescribe antibiotics for an infection. Medicine can be tablets to take with water or liquid to drink. The doctor writes the prescription. You take the prescription to the chemist's, and the chemist will make up the medicine for you. You usually have to pay some money for the medicine --- but you don't have to pay the full price.(1). British people usually go a long way to see a doctor.A、 Right.B、Wrong.C、Doesn't say.(2). Some rich British families don't register with the same doctor.A、 Right.B、Wrong.C、Doesn't way.(3). British people don't have to pay when they see their doctor.A、 Right.B、Wrong.C、Doesn't say.(4). Doctors always work alone in their own Doctor's Surgery.A、 Right.B、Wrong.C、Doesn't say.(5). British people usually have to pay for their prescription at the chemist's.A、 Right.B、Wrong.C、Doesn't say.

Hello. My name is Molly and I'm from Ireland. I train the staff and help the customers --- especially the important ones. Franco, the restaurant owner, discusses everything with me. I have two free evenings a week, but twice a year I work every evening when Franco is on holiday --- I hate that. I always have to work on Friday and Saturday evenings when the restaurant is busy. But I like it because I'm interested in food and people. My salary is good. I like working with Franco. I get along well with the other staff in the restaurant.(1). Molly likes to work every evening.A、 Right.B、Wrong.C、Doesn't say.(2). Molly sometimes has to work on Friday and Saturday evenings.A、 Right.B、Wrong.C、Doesn't say.(3). Molly has a holiday twice a year.A、 Right.B、Wrong.C、Doesn't say.(4). Molly like working in the daytime.A、 Right.B、Wrong.C、Doesn't say.(5). Molly gets along well with all the staff in the restaurant.A、 Right.B、Wrong.C、Doesn't say.

Hello, everyone. I'd like to talk about myself. My name is Lily. I am an IT worker. I work at the ABC company in Shanghai. Now I am working as a trainee (实习) Information Technology Manager. I am in charge of about 45 people. I am here on my own. My family is in Hong Kong. I don't have any brothers, but I have a sister. She works on newspaper advertisements. She is now sitting in front of the TV set and watching me on TV in our house in Hong Kong. I believe, my mother and father are together with her too. I would like to say hello to my family. Hi, Mum and Dad! Hello, Rose! Can you see me and hear me clearly? I am now in the TV studio (演播室) of Shanghai TV Station. We are making a program about our company. These people around me are my colleagues. That one over there is our boss.(1). Lily works in IT.A、 Right.B、Wrong.C、Doesn't say.(2). Lily has got a big family in Hong Kong.A、 Right.B、Wrong.C、Doesn't say.(3). Lily is working on a training program in the TV studio of Shanghai TV Station.A、 Right.B、Wrong.C、Doesn't say.(4). Lily is going to be the IT Manager.A、 Right.B、Wrong.C、Doesn't say.(5). Lily's boss and her colleagues are in Shanghai now.A、 Right.B、Wrong.C、Doesn't say.

3.Jack _______like baseball ________volleyball.A. don't ; orB. doesn't ; orC.don't ;andD.doesn't ;and

设指针变量p指向双向链表中节点A,指针变量s指向被插入的节点X,则在节点A的后面插入节点X的操作序列为()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right;p->right->left=s;p->right=s;

2、在循环双链表的p所指结点之后插入s所指结点的操作是()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right; p->right->left=s;p->right=s;

设指针变量p指向双向链表中结点A,指针变量s指向被插入的结点X,则在结点A的后面插入结点X的操作序列为()A.p->right=s; s->left=p; p->right->left=s; s->right=p->right;B.s->left=p;s->right=p->right;p->right=s; p->right->left=s;C.p->right=s; p->right->left=s; s->left=p; s->right=p->right;D.s->left=p;s->right=p->right;p->right->left=s; p->right=s;

在循环双链表的p所指节点之后插入s所指节点的操作是A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.s->left=p;s->right=p->right;p->right->left=s;p->right=s;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.p->right=s;p->right->left=s;s->left=p;s->right=p->right;