A.set down
B.set about
C.set up
D.set aside
第1题:
()means behavior. that obeys the accepted rules of the society or a group,and is the same as that of most other people.
A. conformity
B. purchaser
C. feminist
D. inflation
第2题:
The government introduced new regulations ____inflation(通货膨胀)might be brought under control.
A. for
B. because
C. so that
D. as for
第3题:
Even though current technologies make the ultimate segmented network impractical, new technologies and products hold the promise of making the concept a reality. Most important of all these new technologies are (66) . The ultimate switched LAN, which is technically possible, now, exhibits the following characteristics:
1. High-speed yet cost-effective switching devices can be implemented on a wide scale, providing dedicated connections for individual users and supporting the aggregate (67) of all networked users.
2. The ability to deploy switching capabilities incrementally into the (68) base. Switching implementations support switching of individual users or groups so that existing users of shared media modules can continue to use the existing equipment until they can justify moving to dedicate switched LAN connections.
3. Support and enhancement of existing routed environments. Switching (69) routint, but rather can be introduced into the network without making any changes to the existing routing equipment or configuration.(70) play a critical role in the integration of switching into existing networks.
A.switch-based LANs
B.WANs
C.user services
D.LAN-BY-PHONE
第4题:
A、will not have continued
B、would not have continued
C、should not have continued
D、would not continued
第5题:
Inflation _________ the buying power of the dollar.
A、affects
B、effects
C、defects
D、perfects
第6题:
【简答题】银行存款本息的计算。 输入存款金额 money、存期 year 和年利率 rate,根据公式计算存款到期时的本息合计sum(税前),结果保留2位小数。 sum = money (1 + rate)year 注:幂函数ax用库函数pow(a,x)。