更多“Option Explicit语句表示()。”相关问题
  • 第1题:

    如果要在任何新建的模块中自动插入option Explicit 语句,则应采用下列______ 操作步骤。

    A.在“工具”莱单中选取“选项”命令,打开“选项”对话框,单击“编辑器”选项卡,选中“要求变量声明”选项

    B.在“编辑”菜单中执行“插入文件”命令。

    C.在“工程”菜单中执行“添加文件”命令。

    D.以上操作均不对


    正确答案:A

  • 第2题:

    Which interface tunnel parameter allows an LSP to use a specified explicit route?()

    A.path-option

    B.route-option

    C.explicit-path-option

    D.explicit-route-option


    参考答案:A

  • 第3题:

    如果要在任何新建的模块中自动插入Option Explicit语句,则应采用下列( )操作步骤。

    A.“工具”菜单中选取“选项”命令,打开“选项”对话框,单击“编辑器”选项卡,选中“要求变量声明”选项

    B.在“编辑”菜单中执行“插入文件”命令

    C.在“工程”菜单中执行“添加文件”命令

    D.以上操作均不对


    正确答案:A

  • 第4题:

    公用变量声明的语句是()。

    AStatic Count As Boolean

    BDim Count As Integer

    CPublic Count As String * 6

    DOption Explicit


    C

  • 第5题:

    试述在REVOKE语句中GRANT OPTION FOR子句和CASCADE子句的作用。


    正确答案:GRANT OPTION FOR说明只收回WITH GRANT OPTION权限;CASCADE说明级联收回由于WITH GRANT OPTION授予的所有权限。GRANT OPTION FOR要与CASCADE一同使用,因为要收回WITH GRANT OPTION权限,也应该一同收回由于该子句产生的所有授权。

  • 第6题:

    试述GRANT语句中WITH GRANT OPTION子句的作用。


    正确答案:WITH GRANT OPTION子句说明被授权用户可以将指定的对象权限授予其他用户。该子句仅对对象权限有效,对语句权限无效。

  • 第7题:

    在文件中不允许推断类型的语句是()。

    • A、Option Infer False
    • B、Option Infer True
    • C、Option Infer On
    • D、Option Infer Off

    正确答案:D

  • 第8题:

    下列语句中,属于合法的Visual basic语句是()。

    • A、Option Base 4
    • B、Option Base 2
    • C、Option Base 1
    • D、Option Base 3

    正确答案:C

  • 第9题:

    单选题
    公用变量声明的语句是()。
    A

    Static Count As Boolean

    B

    Dim Count As Integer

    C

    Public Count As String * 6

    D

    Option Explicit


    正确答案: D
    解析: 暂无解析

  • 第10题:

    问答题
    试述GRANT语句中WITH GRANT OPTION子句的作用。

    正确答案: WITH GRANT OPTION子句说明被授权用户可以将指定的对象权限授予其他用户。该子句仅对对象权限有效,对语句权限无效。
    解析: 暂无解析

  • 第11题:

    单选题
    Which interface tunnel parameter allows an LSP to use a specified explicit route?()
    A

    path-option

    B

    route-option

    C

    explicit-path-option

    D

    explicit-route-option


    正确答案: A
    解析: 暂无解析

  • 第12题:

    多选题
    Which 4 statements regarding MPLS Label Stack Encoding is true?()
    A

    A value of 4 represents the Implicit NULL Label.

    B

    A value of 0 represents the IPv4 Explicit NULL Label.

    C

    A value of 1 represents the Router Alert Label. The use of this label is analogous to the use of theRouter Alert Option in IP packets (for example, ping with record route option)

    D

    A value of 2 represents the IPv6 Explicit NULL Label

    E

    A value of 1 represents the IPv1 Explicit NULL Label

    F

    A value of 3 represents the Implicit NULL Label


    正确答案: E,B
    解析: 暂无解析

  • 第13题:

    要强制显示声明变量,可在窗体模块或标准模块的声明段中加入语句( )。

    A.Option Base 0

    B.Option Explicit

    C.Option Base 1

    D.Option Compare


    正确答案:B

  • 第14题:

    窗体上有名称为Option1的单选按钮,且程序中有语句: If( )ption1.Value—True Then 下面语句中与该语句不等价的是( )。

    A.If Option1.Value Then

    B.If Option1一True Then

    C.If Value=True Then

    D.If Option1 Then


    正确答案:C
    C。【解析】题中单选按钮的Value属性表示是否被选中,True表示选中,False是未选中。语句Ifoption1.Value=TrueThen表示当单选按钮选中时执行Then语句。C选项只是判断变量Value是否为True,不符题意。

  • 第15题:

    要强制声明变量,可在窗体模块或标准模块的声明段中加入语句().

    A:Option Base 0

    B:Option Explicit

    C:Option Base 1

    D:Option Compare


    正确答案:B

  • 第16题:

    若要求VBScript的变量在使用前必须事先定义,则应使用()语句来设置。

    • A、Option Explicit
    • B、Option Base
    • C、Dim
    • D、ReDim

    正确答案:A

  • 第17题:

    Which 4 statements regarding MPLS Label Stack Encoding is true?()

    • A、A value of 4 represents the "Implicit NULL Label."
    • B、A value of 0 represents the "IPv4 Explicit NULL Label."
    • C、A value of 1 represents the "Router Alert Label". The use of this label is analogous to the use of the"Router Alert Option" in IP packets (for example, ping with record route option)
    • D、A value of 2 represents the "IPv6 Explicit NULL Label"
    • E、A value of 1 represents the "IPv1 Explicit NULL Label"
    • F、A value of 3 represents the "Implicit NULL Label"

    正确答案:B,C,D,F

  • 第18题:

    公用变量声明的语句是()。 

    • A、Static Count As Boolean
    • B、Dim Count As Integer
    • C、Public Count As String * 6
    • D、Option Explicit

    正确答案:C

  • 第19题:

    若要求VBScript的变量在使用前必须事先定义,则应使用()语句来设置。

    • A、Request
    • B、public
    • C、Dim
    • D、Option Explicit

    正确答案:C

  • 第20题:

    Which interface tunnel parameter allows an LSP to use a specified explicit route?()

    • A、path-option
    • B、route-option
    • C、explicit-path-option
    • D、explicit-route-option

    正确答案:A

  • 第21题:

    单选题
    设窗体上有名称为Option1的单选按钮,且程序中有语句下面语句中与该语句不等价的是(  )。
    A

    If Option.Value Then

    B

    If Option1=True Then

    C

    If Value=True Then

    D

    If Option1 Then


    正确答案: B
    解析:
    属性必须依附于一个具体的控件对象,因此不可以直接用Value属性。

  • 第22题:

    单选题
    若要求VBScript的变量在使用前必须事先定义,则应使用()语句来设置。
    A

    Request

    B

    public

    C

    Dim

    D

    Option Explicit


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    Option Explicit语句表示()。
    A

    可以不申明变量类型

    B

    必须申明变量类型

    C

    数组下标从0开始

    D

    数组下标从1开始


    正确答案: C
    解析: 暂无解析