问题 填空题

MS-DOS命令可分为()命令和()命令。

答案

参考答案:内部、外部

阅读理解

What will you do if you get five million(百万)? Different people give different answers.  Sally  If I get five million, I want to do business. I will do a lot of things for my family. For me nothing is more important than my family. I will buy a new house for them and travel around the world.

Joe   If I have five million, I will use the money to do everything I like. First, I will use two million to open my own shop. And I will use another two million to buy some new houses. In the future, the houses which I buy will become more expensive, and I will sell them to other people. Finally, I will use one million to buy some presents for my family and my best friends.

Anna   If I have five million, I will put three million in the bank and spend two million. I will visit Paris, London and New York. I will eat delicious food, play games, and build a house with a swimming pool.

Jack  I will buy an island if I have five million. Then I will be the king of the island. I will invite my friends to my island.

根据短文内容,选择最佳答案。

小题1:Who will do business if he / she gets five million?

A.Sally.

B.Jack.

C.Anna.

D.We don’t know.小题2:What will Anna do if she gets five million?

A.Do business.

B.Open a shop.

C.Buy an island.

D.Put three million in the bank and spend two million.小题3:What will Joe do with the last one million if he gets five million?

A.He will buy some new houses.

B.He will open his own shop.

C.He will buy some presents for his family and his best friends.

D.He will build a house.小题4:Where will Anna visit if she gets five million?

A.China and Japan.

B.London, Paris and New York.

C.London, Paris and Belgium.

D.Angola, Cuba and India.小题5:What does the passage talk about?

A.If one loses money, what will he / she do?

B.If one borrows five million, what will he / she do?

C.If one gets five million, what will he / she do?

D.If one builds a big house

填空题

如图1所示,一台Cisco3500系列交换机上连接2台计算机,它们分别划分在VLAN10(ID号为10)和VLAN1(ID号为11)中。交换机的千兆以太网端口(g0/1)连接一台路由器,使2个VLAN之间能够通信,交换机管理地址为167.11.45.2/24,默认路由地址为167.11.45.1/24。

请阅读以下交换机的配置信息,并补充下面空白处的配置命令或参数,按题目要求完成交换机的配置(注:填写答案时,配置语句的关键字要求拼写完整)。

Switch-3548>enabel

Password:***********

Switch-3548#

Switch-3548# configure terminal

Switch-lib(config)# hostname Switch-lib

Switch-lib(config)#interface vlan 1

Switch-lib(config-if)#no shutdown

Switch-lib(config-if)#ip address(1) 配置交换机管理地址

Switch-lib(config—if)#exit

Switch-lib(config)# ip default-gateway 167.11.45.1

Switch-lib(config)# vtp domain 1ib

Switch-lib(config)# vtp mode transparent

Switch-lib(config)#exit

Switch-lib#vlan data

Switch-lib(vlan)# vlan(2)建立VLAN10

…… 建立VLAN11(省略)

Switch-lib(vlan)# exit

Switch-lib# configure terminal

Switch-lib(config) #interface f0/1

Switch-lib(config-if) #no shutdown

Switch-lib(config-if) #switchport(3)为端口f0/1分配VLAN

Switch-lib(config-if) #exit

Switch-lib(config) #interface g0/1

Switch-lib(config-if) #switchport (4)设置VLAN trunk模式

Switch-lib(config-if) #switchport trunk encapsulation dotlq

Switch-lib(config-if) #switchport trunk (5)配置允许中继的VLAN

Switch-lib(config-if) #exit

Switch-lib(config) #exit

Switch-lib #

(2)是()