更多“[A] set [B] exact [C] given [D] placed”相关问题
  • 第1题:

    执行SET EXACT OFF命令后,再执行“北京市”=“北京”命令的显示结果是______。

    A..T.

    B..P.

    C.1

    D.0


    正确答案:A
    解析:用“=”比较两字符串时,取决于SET EXTRACT ON|OFF命令,该命令用来设置是否精确匹配比较的字符串。
      SET EXTRACT OFF状态是系统默认状态,这种状态只要右边字符串与左边字符串的前面部分字符相匹配,即认为相等。
      SET EXTRACT ON状态,比较过程是先在较短字符串尾部加上若干空格,使两字符串长度相等,然后再进行比较。
      根据此规则,本题中的两个字符串会被认为相等,因此结果为.T.。正确答案的选项应该是A。

  • 第2题:

    数据库文件STU。DBF,“姓名”字段均为学生全名,执行下列命令序列中最后一条?命令显示( )。 USE STU INDEX ON姓名TO STU1 SET EXACT OFF FIND李 DISPLAY姓名,性别 RECORD#姓名,性别 1 李涛 男 SET EXACT ON FIND李 ?EOF()

    A.F

    B.T

    C.O

    D.1


    正确答案:C

  • 第3题:

    连续执行以下命令之后,最后一条命令的结果是( )。 SET EXACT OFF X="A" ?IIF(”A”;X,X-“BCD”,X+”BCD”)

    A.”A”

    B.”BCD”

    C.”A BCD”

    D.”ABCD”


    正确答案:C

  • 第4题:

    An unconscious person should NOT be ______.

    A.placed in a position with the head lower than the body

    B.given an inhalation stimulant

    C.given something to drink

    D.treated for injuries until conscious


    正确答案:C
    不省人事,无意识的人不应该给他一些东西喝。

  • 第5题:

    在 set exact oFF的情况下,命令"ABC"=="AB"显示的结果是().

    • A、"假"
    • B、.F.
    • C、.T.
    • D、"真"

    正确答案:B

  • 第6题:

    执行SET EXACT OFF命令后,再执行"北京市″="北京″命令的显示结果是( )

    • A、.F.
    • B、.T.
    • C、.
    • D、非0

    正确答案:B

  • 第7题:

    执行SET EXACT OFF命令后,命令"数据库"=[数据]的执行结果是()。


    正确答案:true

  • 第8题:

    在set exact on的情况下,命令"FO"="FOX"显示的结果是().

    • A、.F.
    • B、.T.
    • C、错误信息
    • D、以上都不对

    正确答案:A

  • 第9题:

    You work as a database administrator for Supportcenter.cn. In your Oracle database 10g installation you have set ORACLE_BASE to /u01/app/oracle. Which objective will be achieved by this setting?()

    • A、The Oracle kernel will be placed in this location.
    • B、The Oracle software will be placed in this location.
    • C、The server parameter file (SPFILE) will be placed in this location.
    • D、The database files will be placed in this location, if not specified explicitly.
    • E、The location will be considered for the base of Oracle Managed Files (OMF).
    • F、The location will be considered for the base of Optimal Flexible Architecture (OFA).

    正确答案:F

  • 第10题:

    填空题
    执行SET EXACT OFF命令后,命令"数据库"=[数据]的执行结果是()。

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

  • 第11题:

    单选题
    执行SET EXACT OFF命令后,再执行"北京市″="北京″命令的显示结果是( )
    A

    .F.

    B

    .T.

    C

    .

    D

    非0


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

  • 第12题:

    单选题
    在set exact on的情况下,命令"FO"="FOX"显示的结果是().
    A

    .F.

    B

    .T.

    C

    错误信息

    D

    以上都不对


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

  • 第13题:

    执行以下命令,输出结果是( )。 SET EXACT OFF A=”计算机” B=”计算机等级考试” ?A=B

    A. 计算机

    B. 等级考试

    C. .T.

    D. .F.


    正确答案:D
    此题考查字符串的精确比较与EXACT 设置。当用单等号运算符比较两个字符串时,运算结果与SET EXACT ON|OFF的设置有关:当处于OFF状态时,只要右边字符串与左边字符串的前面部分内容匹配,即可得到逻辑真,T.)的结果,否则为逻辑假(.F.)。

  • 第14题:

    执行SET EXACT OFF命令后,再执行“北京市“=”北京”命令的显示结果是 ______。

    A..T.

    B..F

    C.1

    D.0


    正确答案:A
    解析:在用单等号运算符:比较两个字符串时,运算结果与SETEXACTON/OFF设置有关,该命令是设置精确匹配与否的开关。该命令可以在命令窗口或在程序中执行,也可以通过“数据”选项卡设置。①当处于OFF状态时,只要右边的字符串与左边字符串的前面部分内容相匹配,即可得到逻辑真.T.的结果。也就是说,字符串的比较以右面的字符串为目标,右字符串在结束后即终止比较。②当处于ON状态时,比较到两个字符串全部结束,先在较短字符串的尾部加上若干个空格,使两个字符串的长度相等,然后进行比较。

  • 第15题:

    连续执行以下命令之后,最后一条命令的输出结果是( )。

    SET EXACT OFF

    X="A "

    ?IIF("A"=X,X-"BCD",X+"BCD")

    A) A

    B) BCD

    C) A BCD

    D) ABCD


    正确答案:C
    使用单等号(=)运算符比较两个字符串时,运算结果与SET EXACT ON | OFF的设置有关。执行完SETEXACT OFF命令后,只要右边字符串与左边稍串的前面部分内容相匹配,即可得到逻辑真的结果,即字符串的比较因右面的字符串结束而终止 。所以题中X=“A”的结果为逻辑真。
    IIF是条件测试函数,基本命令格式如下:
    IIF(<逻辑表达式>,<表达式1>,<表达式2>)
    其中,测试<逻辑表达式>的值,若为逻辑真.T.则返回<表达式1>的值,若为逻辑假(.F.),则返回<表达式2>的值。<表达式1>和<表达式2>的值不要求相同。所以题中IIF函数应返回“x-”BCD””的值。这里的“-”和“+”都是字符串连接符,“-”将连接前后两个字符串,并将前字符串的尾部空格移到合并后的新字符串尾部,“+”将前后两个字符串首尾连接形成一个新的字符串。

  • 第16题:

    ( ) is a contiguous, numbered set of variables of a given base type, which can be used and passed to functions as a unit.

    A.Record
    B.Array
    C.Parameter
    D.File

    答案:B
    解析:
    译文:数组是一个由给定基本类型的变量组成的连续有序的集合,它可以作为一个单元使用或者传给某个函数

  • 第17题:

    For a given Ethernet network, the failure cycle is set to 5 seconds and the heartbeat rate is set to 2 seconds.Given these values, what is the failure detection time for the network (in seconds)?()

    • A、5
    • B、10
    • C、12
    • D、20

    正确答案:D

  • 第18题:

    执行SET EXACT OFF命令后,再执行"蓝天"="白云",显示结果是()

    • A、非
    • B、.T.
    • C、是
    • D、.F.

    正确答案:D

  • 第19题:

    hich of the following RMAN structures can data from a datafile span?()

    • A、RMAN backup-set pieces spanning backup sets 
    • B、RMAN backup-set pieces within a given backup sets 
    • C、RMAN backups 
    • D、RMAN channels 
    • E、None of the above

    正确答案:B

  • 第20题:

    Given the HttpServlet code:   getServletContext().setAttribute(“foo”, “value”); What is the result?()

    • A、 The attribute foo is placed in the application
    • B、 A ServletContextListener registered for that servlet is notified
    • C、 A ServletAttributeListener registered for that servlet is notified
    • D、 An HttpSessionAttributeListener registered for that servlet is notified

    正确答案:A

  • 第21题:

    单选题
    For a given Ethernet network, the failure cycle is set to 5 seconds and the heartbeat rate is set to 2 seconds.Given these values, what is the failure detection time for the network (in seconds)?()
    A

    5

    B

    10

    C

    12

    D

    20


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

  • 第22题:

    单选题
    执行下列语句后的输出结果是()。 SET EXACT OFF X="A ?IIF("A"=X,X-"BCD",X+"BCD")
    A

    ABCD

    B

    BCD

    C

    ABCD

    D

    XBCD


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

  • 第23题:

    单选题
    Given the HttpServlet code:   getServletContext().setAttribute(“foo”, “value”); What is the result?()
    A

     The attribute foo is placed in the application

    B

     A ServletContextListener registered for that servlet is notified

    C

     A ServletAttributeListener registered for that servlet is notified

    D

     An HttpSessionAttributeListener registered for that servlet is notified


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