The project manager must be concerned with building a closely knit team. During the project kickoff meeting, the project manager can get a good start at team building by providing the team with:A . Proposed salary increases if the project is successfulB .

题目

The project manager must be concerned with building a closely knit team. During the project kickoff meeting, the project manager can get a good start at team building by providing the team with:

A . Proposed salary increases if the project is successful

B . Bonuses for early completion date

C . A promise of future assignments

D . Well-defined project objectives

E . Linear responsibility charts


相似考题
更多“The project manager must be concerned with building a closely knit team. During the projec ”相关问题
  • 第1题:

    Software Engineering is best described as ( ).

    A.the practice of designing, building, and maintaining off-the-shelf software from prefabricated parts

    B.the practice of designing, building, and maintaining ad-hoc software without the use of formal methods

    C.the practice of designing, building, and maintaining reliable and cost-effective software using standard techniques

    D.the practice of designing, building, and maintaining fast and flexible software specifically for engineering applications


    正确答案:C

  • 第2题:

    These factors interact intimately and cannot be separated.

    A: tensely
    B: nearly
    C: carefully
    D: closely

    答案:D
    解析:
    题干意为“这些因素相互之间紧密联系,不可分离。”句中划线词为副词,意为亲密地,密切地。D项closely意为亲密地;接近地;例句:We are banded together closely.我们紧密地联合在一起。A项意为紧张地,拉紧地;B项意为几乎,差不多;C项意为小心地;故选D.

  • 第3题:

    The security of a country is( )related to the safety of the rest world.

    A.merely
    B.close
    C.mere
    D.closely

    答案:D
    解析:
    考查副词辨析。一个国家的安全与其他国家的安全密切相关。

  • 第4题:

    No navigational aids are shown and the chart is not kept corrected for alterations in depths inside the pecked lines. For more detailed information,the larger scale charts must be ______.

    A.referred to

    B.appreciated

    C.met with

    D.concerned


    正确答案:A

  • 第5题:

    I'm content with the way the campaign has gone.

    A:tied
    B:satisfied
    C:filled
    D:concerned

    答案:B
    解析:

  • 第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);}


    Manger::manger(int n):Employee(n){}