The command frame-re

题目

The command frame-relay map ip 10.121.16.8 102 broadcast was entered on the router. Which of the following statements is true concerning this command?()

  • A、This command should be executed from the global configuration mode.
  • B、The IP address 10.121.16.8 is the local router port used to forward data.
  • C、102 is the remote DLCI that will receive the information.
  • D、This command is required for all Frame Relay configurations.
  • E、The broadcast option allows packets, such as RIP updates, to be forwarded across the PVC
参考答案和解析
正确答案:E
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

窗体上添加有3个命令按钮,分别命名为Command1、Command2和Command3。编写 Command1的单击事件过程,完成的功能为:当单击按钮Command1时,按钮Command2 可用,按钮Command3不可见d以下正确的是________。

A.Private Sub Command1_Click() Command2.Visible=True Command3.Visible=False End Sub

B.Private Sub Command1_Click() Command2.Enabled=True Command3.Enabled=False End Sub

C.Private Sub Command1_Click() Command2.Enabled=True Command3.Visible=False End Sub

D.Private Sub Command1_Click() Command2.Visible=True Command3.Enabled=False End Sub


正确答案:C
解析:Enabled属性是用于判断控件是否可用的,而Visible属性是用于判断控件是否可见的。题目中要求 Command2可用,而Command3不可见,则必须设置Command2的Enabled为True,并且设置Command3的Visible为False。所以本题答案为C。

第2题:

为了使命令按钮(名称为Command1)右移200,应使用的语句是______。

A.Command1. Move-200

B.Command1. Move 200

C.Command1. Left=Command1. Left+200

D.Command1. Left=Command1. Left-200


正确答案:C
解析:Move方法是按绝对坐标值对控件进行移动。按题意要求,相对位移控件应采用改变Left属性值增量的方法,Left属性值增加某一增量时控件将向右移,反之将向左移。

第3题:

( 26 ) 窗体 中 3 个命令按钮 , 分别命名 为 command1 、 command 2 和 command3, 当单 击 command 1 按钮时 , command 2按钮变为可用, command3 按钮变为不可见,下列 command1 的单击事件过程中,正确的是

A ) private sub command1_click()

Command2.visible=true

Command3.visible=false

End sub

B ) private sub command1_click()

Command2.enabled=true

Command3.enabled=false

End sub

C ) private sub command1_click()

Command2.enable=true

Command3.visible=false

End sub

D ) private sub command1_click()

Command2.visible=true

Command3.enable=false

End sub


正确答案:C

第4题:

窗体上添加有3个命令按钮,分别命名为Command1、Command2和Command3。编写Commandl的单击事件过程,完成的功能为:当单击按钮Command1时,按钮Command2可用,按钮Command3不可见。以下正确的是( )。

A.Private Sub Command1_C1ick() Command2.Visible=True Command3.Visible=False End Sub

B.Private Sub Commandl_C1ick() Command2.Enabled=True Command3.Enabled=False End Sub

C.Private Sub Conunand1_C1ick() Command2.Enabled=True Command3.Visible=False End Sub

D.Private Sub Command1_Click() Command2.Visible=True Command3.Enabled=False End Sub


正确答案:C
解析:命令按钮足否可见是由Visible属性来控制,是否可用由Enabled属性来控制。题目要求当单击按钮Command1时,按钮Command2.可用,也就是命令按钮Cored2的Enbaled届性为真:按钮Command3不可见,也就是命令按钮Command3的Visible属性为False,由此可见选项C是止确答案。

第5题:

执行( )语句,可使窗口的按钮Command1上显示“确定”。

A、 Command1.Show = "确定"

B、 Command1.Caption = "确定"

C、 Command1.Name = "确定"

D、 Command1.Visible = "确定"


正确答案:B


第6题:

在窗体上,设置控件Command0为不可见的属性是( )。

A.Command0.Colore

B.Command0.Caption

C.Command0.Enabled

D.Command0.Visible


正确答案:D
解析: 本题考查的是控件的属性。Visible属性是用于判断控件是否可见,Enabled属性是用于判断控件是否可用,Caption属性表示控件的标题。

第7题:

为了使命令按钮(名称为Command1)右移200,应使用的语句是( )。

A.Command1.Move -200

B.Command1.Move 200

C.Command1.Left = Command1.Left + 200

D.Command1.Left = Command1.Left - 200


正确答案:C

第8题:

( 22 )在窗体上,设置空间 Command0 为不可见属性是

A Command0.Colore

B Command0.Caption

C Command0.Enabled

D Command0.Visible


正确答案:D

第9题:

窗体上有3个按钮Commandl、Command2和Command3,如以下代码: Private Sub Commandl Click() Command2.Enabled:Fal3e Command3.Vi3ible=Fal3e End Sub 该程序的功能是 ( )

A.当单击按钮Command1时, Command2和Command3按钮不可用

B.当单击按钮Command1时, Command2和Command3按钮不可见

C.当单击按钮Command1时, Cammand2按钮不可用和Command3按钮不可见

D.当单击按钮Command1时, Command2按钮不可见和Command3按钮不可用


正确答案:C
解析:本题主要是对命令按扭属性的考查。其中Enabled肩性用来表示按扭是否可用。Visible属性用来表示按扭是否可见。故选项C正确。

第10题:

Which statement about the WebView submit command is true?()

A. The submit command exits the GUI.

B. The submit command reboots the WX device.

C. The submit command saves and writes the configuration to flash.

D. The submit command is the same as the commit CLI command.


参考答案:D

更多相关问题