下列物质中不能发生水解反应的是( )
A.葡萄糖
B.纤维素
C.淀粉
D.蔗糖
因二糖(蔗糖、麦芽糖)、多糖(淀粉、纤维素)能发生水解,葡萄糖是单糖,不能发生水解,故选A.
某单位内部网络拓扑结构如图1所示,在该网络中采用RIP路由协议。
以下是路由器R1的部分配置,请补充(46)~(50)空白处完成其配置。
!
R1(config) # interface fastethernet0
R1(config-if) # ip address (46) 255.255.255.0
R1(config-if) # (47) (开启端口)
R1(config) # interface serial 0
R1(config-if) # ip address 192.168.251.1 (48)
R1(config) # ip routing
R1(config) # router rip
(进入RIP配置模式)
R1(config-router) # network 192.168.1.0
(声明网络)
R1(config-router) # network 192.168.251.0
R1(config-router) # (49)
R1(config-router) # (50)
(设置RIP协议版本2)
50()
产生[10,37]之间的随机整数的VB表达式()
A.Int(Rnd(1)*27)+10
B.Int(Rnd(1)*28)+10
C.Int(Rnd(1)*27)+11
D.Int(Rnd(1)*28)+11