When something goes wrong,it can be very

题型:阅读理解

问题:

When something goes wrong,it can be very satisfying to say,“Well, it’s so-and-so’s mistake.”or “I know I’m late,but it’s not my mistake;the car broke down.”It is probably not your mistake,but once you form the habit of blaming somebody or something else for a bad situation,you are a loser You have no power and could do nothing that helps change the situation. However, you can have great power over what happens to you if you stop focusing on whom to blame and start focusing on how to remedy the situation. This is the winner’s key to success.

 Winners are good at dealing with problems. For example, if you were late because your car broke down, maybe you need to have your car checked more regularly. Or, you might start to carry the useful phone numbers with you, so you could call for help when in need. For another example, if your colleague(同事) causes you problems on the job for lack of responsibility or ability, find ways of dealing with his irresponsibility or inability rather than simply blame the person. Ask to work with a different person, or don’t depend on the person. You should accept that the person is not reliable and find creative ways to work successfully regardless of how your colleague fails to do his job well.

  This is what being a winner is all about-creatively using your skills and talents so that you are successful no matter what happens. Winners don’t have fewer problems in their lives; they have just as many difficult situations to face as anybody else. They are just better at seeing those problems as challenges and opportunities to develop their own talents. So, stop focusing on “whose mistake it is.” Once you are confident about your power over bad situations, problems are just stepping stop on for success.

小题1:According to the passage, winners___________ .

A. have responsible and able colleagues

B. meet with fewer difficulties in their lives

C deal with problems instead of blaming others.

D. blame themselves instead of others

小题2:The underlined word remedy in Paragraph 1 is closest in meaning to__________ .

A.避免

B.接受

C.改善

D.考虑小题3:When your colleague brings about a problem, you should______________.

A.find a better way to deal with the problem

B.blame him for his lack of responsibility

C.tell him to find the cause of the problem

D.ask a more able colleague for help.小题4:Which of the following is the best title for the passage?

A.A Winner’s Secret.

B.A Winner’s Problem.

C.A Winner’s Opportunity.

D.A Winner’s Achievement.

考点:日常生活类阅读
题型:阅读理解

皮肤及其网状淋巴管急性炎症

A.疖
B.痈
C.丹毒
D.急性蜂窝织炎
E.脓肿

题型:阅读理解

观察下面的图表,请就10年来中日两国GDP发展的走势,从比较的角度,写两条结论性的语句。

答:________________________________________________________________________

题型:阅读理解

二尖瓣关闭不全听诊可闻及_________、__________、高调一贯型杂音,在________最响。

题型:阅读理解

原子核的构成是由()。

A、电子和质子构成

B、质子和中子构成

C、由电子和中子构成

D、不能再分

题型:阅读理解

下面程序应能对两个整型变量的值进行交换。以下正确的说法是( )。   #include<iostream.h>   void swap(int p,int q)   { int t;    t=p;    p=q;    q=t;}   void main( )   { int a=10,b=20;     cout<<a<<" "<<b;     swap(&a,&b);     cout<<a<<" "<<b;}

A. 该程序完全正确

B. 该程序有错,只要将语句swap(&a,&b);中的参数改为a,b即可

C. 该程序有错,只要将swap( )函数中的形参p和q以及t均定义为指针(执行语句不变)即可

D. 以上说法都不对

更多题库