You need ______ good care of your mother. A、to takeB、takeC、takingD、took

You need ______ good care of your mother.

A、to take

B、take

C、taking

D、took


相关考题:

Your little girl is becoming very rude. You ________ scold her. A.mayB.canC.ought toD.need

May I take this book out of the reading room? No,you . You read it in here. ( )A. mightn’tB. won’tC. need’tD. mustn’t

7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His

What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

Merry Christmas, George! Here is a card for ________, with ________ best withes. A.you…yourB.you…ourC.us…ourD.us…your

You don’t look________; you’d better see a doctor. A.miceB.wellC.kindD.good

( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us

One day,a teacher was speaking to a group of students about how to (31) their time.He gave an example those students would never forget.He pulled out a wide jar(罐子) and put it on the table. He also took out several rocks and carefully put them into the jar one at a time. When no more rocks would( 32) inside,he asked,"Is this jar full?"Everyone in the class shouted," Yes. "The teacher replied,"Really?" He pulled out a box of small stones. He dumped some in and ) (33)the jar. The stones went down into the spaces (34) the big rocks. He then asked the group once more,"Is this jar full?""Probably not,"one of them answered. "Good ! "he replied. He brought out a glass of sand and dumped the sand into the jar and it went into all of the spaces( 35) . Once more he asked the question,"Is this jar full?""No!"the class shouted. Once again he said,"Good! Then he poured a cup of water in (36) the.jar was full. Then he asked,"What is the key point here?"One student put up his hand and said,"The key point here is that even if you are busy,you can (37) plan everything well if you try really hard ! "" No, the speaker replied,"that's not the point. The point is if you don-t put the big rocks In(38) ,your ’ll never get them in. What are the 'big rocks in your (39) ? Time with your loved ones,your education,or your dreams? Remember to put these big rocks in first,or you ’II never get them in (40) ."( )31.A.spendB.takeC.killD.arrange

以下对于列表的相关操作中哪些项有正确的输出结果?A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print(language) ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print(list('Life is short, you need Python.').count('is')) 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print(x) [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4

以下对于列表的相关操作中哪些项有正确的输出结果?A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print list('Life is short, you need Python.').count('is') 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print x [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4