164 Perhaps the biggest problem facing the project manager during integration activities within a matrix structure is:
A. Coping with employees who report to multiple bosses
B. Too much sponsorship involvement
C. Unclear functional understanding of the technical requirements
D. Escalating project costs
E. All of the above
第1题:
A、variety
B、vary
C、various
第2题:
Integration ______ is the process of verifying that the components of a system work together as described in the program design an system design specification.
A.trying
B.checking
C.testing
D.coding
第3题:
第4题:
[A] During
[B] For
[C] At
[D] Since
第5题:
第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);}