试题与答案

to sunlight for too much time, as the do

题型:选择题

题目:

         to sunlight for too much time, as the doctors say, will do harm to one's skin.  [ ]

A. Being exposed                      

B. Having exposed  

C. Exposed                          

D. After being exposed

答案:

答案:A

试题推荐
题型:完形填空
完形填空(共20小题;每小题1.5分,满分30分)
Some people who find themselves unable to solve a problem react by just giving up. But it is not good to  36  problems by giving up or make excuses for  37 . You may be sure that all young people  38  the same difficult process that you are going through: meeting new situations, developing new skills, and testing their abilities.
If you are unhappy about something, face it. Try to  39  the problem in a few words, so that you will know exactly what you are  40 . Then see if you can “put you finger” on the  41   of your unhappiness.
In many cases, we only “think” there is no  42  to a particular problem. But often we can  43  the problem and achieve the goal by making a direct  44 .
For example, a boy wanted to be a debater(辩论家). When he tried for the debating team as a  45  , the coach thought he was  46 . He was shy; he had a high-pitched voice and his posture(姿态) was poor. Although he was given little hope of success, he took  47  of every   48  to debate. He studied from successful speakers and  49  his own weakness and assets. Then he  50  many hours learning all the facts on the topics for the debate, and worked at developing good posture and at speaking clearly. In his junior year, he made the school  51   team, and in his senior year, he was on the winning team in his state. He  52  his goal because he had made a direct attack on his problem.
 53  direct attack is often the best way to face problems, we have to be  54  in judging situations and sometimes it is necessary to  55  the goal. So it is important to study the situation and make a wise decision about what to do.
小题1:
A.escapeB.noticeC.clear upD.dismiss
小题2:
A.successB.failureC.changeD.himself
小题3:
A.go throughB.experiencedC.escape fromD.give up
小题4:
A.sayB.stateC.findD.solve
小题5:
A.dealt withB.up toC.escapingD.up against
小题6:
A.causeB.purposeC.pointD.statement
小题7:
A.wayB.solutionC.methodD.hope
小题8:
A.give upB.think ofC.considerD.overcome
小题9:
A.attackB.methodC.changeD.catch
小题10:
A.directorB.instructorC.adviserD.freshman (新人)
小题11:
A.hopefulB.greatC.hopelessD.grateful
小题12:
A.useB.advantageC.valueD.effect
小题13:
A.minuteB.opportunityC.effortD.other
小题14:
A.sized upB.thought upC.made upD.gave in
小题15:
A.costB.foundC.spentD.wasted
小题16:
A.speakingB.successfulC.debatingD.member
小题17:
A.gave upB.escapedC.caughtD.achieved
小题18:
A.AlthoughB.SinceC.BecauseD.However
小题19:
A.falseB.realisticC.hopefulD.valuable
小题20:
A.give upB.changeC.attackD.strike
查看答案
题型:单项选择题

为了使程序的输出的正确结果为: Now is 2004.7.10 10:10:10. 那么应在下列程序划线处填入的正确语句是( )。 那么应在下列程序划线处填入的正确语句是( )。 #include <iostream> using namespace std; class TIME; class DATE { public:DATE(int y=2004,int m=1,int d=1){ year=y; month=m; day=d;}friend void DateTime(DATE &d, TIME &t); private:int year, month, day; }; class TIME { public:TIME(iht h=0, int m=0,int s=0){ hour=h; minute=m; second=s;}friend void DateTime(DATE &d,TIME &t); private:int hour,minute, second; }; ______________________//函数 DateTime 的首部 {cout<<"Now is"<<d.year<<’.’<<d.month<<’.’<<d.day<<’ ’<<t.hour<<":"<<t.minute<<’:’<<t.second<<’.’<<end1; } int main ( ) {DATE d(2004,7,10);TIME t(10, 10, 10);DateTime(d,t);return 0; }

A.void DateTime(DATE &d,TIME &

B.void TIME::DateTime(DATE &d,TIME & const

C.friend void DateTime(DATE &d,TIME &

D.void DATE::DateTime(DATE &d,TIME &

查看答案
微信公众账号搜索答案