A. standing
B. stood
C. stand
D. stands
第1题:
下列属于“范围”的短语有
A.ALL,REST,NEXT和RECORD
B.NEXT,REST,FIELDS和TOP
C.REST,FIELDS,FOR和BOTYOM
D.ALL,FOR,WHILE和RECORD
第2题:
请在(14)处填上最佳答案。
[A] released
[B] relayed
[C] relieved
[D] remained
第3题:
Manager和Agent间,Manager是客户机,Agent是服务器。()
第4题:
A.FromtheExchangeManagementShell,modifythepropertiesoftheWEBOutlookProvider.
B.FromtheExchangeManagementShell,modifythepropertiesoftheEXPROutlookProvider.
C.FromtheInternetInformationServices(IIS)Manager,modifythepropertiesoftheRPCvirtualdirectory.
D.FromtheInternetInformationServices(IIS)Manager,modifythepropertiesoftheAutodiscovervirtualdirectory.
第5题:
A light used to signal passing intentions must be an ______.
A.all-round yellow light only
B.all-round white light only
C.all-round blue light only
D.alternating red and yellow light
第6题:
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?
A.Manager::Manager(int n):id(n){}
B.Manager::Manager(int n){id=n;}
C.Manager::Manager(int n):Employee(n){}
D.Manager::Manager(int n){Employee(n);}