While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type

题目

While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()

  • A、heap tables
  • B、object tables
  • C、partitioned tables
  • D、index­organized tables (IOTs)

相似考题
更多“While designing the&e”相关问题
  • 第1题:

    以下哪个while循环判定式最有可能是因为程序员失误而写出的代码()。

    A.while(x<=7)

    B.while(x=7)

    C.while(x<7)

    D.while(x!=7)


    正确答案:B

  • 第2题:

    在c语言中while循环和do-while循环的主要区别是()

    A.do-while循环体内可以使用break语句,while循环体内不能使用break语句

    B.do-while的循环体至少无条件执行一次,while的循环体不是

    C.do-while循环体可以使用continue语句,while循环体内不能使用continue语句

    D.while的循环体至少无条件执行一次,do-while的循环体不是


    参考答案:B

  • 第3题:

    下列写法中等价的是( )。

    A.若x=1,while(x!=x)与while(x)

    B.若x=0,while(x!=x)与while(x)

    C.若x=1,while(x!=0)与while(!x)

    D.若x=0,while(x==0)与while(x)


    正确答案:B
    解析:该题是把x的值分别代入两个while的表达式中,比较它们的表达式值是否相同。

  • 第4题:

    The idea for the new project came to Jack ______ to his study recently.

    A. while devoting

    B. while devoting himself

    C. while he was devoted

    D. while devoted


    正确答案:C
    答案为 C。当杰克正投入在研究中时,他有了建立新项目的想法。while引导时间状语,逻辑主句与主句主语不一致,因此不能省略。

  • 第5题:

    while(a)等价于() 

    • A、while(a=0)
    • B、while(a==0)
    • C、while(!a)
    • D、while(a!=0)

    正确答案:D

  • 第6题:

    数据结构与算法里,while循环属于当型循环,其循环变量的初值写在()

    • A、while语句{}中的第一句
    • B、while语句{}中的最后一句
    • C、while语句的上面
    • D、while语句的下面

    正确答案:C

  • 第7题:

    You are designing an integration test plan for a Windows Azure .NET 3.5 application.   You need to recommend a testing environment that allows developers to debug the application while accessing data in the cloud.  What should you recommend?()

    • A、 Run the application on Windows Azure.  Use the development storage account.
    • B、 Run the application on Windows Azure.  Use a Windows Azure Storage account.
    • C、 Run the application in the development fabric.  Use the development storage account.
    • D、 Run the application in the development fabric.  Use a Windows Azure Storage account

    正确答案:D

  • 第8题:

    下面关于程序中使用while描述正确的是()。

    • A、while结构中可以嵌入if结构
    • B、while结构中可以嵌入switch结构
    • C、while结构中不能嵌入选择结构
    • D、if选择结构中可以包含循环结构while

    正确答案:A,B,D

  • 第9题:

    下列循环语句中有语法错误的是()。

    • A、while(x=y)5;
    • B、while(0);
    • C、doprintf(“%d”,a);while(a--);
    • D、dox++while(x==10);

    正确答案:D

  • 第10题:

    You are tasked with designing a security solution for your network.  What information should be gathered prior to designing the solution?()

    • A、IP addressing design plans so that the network can be appropriately segmented to mitigate potential network threats
    • B、a list of the customer requirements
    • C、detailed security device specifications
    • D、results from pilot network testing

    正确答案:B

  • 第11题:

    单选题
    While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()
    A

    heap tables

    B

    object tables

    C

    partitioned tables

    D

    index­organized tables (IOTs)


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

  • 第12题:

    单选题
    When designing the routing for an Enterprise Campus network it is important to keep while of thefollowing filtering aspects in mind?()
    A

     Filtering is only useful when combined with route summarization

    B

     It is best to filter (allow) the default and summary prefixes only in the Enterprise Edge to remotesites or site-to-site IPsec VPN networks

    C

     IGPs (for example EIGRP or OSPF) are superior to route filtering in avoiding in inappropriatetransit traffic through remote nodes or inaccurate or inappropriate routing updates

    D

     The primary limitation of router filtering is that it can only be applied on outbound updates


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

  • 第13题:

    与以下程序段等价的是( ) while (a) { if (b) continue; C; }

    A.while(a)

    B.while(c) {if(!b) c;) {if(!b)break: c:)

    C.while?

    D.while(a) {if(b) c:) {if(b) break: c;}


    正确答案:A

  • 第14题:

    while和do-while循环的主要区别是

    A.do-while的循环体至少无条件执行一次

    B.while的循环控制条件比do-while的循环控制条件更严格

    C.do-while允许从外部转到循环体内

    D.do-while的循环体不能是复合语句


    正确答案:A
    解析:while是先判断条件再执行语句;do-while则是先执行一次语句再判断条件,从而决定是否继续再执行循环体中的语句,这正是二者主要区别。

  • 第15题:

    Software Engineering is best described as ( ).

    A.the practice of designing, building, and maintaining off-the-shelf software from prefabricated parts

    B.the practice of designing, building, and maintaining ad-hoc software without the use of formal methods

    C.the practice of designing, building, and maintaining reliable and cost-effective software using standard techniques

    D.the practice of designing, building, and maintaining fast and flexible software specifically for engineering applications


    正确答案:C

  • 第16题:

    Software Engineering is best described as ( ).

    A. the practice of designing, building, and maintaining off-the-shelf software from prefabricated parts
    B. the practice of designing, building, and maintaining ad-hoc software without the use of formal methods
    C. the practice of designing, building, and maintaining reliable and cost-effective software using standard techniques
    D. the practice of designing, building, and maintaining fast and flexible software specifically for engineering applications



    答案:C
    解析:
    解析:翻译:对软件工程最恰当的描述是( )。A.从定制化软件到成本软件的设计、开发和维护B.非常规的专用软件的设计、开发和维护C.采用常规方法的可靠的、高性价比的软件的设计、开发和维护D.针对工程应用的快速敏捷性软件的设计、开发和维护

  • 第17题:

    while与do-while相比较,描述正确的是()。

    • A、第一次循环条件为真,while与do-while都执行,无区别
    • B、第一次循环条件为真,while与do...while都不执行
    • C、第一次循环条件为真,while执行,do...while不执行
    • D、第一次循环条件为假,while不执行,do...while执行

    正确答案:A,D

  • 第18题:

    下面关于while及do-while说法中,描述正确的是()

    • A、while与do..while没有区别
    • B、while是先执行后判断
    • C、do..while是先判断后执行
    • D、while是先判断后执行,条件为真时执行

    正确答案:D

  • 第19题:

    循环嵌套可以包含的格式有()

    • A、while循环嵌套do...while循环
    • B、for循环嵌套while循环
    • C、for循环嵌套do...while循环
    • D、for循环嵌套for环

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

  • 第20题:

    在循环结构中while循环的while()后没有分号,do-while循环的while()后一定要有一个分号。


    正确答案:正确

  • 第21题:

    下列单片机程序语句中,能有效实现无限循环的是()

    • A、while(!0);
    • B、while(0);
    • C、while(!1);
    • D、while(!2);

    正确答案:A

  • 第22题:

    单选题
    While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()
    A

     heap tables

    B

     object tables

    C

     partitioned tables

    D

     index-organized tables (IOTs)


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

  • 第23题:

    单选题
    While designing your database, you have created the EMPLOYEEStable as an index-organized (IOT). You want to create a bitmap index on the JOD_IDcolumn to make queries faster. Which task must have been completed so that you are able to create the bitmap index?()
    A

     A primary key must have been created.

    B

     A mapping table must have been created.

    C

     An overflow tablespace must have been specified.

    D

     The PCTTHRESHOLD option must have been specified.


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

  • 第24题:

    多选题
    When designing the IP routing for the Enterprise Campus network, which of these following twoiBGB considerations should be taken into account?()
    A

    iBGB dual horning with different iSPs puts the Enterprise at the risk of becoming a transitnetwork

    B

    iBGP requires a full mesh of eBGP peers

    C

    Routers will not advertise iBGP learned routers to other iBGP peers.

    D

    The use of route reflections or Confederation eliminate any full mesh requirement while helpingto scale iBGP

    E

    iGBP peers do not add any information to the AS path


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