Which three statements are true about windows? ()(Choose three.)A. Only one window can be open at any given timeB. Consumer groups are associated with windowsC. Windows work with job classes to control resource allocationD. The database service name must

题目
Which three statements are true about windows? ()(Choose three.)

A. Only one window can be open at any given time

B. Consumer groups are associated with windows

C. Windows work with job classes to control resource allocation

D. The database service name must be provided during windows creation

E. Windows can automatically start job or change resource allocation among jobs for various time periods.


相似考题
更多“Which three statements are true about windows? ()(Choose three.) ”相关问题
  • 第1题:

    A programmer must know about a function's ______ to call it correctly.

    A.location

    B.algorithm

    C.Interface

    D.statements


    正确答案:D
    解析:译文的含义是:程序员需要知道函数的()才能正确调用该函数。A、B、C、D各选项的意思分别是:位置、算法、接口、声明。要正确地调用一个函数,必须知道它的声明,故本题应该选择D。

  • 第2题:

    以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two

    A.two.three.

    B.two

    C.three

    D.value is 2


    正确答案:A

  • 第3题:

    Norman Blarney is an artist of deep convictions.

    A: claims
    B:suggestions
    C: beliefs
    D:statements

    答案:C
    解析:
    句意:诺曼.布莱梅是一个有坚定信念的艺术家,句中画线部分conviction意为 “信念”。claim意为“要求,声称”。suggestion意为“建议”。belief意为“相信,信赖”。 statement意为“声明,陈述”。画线部分和C项意义接近。故选C项。

  • 第4题:

    Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.

    A) three-hours B) three-hour

    C) three-hours’ D) three-hour’s

     

     


    选B

     用破折号连接的作形容词不用复数.

  • 第5题:

    YourroutedTCP/IPnetworkconsistsof10Windows2000Servercomputersand75Windows2000Professionalcomputers.YournetworkusesTCP/IPastheonlynetworkprotocol.Youareinstalling10newWindows2000Professionalcomputers.YouwanttoenablethenewcomputerstouseNetBIOSnamestoconnecttoallsharedresourcesasthenetwork.YouconfigureaTCP/IPaddressandasubnetmaskoneachnewcomputer.Which2additionalTCP/IPpropertiesshouldyouconfigureoneachnewcomputer?()

    A.Thebindings.

    B.ADNSaddress.

    C.AGatewayaddress.

    D.AWINSserveraddress.

    E.ADHCPserveraddress.


    参考答案:C, D

  • 第6题:

    在windows程序中,若想选中复选框,则应将该控件的 属性设置为true。


    正确