问题 实验题

(8分)某实验小组利用如图甲所示的实验装置来验证钩码和滑块所组成的系统机械能守恒.

(1)实验前需要调整气垫导轨底座使之水平,利用现有器材如何判断导轨是否水平?

                                                       

(2)如图乙所示,用游标卡尺测得遮光条的宽度d=     cm;实验时将滑块从图示位置由静止释放,由数字计时器读出遮光条通过光电门的时间Δt=1.2×10-2s,则滑块经过光电门时的瞬时速度为       m/s.在本次实验中还需要测量的物理量有:钩码的质量m、滑块上的遮光条初始位置到光电门的距离x和              (文字说明并用相应的字母表示).

(3)本实验通过比较                            在实验误差允许的范围内相等(用测量的物理量符号表示),从而验证了系统的机械能守恒.

答案

(1)接通气源,将滑块静置于气垫导轨上,若滑块基本保持静止,则说明导轨是水平的(或轻推滑块,滑块能基本做匀速直线运动);(2)0.52; 0.43;滑块上的遮光条初始位置到光电门的距离s,滑块的质量M;(3) mgs 

题目分析:(1)当气垫导轨接通电源后,气垫导轨认为是光滑的,判断是否水平的方法是:接通电源,将滑块静置于气垫导轨上,若滑块基本保持静止,则说明导轨是水平的(或轻推滑块,滑块能基本做匀速直线运动).

(2)游标卡尺主尺读数为0.5cm,游标尺上第2个刻度与主尺上某一刻度对齐,则游标读数为2×0.1=0.2mm=0.02cm,所以最终读数为:0.5cm+0.02cm=0.52cm;

由于遮光条通过光电门的时间极短因此可以利用平均速度来代替其瞬时速度,因此滑块经过光电门时的瞬时速度为:,根据实验原理可知,该实验中需要比较重力势能的减小量和动能的增加量是否相等即可判断机械能是否守恒,故需要测量的物理量为:滑块上的遮光条初始位置到光电门的距离s,滑块的质量M.

(3)钩码和滑块所组成的系统为研究对象,其重力势能的减小量为mgs,系统动能的增量为:,因此只要比较二者是否相等,即可验证系统机械能是否守恒.

填空题

随着越来越多的机构为任务关键型通信寻求经济利益,高可靠性变得日益关键。网络通信注意力集中在提供一种7×24小时都可用的网络架构上。可是,最大的挑战之一不是来自于网络架构,而是来自于用户级的工作站和网络设备。
热备份路由选择协议(HSRP)为IP碉络提供了容错和增强的路由选择功能。如图5-1就是一个典型的HSRP网络的实现。
[*]

两台多层交换机的配置如下,解析配置文件中部分语句的意义。
***Switch1的交换引擎的配置***
Switch1>(enable)

set vtp mode server

(1)
Switch1>(enable)set vtp domain Core Net //设置VTP域名
Switch1>(enable)set vlan 10 name CaiWuBu //创建VLAN 10
Switch1>(enable)set vlan 20 name XingZheng //创建VLAN 20
Switch1>(enable)

set trunk 1/1 on dotlq 1-1005

(2)
Switch1 (2) (enable)

set spantree root 1-40 dia 4

(3)
Switch1 (3) (enable)

set spantree portfast 1/1-2 enable

(4)
Switch1 (4) (enable)

set spantree uplinkfast enable

(5)
……(略)
***Switch1的路由引擎的配置***
Switch1(config)#enable secret test //设定登录口令
Switch1(config)#line vty 0 4 //进入VTY模式
Switch1(config-line)#login
Switch1(config-line)#password test //设用户级口令
……(略)
Switch1(config-if)#interface vlan 10 //进入虚接HVLAN 10
Switch1(config-if)#ip address 192.168.180.60 255.255.255.192
//设定IP地址
Switch1(config-if)#no shutdown //开启端口
Switch1(config-if)#

standby 10 ip 192.168.180.62

(6)
Switch1(config-if)#

standby 10 priority 110

(7)
Switch1(config-if)#

standby 10 preempt

(8)
Switch1(config-if)#interfacevlan 20 //进入虚接口VLAN 20
Switch1(config-if)#ip address 192.168.180.124 255.255.255.192
//设定IP地址
Switch1(config-if)#no shutdown //开启端口
Switch1(config-if)#standby 20 ip 192.168.180.126
Switch1(config-if)#standby 20 priority 110
Switch1(config-if)#standby 20 preempt
……(略)
***Switch2的交换引擎的配置***
Switch2>(enable)set vtp mode server
Switch2>(enable)set vtp domain Core_Net //设置VTP域名
Switch2>(enable)set vlan 10 name CaiWuBu //创建VLAN 10
Switch2>(enable)set vlan 20 name XingZheng //创建VLAN 20
Switch2>(enable)set trunk 1/1 on dotlq 1-1005
Switch2>(enable)set spantree secondary root 1-40 dia 4
……(略)
***Switch2的路由引擎的配置**+
Switch2(config)#enable secret test //设定登录口令
……(略)
Switch2(config-if)#interface vlan 10 //进入虚接口VLAN 10
Switch2(config-if)#ip address 192.168.180.61 255.255.255.192
//设定IP地址
Switch2(config-if)#no shutdown //开启端口
Switch2(config-if)#standby 10 ip 192.168.180.62
Switch2(config-if)#standby 10 priority 100
Switch2(config-if)#standby 10 preempt
Switch2(config-if)#interface vlan 20 //进入虚接口VLAN 20
Switch2(config-if)#ip address 192.168.180.125 255.255.255.192
Switch2(config-if)#no shutdown
Switch2(config-if)#standby 20 ip 192.168.180.126
Switch2(config-if)#standby 20 priority 100
Switch2(config-if)#standby 20 preempt
……(略)

单项选择题