Which three statements are true about windows?()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 be provided duri

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

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?() ”相关问题
  • 第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题:

    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

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

  • 第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题:

    以下对枚举类型名的定义中正确的是______。

    A.enum a={one, two,three};

    B.enum a{one=9,two=1,three};

    C.enum a={"one","two","three"};

    D.enum a{"one", "two","three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第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。


    正确