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.
第1题:
A programmer must know about a function's ______ to call it correctly.
A.location
B.algorithm
C.Interface
D.statements
第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
第3题:
第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.
第6题:
在windows程序中,若想选中复选框,则应将该控件的 属性设置为true。