What is the default value of the IS-IS lsp-refresh-interval command?()A. 60 secondsB. 5 minutesC. 15 minutesD. 30 minutes

题目
What is the default value of the IS-IS lsp-refresh-interval command?()

A. 60 seconds

B. 5 minutes

C. 15 minutes

D. 30 minutes


相似考题
参考答案和解析
参考答案:C
更多“What is the default value of the IS-IS lsp-refresh-interval command?() ”相关问题
  • 第1题:

    publicclassSwitchTest{publicstaticvoidmain(Stringargs){System.out.PrintIn(value=”+switchIt(4));}publicstaticintswitchIt(intx){intj=1;switch(x){case1:j++;case2:j++;case3:j++;case4:j++;case5:j++;default:j++;}returnj+x;}}Whatistheoutputfromline3?()

    A.Value=3

    B.Value=4

    C.Value=5

    D.Value=6

    E.Value=7

    F.Value=8


    参考答案:F

  • 第2题:

    下列四组控制属性中,属性值的类型不相同的一组是

    A.Label控件的Enabled属性与TextBox控件的Enabled属性

    B.OptionButton控件的Value属性与CheckBox控件的Value属性

    C.Command控件的Default属性与Command控件的Cancel属性

    D.Command控件的Visible属性与Form控件的Visible属性


    正确答案:B
    解析:CheckBox控件的Value属性取值是0、1或2;OptlonButton控件的 Value属性取值是True或False。

  • 第3题:

    下列控件属性中,属性值的类型不相同的一项是( )。

    A.Labe1控件的Enabled属性与TextBox控件的Enabled属性

    B.OptionButton控件的Value属性与CheekBox控件的Value属性

    C.Command控件的Default属性与Command控件的Cancel属性

    D.Command控件的Visible属性与Form控件的Visible属性


    正确答案:B
    解析:CheekBox控件的Value属性取值是0、1或2; OptionButton控件的Value属性取值是True或False。Label控件和 TextBox控件的Enabled属性都是布尔型,Command控件的Default属性和Caucel属性都是布尔型:Command控件的Form的Visible属性都是布尔型。

  • 第4题:

    下列控件属性中,属性值的类型不相同的一项是( )。

    A.Label控件的Enabled属性与TextBox控件的Enabled属性

    B.OpfionBraon控件的Value属性与CheckBox控件的Value属性

    C.Commantt控件的Default属性与Command控件的Cancel属性

    D.Command控件的Ⅵsible属性与Frame控件的Ⅵsible属性


    正确答案:B
    B)【解析】本题考查各种控件的常见属性。控件的Enabled属性值都是一致的,分别为True和False,表示控件是否可用。单选按钮和复选框的Value属性值不同,单选按钮Value有True和False两种,分别表示选中和没有选中,而复选框的Value属性表示了复选框的3种状态。命令按钮的Default属性和Cancel属性值为布尔型。任何控件的Visible属性值都是同义的。

  • 第5题:

    下列控件属性中,属性值的类型不相同的一项是( )。

    A.Label控件的Enabled属性与TextBox控件的Enabled属性

    B.OptionButton控件的Value属性与CheckBox控件的Value属性

    C.Commond控件的Default属性与Command控件的Cancel属性

    D.Command控件的Visiblc属性与Form控件的Visible属性


    正确答案:B
    解析:CheckBox控件的Value属性取值是0、1或2;OptionButton控件的Value属性取值是True或False。Label控件和TextBox控件的Enabled属性都是布尔型;Command控件的Default属性和Cancel属性都是布尔型;Command控件的Form的Visible属性都是布尔型。

  • 第6题:

    下列四组控件属性中,属性值的类型不相同的一组是

    A.Label控件的Enabled属性与TextBox控件的Enabled属性

    B.OptionButton控件的Value属性与CheckBox控件的Value属性

    C.Command控件的Default属性与Command控件的Cancel属性

    D.Command控件的Visible属性与Form控件的Visible属性


    正确答案:B
    解析:CheckBox控件的Value属性取值是0、1或2;OptionButton控件的Value属性取值是True或Falseo。