更多“单选题______A relationship B relation C thing D matter”相关问题
  • 第1题:

    At present, the most important thing is that Britain needs( )more to improve the relationship with the USA.

    A. to do

    B. doing

    C. to be done

    D. do


    正确答案:A

  • 第2题:

    At present, the most important thing is that Britain needs()more to improve the relationship with the USA

    Ato do

    Bdoing

    Cto be done

    Ddo


    A

  • 第3题:

    Which two allow the class Thing to be instantiated using new Thing()?

    • A、 public class Thing { }
    • B、 public class Thing { public Thing() {} }
    • C、 public class Thing { public Thing(void) {} }
    • D、 public class Thing { public Thing(String s) {} }
    • E、 public class Thing { public void Thing() {} public Thing(String s) {} }

    正确答案:A,B

  • 第4题:

    Thank you for your invitation.()

    • A、It doesn't matter. 
    • B、It's a pleasure.   
    • C、It's a small thing. 
    • D、I'll appreciate it

    正确答案:B

  • 第5题:

    he data blocks in your form module are based on object tables. How would you create a master-detail relationship between two of these blocks?()

    • A、Use the Data Block Wizard and base the relation on a REF pointer. 
    • B、In the Object Navigator, select the Relation node under the master block and click the Create icon. Build the relation manually and coordinate the blocks using triggers.
    • C、Use the Data Block Wizard, and base the relation on the primary key-foreign key relationship in the database. 
    • D、This task is not possible because master-detail relations can be implemented only for blocks based on relational tables. 

    正确答案:A

  • 第6题:

    You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()

    • A、GET_RELATION_PROPERTY 
    • B、SET_RELATION_PROPERTY 
    • C、GET_BLOCK_PROPERTY 
    • D、GET_FORM_PROPERTY

    正确答案:C

  • 第7题:

    单选题
    You want to implement a master-detail relation between data blocks based on object tables. How would you do this? ()
    A

    Create the relation manually and coordinate the blocks using triggers. 

    B

    Base the relation on a REF pointer using the Data Block Wizard. 

    C

    Base the relation on a foreign key using the Data Block Wizard. 

    D

    This task is not possible because master-detail relations can be implemented only for blocks based on relation tables.


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

  • 第8题:

    单选题
    There are generally three kinds of sense relations recognized, sameness relation, oppositeness relation and inclusiveness relation. They are represented by _____ respectively.
    A

    synonymy, antonymy, and hyponymy

    B

    synonymy, hyponymy, and antonymy

    C

    antonymy, synonymy, and hyponymy


    正确答案: C
    解析:
    有三种涵义关系,分别为同义关系,反义关系和上下义关系。

  • 第9题:

    单选题
    If a teacher asks students to list as many ways as they can to tell someone to open the door and list the possiible functions of a sentence in different contexts. he/she is probably trying to highlight  
    A

    the potential meanings of a sentence

    B

    different realizations of the same function

    C

    the relationship between form and function

    D

    different ways of getting people to do the same thing


    正确答案: A
    解析:

  • 第10题:

    单选题
    建立表之间临时关联的命令是(  )。
    A

    CREATE RELATION TO……

    B

    SET RELATION TO……

    C

    TEMP RELATION TO……

    D

    CREATE TEMP TO……


    正确答案: D
    解析:
    临时联系是用SET RELATION命令建立的。SET RELATION命令的格式是:SET REI ATION TO eExpressionl INTO nWorkAreal | cTableAliasl
    临时联系用于控制不同工作区中记录指针的关系。

  • 第11题:

    单选题
    Where can you add your own PL/SQL code in relation-handling triggers?()
    A

    Before the End default relation program section comment. 

    B

    After the Begin default relation program section comment. 

    C

    Before the Begin default relation program section comment. 

    D

    It is not possible to modify the relation-handling code that Forms automatically creates for relations.


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

  • 第12题:

    单选题
    he data blocks in your form module are based on object tables. How would you create a master-detail relationship between two of these blocks?()
    A

    Use the Data Block Wizard and base the relation on a REF pointer. 

    B

    In the Object Navigator, select the Relation node under the master block and click the Create icon. Build the relation manually and coordinate the blocks using triggers.

    C

    Use the Data Block Wizard, and base the relation on the primary key-foreign key relationship in the database. 

    D

    This task is not possible because master-detail relations can be implemented only for blocks based on relational tables. 


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

  • 第13题:

    If a teacher asks students to list as many ways as they can to tell someone to open the door and list the possible functions of a sentence in different contexts, he / she is probably trying to highlight__________.

    A.the potential meanings of a sentence
    B.different realizations of the same function
    C.the relationship between form and function
    D.different ways of getting people to do the same thing

    答案:C
    解析:
    考查语用学在英语教学中的运用。题目中教师让同学尽可能多地说出“打开门”这句话不同的表达形式,并列举出一句话在不同语境中可能的功能.这种行为是为了强调形式与功能的关系.故选C。

  • 第14题:

    At present, the most important thing is that Britain needs()more to improve the relationship with the USA

    • A、to do
    • B、doing
    • C、to be done
    • D、do

    正确答案:A

  • 第15题:

    ()is software about the relation between the customer and the supplier in marketing.

    • A、Customer Relationship Management
    • B、Customer service
    • C、Sales planning
    • D、Distribution channel

    正确答案:A

  • 第16题:

    ()is software about the relation between the customer the customer and the supplier in marketing

    • A、Customer Relationship Management (CRM)
    • B、Customer service
    • C、Sales planning
    • D、Distribution channel

    正确答案:A

  • 第17题:

    Where can you add your own PL/SQL code in relation-handling triggers?()

    • A、Before the "End default relation program section" comment. 
    • B、After the "Begin default relation program section" comment. 
    • C、Before the "Begin default relation program section" comment. 
    • D、It is not possible to modify the relation-handling code that Forms automatically creates for relations.

    正确答案:C

  • 第18题:

    You want to implement a master-detail relation between data blocks based on object tables. How would you do this? ()

    • A、Create the relation manually and coordinate the blocks using triggers. 
    • B、Base the relation on a REF pointer using the Data Block Wizard. 
    • C、Base the relation on a foreign key using the Data Block Wizard. 
    • D、This task is not possible because master-detail relations can be implemented only for blocks based on relation tables.

    正确答案:B

  • 第19题:

    单选题
    At present, the most important thing is that Britain needs()more to improve the relationship with the USA
    A

    to do

    B

    doing

    C

    to be done

    D

    do


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

  • 第20题:

    单选题
    ()is software about the relation between the customer the customer and the supplier in marketing
    A

    Customer Relationship Management (CRM)

    B

    Customer service

    C

    Sales planning

    D

    Distribution channel


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

  • 第21题:

    单选题
    You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()
    A

    GET_RELATION_PROPERTY 

    B

    SET_RELATION_PROPERTY 

    C

    GET_BLOCK_PROPERTY 

    D

    GET_FORM_PROPERTY


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

  • 第22题:

    单选题
    ()is software about the relation between the customer and the supplier in marketing.
    A

    Customer Relationship Management

    B

    Customer service

    C

    Sales planning

    D

    Distribution channel


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

  • 第23题:

    单选题
    No such things as ghost exists in the world. That’s your illusion.
    A

    No such a thing as  

    B

    No such thing as

    C

    No such thing as a  

    D

    No such a thing as a


    正确答案: C
    解析: ghost在这句话里属于抽象名词的用法,即为不可数名词,前面不可用不定冠词a修饰。句意:世界上没有鬼这种东西存在。那只是你的错觉。

  • 第24题:

    单选题
    Thank you for your invitation.()
    A

    It doesn't matter. 

    B

    It's a pleasure.   

    C

    It's a small thing. 

    D

    I'll appreciate it


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