问题 阅读理解

阅读理解。

     Goal setting is a powerful process for thinking about your ideal future and for motivating yourself to

turn this vision of the future into reality. The process of setting goals helps you choose where you want to

get in life. By knowing exactly what you want to achieve, you know where you have to concentrate your

efforts. You'll at a quickly spot the distractions that would otherwise lure you from your course.

     More than this, properly-set goals can be incredibly motivating, and as you get into the habit of setting

and achieving goals. You'll find that your self-confidence builds fast.

     Goal setting techniques are used by top-level athletes, successful business people and achievers in all

fields. They give you long-term vision and short-term motivation. They focus your acquisition of knowledge, and help you to organize your time you're your resources so that you can make the very most of your

life.

By setting sharp, clearly defined goals you can measure and take pride in the achievement of those goals. You can see forward progress in what might previously have seemed a long pointless grind (苦差事). By

setting goals you will also raise your self-confidence, as you recognize your ability and competence in

achieving the goals that you have set.

     Goals are set on a number of different levels:First you create your "big picture" of what you want to

do with your life,and decide what large-scale goals you want to achieve. Second you break these down

into the smaller and smaller targets that you must hit to reach your lifetime goals. Finally, once you have

your plan, you start working down to the things you can do today. Start moving towards them so that you can achieve your goals step by step.

1. The underlined word "lure" in paragraph 1 can be replaced by  _______.

A. take          

B. manage        

C. arrange          

D. promise

2. In order to feel a sense of achievement, you should _________. 

A. turn a long pointless task into what you like

B. compare what you have done with your goals 

C. predict progress you hope to make in advance

D. set specific goals and manage to achieve them

3. What is the last paragraph mainly about? 

A. The way to create the ideal of future

B. The different types of personal goals

C. The process of setting personal goals 

D. The different levels for lifetime goals

4. What is the best title for the passage? 

A. Self-confidence Tips                  

B. Personal Goal Setting

C. How to Achieve Success              

D. Different Levels of Goals

答案

1-4: ADCB

单项选择题
填空题


阅读以下说明,回答问题1和问题2,将解答填入对应的解答栏内。
某单位新购近一台Cisco两层交换机2950,其配置过程:
第一步,准备安装与调试所需的设备,主要包括Cisco 2950交换机、RJ45直通线,RJ45转9针串口转 换器、计算机。
第二步,硬件连接,RJ45直通线一头插入Cisc02950的console口,另一头接RJ45转9针串口转换器,再将转换器接到计算机的串口。
第三步,交换机加电,在计算机上调用WINDOWS XP下的超级终端程序,配置设备连接参数,如图5-1,以便进入Cisco设备的虚拟操作台。

第四步,输入Cisco 2950的IOS配置命令。配置过程如下:
Switch>
Switch>enable
Switch#config terminal
Switch(config)#enable secret cisco2006 (1)
Switch(config)#hostname Switch1
Switch1(config)#ip default-gateway 192.168.1.1 (2)
Switch1(config)#interface vlan 1
Switch1(config-if)#ip address 192.168.1.23 255.255.255.0
Switch1(config-if)#management (3)
Switch1(config-if)#end
Switch1(config)#vlan database
Switch1(config-vlan)#vtp mode server (4)
Switch1(config-vlan)#vtp domain ABC (5)
Switch1(config-vlan)#vtp pruning (6)
Switch1(config-vlan)#end
Switch1#show vtp status (7)
Switch1#config terminal
Switch1(config)#interface gb0/1
Switch1(config-if)#switchport mode trunk (8)
Switch1(config-if)#switchport trunk encap dotlq (9)
Switch1(conflg-if)#end
Switch1#copy run start (10)
第五步,将调试完毕的设备连入网络,通过PC机验证配置是否正确。