139 Using the scenario in the special window, the project manager:A. will probably spend the weekend reviewing the data.B. Won't ask for the report again.C. Has a preference for written communication.D. Has chosen an inappropriate medium.E. Is experiencin

题目

139 Using the scenario in the special window, the project manager:

A. will probably spend the weekend reviewing the data.

B. Won't ask for the report again.

C. Has a preference for written communication.

D. Has chosen an inappropriate medium.

E. Is experiencing communication overload


相似考题
更多“139Using the scenario in the special window, the project manager: A.will probably spend th ”相关问题
  • 第1题:

    How much would you__for repairing my radio?

    A.charge
    B.cost
    C.pay
    D.spend

    答案:A
    解析:
    charge表示“索价;要支付……”。

  • 第2题:

    下列样式代码中,可精确定义元素位置的是()

    A.special{ position: absolute;}

    B.special{ position: absolute; top:20px; left:16px;}

    C.special{ position: relative;; top:20px; left:16px;}

    D.special{ position: relative;}


    BC

  • 第3题:

    【多选题】下列样式代码中,可精确定义元素位置的是:

    A..special{ position: absolute;}

    B..special{ position: absolute; top:20px; left:16px;}

    C..special{ position: relative;; top:20px; left:16px;}

    D..special{ position: relative;}


    BC

  • 第4题:

    Lower taxes would spur investment and help economic growth.

    A:attract
    B:encourage
    C:require
    D:spend

    答案:B
    解析:
    本句意思:低税收将刺激投资,帮助经济增长。encourage和spur都有“鼓舞,鼓励”的 意思。如:New measures have been taken to encourage consumption in China.中国采取了新的举 措来刺激消费。

  • 第5题:

    已知基类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){}

  • 第6题:

    下列打开指定位置新窗口的代码中正确的是()。

    A.window.open(“window2.html”)

    B.window.open(“window2.html”,”new”)

    C.window.open(“window2.html”,”new”,”top=10”)

    D.window,open(“new”,”window2.html”)


    window,open(“window2.html”,”new”,””)