• 2022-06-11 问题

    将Catalyst 6500交换机第2个模块的端口1~端口6数据传输速率设置为1000Mbps,正确配置语句是______。 A: Switch-PHY-6500(config)# interface g2/1-6Switch-PHY-6500(config-if)# set port speed 2 1-61000 B: Switch-PHY-6500(config-if)# duplex 3 1-8 full C: Switch-PHY-6500>(enable) set port speed 2/1-61000 D: Switch-PHY-6500>(enablel) set port speed 2 1-6 1000000000

    将Catalyst 6500交换机第2个模块的端口1~端口6数据传输速率设置为1000Mbps,正确配置语句是______。 A: Switch-PHY-6500(config)# interface g2/1-6Switch-PHY-6500(config-if)# set port speed 2 1-61000 B: Switch-PHY-6500(config-if)# duplex 3 1-8 full C: Switch-PHY-6500>(enable) set port speed 2/1-61000 D: Switch-PHY-6500>(enablel) set port speed 2 1-6 1000000000

  • 2022-06-17 问题

    网络管理员使用单臂路由器方法配置 VLAN 间路由。交换机端口 Gi1/1 用于连接路由器。输入哪条命令可以为任务准备此端口? A: Switch(config) B: interface GigabitEthernet 1/1 Switch(config-if) C: spanning-tree vlan 1 D: Switch(config) E: interface GigabitEthernet 1/1 Switch(config-if) F: spanning-tree portfast G: Switch(config) H: interface GigabitEthernet 1/1 Switch(config-if) I: switchport mode trunk J: Switch(config) K: interface GigabitEthernet 1/1 Switch(config-if) L: switchport access vlan 1

    网络管理员使用单臂路由器方法配置 VLAN 间路由。交换机端口 Gi1/1 用于连接路由器。输入哪条命令可以为任务准备此端口? A: Switch(config) B: interface GigabitEthernet 1/1 Switch(config-if) C: spanning-tree vlan 1 D: Switch(config) E: interface GigabitEthernet 1/1 Switch(config-if) F: spanning-tree portfast G: Switch(config) H: interface GigabitEthernet 1/1 Switch(config-if) I: switchport mode trunk J: Switch(config) K: interface GigabitEthernet 1/1 Switch(config-if) L: switchport access vlan 1

  • 2022-06-04 问题

    The switch statement with different functions from the statement if (a == 1) a = b; else a ++; is ( ). A: switch(a) { case 1:a=b;break; <br/>default : a++; <br/>} B: switch(a==1) { case 0:a=b;break;<br/>case 1: a++;<br/>} C: switch(a) { default:a++;break; <br/>case 1:a=b; <br/>} D: switch(a) { default:a++;break; <br/>case 1:a=b; <br/>}

    The switch statement with different functions from the statement if (a == 1) a = b; else a ++; is ( ). A: switch(a) { case 1:a=b;break; <br/>default : a++; <br/>} B: switch(a==1) { case 0:a=b;break;<br/>case 1: a++;<br/>} C: switch(a) { default:a++;break; <br/>case 1:a=b; <br/>} D: switch(a) { default:a++;break; <br/>case 1:a=b; <br/>}

  • 2022-05-30 问题

    以下选项中与if(a==1) a=b;else a++;语句功能不同的switch语句是( )。(a == 1 中的符号是恒等于) A: switch(a==1) {case 0: a=b;break; case 1:a++;} B: switch(a) {case 1: a=b;break; default:a++;} C: switch(a) {default:a++;break; case 1: a=b;} D: switch(a==1) {case 1: a=b;break; case 0:a++;}

    以下选项中与if(a==1) a=b;else a++;语句功能不同的switch语句是( )。(a == 1 中的符号是恒等于) A: switch(a==1) {case 0: a=b;break; case 1:a++;} B: switch(a) {case 1: a=b;break; default:a++;} C: switch(a) {default:a++;break; case 1: a=b;} D: switch(a==1) {case 1: a=b;break; case 0:a++;}

  • 2021-04-14 问题

    给定下面程序段,输出结果是()。 int i= 1, j = 0; switch(i){ case 1 : j += 6; case 2 : j += 1; default : j += 2; } System.out.println(j);

    给定下面程序段,输出结果是()。 int i= 1, j = 0; switch(i){ case 1 : j += 6; case 2 : j += 1; default : j += 2; } System.out.println(j);

  • 2022-06-04 问题

    变量a,b,x已经通过语句int a=1, b=2;double x=4;声明,则下列选项中没有错误的是 A: switch(x%2){case 1:break} B: switch(x){case 1:break} C: switch((int)x%2){case 1:break} D: switch((a/2.0){case 1:break}

    变量a,b,x已经通过语句int a=1, b=2;double x=4;声明,则下列选项中没有错误的是 A: switch(x%2){case 1:break} B: switch(x){case 1:break} C: switch((int)x%2){case 1:break} D: switch((a/2.0){case 1:break}

  • 2022-06-07 问题

    企业在月末按规定提取本月生产车间使用固定资产的折旧费6500元。不正确的会计分录有( )。 A: 借:生产成本 6500 贷:累计折旧 6500 B: 借:制造费用 6500<br> 贷:累计折旧 6500 C: 借:管理费用 6500<br> 贷:累计折旧 6500 D: 借:制造费用 6500<br> 贷:固定资产 6500

    企业在月末按规定提取本月生产车间使用固定资产的折旧费6500元。不正确的会计分录有( )。 A: 借:生产成本 6500 贷:累计折旧 6500 B: 借:制造费用 6500<br> 贷:累计折旧 6500 C: 借:管理费用 6500<br> 贷:累计折旧 6500 D: 借:制造费用 6500<br> 贷:固定资产 6500

  • 2022-06-16 问题

    switch(config)#int vlan 1 switch(config-if)#ip address 192.162.1.1 255.255.255.0 switch(config-if)#no shutswitch(config-if)#end 以上命令的作用为()

    switch(config)#int vlan 1 switch(config-if)#ip address 192.162.1.1 255.255.255.0 switch(config-if)#no shutswitch(config-if)#end 以上命令的作用为()

  • 2021-04-14 问题

    如下图所示的网络拓扑结构中。将下面的交换机配置命令补充完整,使得主机A属于虚拟局域网VLAN10,主机B属于虚拟局域网VLAN20。 Switch>enable Switch# (1) Switch(config)# (2) Switch(config-vlan)#exit Switch(config)#vlan 20 Switch(config-vlan)#exit Switch(config)#interface (3) Switch(config-if)#switch access vlan 10 Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)#interface (4) Switch(config-if)# (5) Switch(config-if)#no shutdowne2e092ff2147dcd328ef09a1fcfb4e0e.jpg

    如下图所示的网络拓扑结构中。将下面的交换机配置命令补充完整,使得主机A属于虚拟局域网VLAN10,主机B属于虚拟局域网VLAN20。 Switch>enable Switch# (1) Switch(config)# (2) Switch(config-vlan)#exit Switch(config)#vlan 20 Switch(config-vlan)#exit Switch(config)#interface (3) Switch(config-if)#switch access vlan 10 Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)#interface (4) Switch(config-if)# (5) Switch(config-if)#no shutdowne2e092ff2147dcd328ef09a1fcfb4e0e.jpg

  • 2022-06-18 问题

    下面执行下列代码后y的值是什么?x = 3;switch (x + 3) { case 6: y = 0; case 7: y = 1; default: y += 1;} A: 1 B: 2 C: 4 D: 3

    下面执行下列代码后y的值是什么?x = 3;switch (x + 3) { case 6: y = 0; case 7: y = 1; default: y += 1;} A: 1 B: 2 C: 4 D: 3

  • 1 2 3 4 5 6 7 8 9 10