What is the default hello interv

题目

What is the default hello interval for RSVP in the JUNOS software?()

  • A、1 second
  • B、3 seconds
  • C、9 seconds
  • D、12 seconds
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Hello!()?

Hello, this is Michael from Tianjin Vanguard Trading Inc.

A、Who are you?

B、What are you?

C、Who is that?


参考答案:C

第2题:

switch(i){default:System.out.printIn(Hello”);)Whatarethetwoacceptabletypesforthevariablei?()

A.Char

B.Byte

C.Float

D.Double

E.Object


参考答案:A, B

第3题:

– Hello! ()– Hello, this is Michael from Tianjin Vanguard Trading Inc.

A、Who are you?

B、What are you?

C、Who is that, please?


参考答案:c

第4题:

What is the OSPF default frequency,in seconds,at which a cisco router sends hello packets on a multiaccess network?()

  • A、10
  • B、40
  • C、30
  • D、20

正确答案:A

第5题:

What is the default hello interval for RSVP in the JUNOS software?()

A. 1 second

B. 3 seconds

C. 9 seconds

D. 12 seconds


参考答案:C

第6题:

switch(i){default:System.out.printIn(Hello”);}Whatistheacceptabletypeforthevariablei?()

A.Byte

B.Long

C.Float

D.Double

E.Object

F.AandB

G.CandD


参考答案:A

第7题:

switch(x){default:System.out.println(“Hello”);}Whichtwoareacceptabletypesforx?()

A.byte

B.long

C.char

D.float

E.Short

F.Long


参考答案:A, C

第8题:

运行下面程序时,从键盘输入字母H,则输出结果是

#include<stdio.h>

main()

{ char ch;

ch=getchar();

switch(ch)

{case ′H′:printf("Hello!\n");

case ′G′:printf("Good morning!\n");

default:printf("Bye_Bye!\n");

}

}

A.Hello!

B.Hello! Good Moring!

C.Hello! Good morning! Bye_Bye!

D.Hello! Bye_Bye!


正确答案:C
解析:本题主要对switch语句进行了考查。switch语句的执行过程为:进入switch结构后,对条件表达式进行运算,然后从上至下去找与条件表达式值相匹配的case,以此作为入口,执行switch结构中后面的各语句,直到遇到break语句,则跳出switch语句,如果各case都不匹配时,则执行default后面的语句。本题中ch为字符'H',所以case 'H'条件中的语句将被执行,由于没有break语句,所以case 'G'后的语句也被执行,由于同样的缺少break语句,所以default后的语句也被执行了。

第9题:

运行下面程序时,从键盘输入字母H,则输出结果是 main() { char ch; ch=getchar(); swimh(ch) {case'H':printf("Hello!\n"); case'G':printf("Good morning!\n"); default:printf("Bye_Bye!\n"); } }

A.Hello!

B.Hello! GoodMoring!

C.Hello! Good moming! Bye_ye!

D.Hello! Bye_ye!


正确答案:C
解析: 本题主要对switch语句进行了考查。switch语句的执行过程为:进入switch结构后,对条件表达式进行运算,然后从上至下去找与条件表达式值相匹配的case,以此作为入口,执行switch结构中后面的各语句,直到遇到break语句,则跳出switch语句,如果各case都不匹配时,则执行de-fault后面的语句。本题中ch为字符'H',所以case'H'条件中的语句将被执行,由于没有break语句,所以case'C'后的语句也被执行,由于同样的缺少break语句,所以default后的语句也被执行

第10题:

Which of the following characteristics are true assuming you are troubleshooting a networkcurrently enabled for VRRP?(Choose all that apply.)()

  • A、The network is load balancing among different members of the VRRP group
  • B、The default hello timers are 1 second
  • C、The interface IP address is being used as the virtual IP address
  • D、There are several routers in the group simultaneously forwarding traffic for the group
  • E、It is a Cisco Proprietary protocol
  • F、The default hello timers are 3 seconds

正确答案:B,C

更多相关问题