Surveys have shown that the primary skill needed to be a project manager is communication skill. The typical project manager spends approximately ______percent of his or her time communicating.
A 40-50
B 50-60
C 60-75
D 75-90
E 90-95
第1题:
Project(29)Management is the Knowledge Area that employs the processes required to ensure timely and appropriate generation, collection, distribution, storage, retrieval, and ultimate disposition of project information.
A.Integration
B.Time
C.Planning
D.Communication
第2题:
第3题:
第4题:
Project(74)Management is the Knowledge Area that employs the processes required to ensure timely and appropriate generation, collection, distribution, storage, retrieval, and ultimate disposition of project information.
A.Integration
B.Time
C.Planning
D.Communication
第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);}