更多“The short time schedule may be a big problem, but there are many other things we ca ”相关问题
  • 第1题:

    ● The Work Breakdown Structure (WBS) is the basis for communicating:

    A Project scope, cost control, schedule, quality

    B Project objectives, dependencies, plan, cost control

    C Project scope, schedule, staffing, cost control

    D Project scope, quality, schedule, dependencies

    E Project budget, schedule, risk factors, work assignments.


    正确答案:A

  • 第2题:

    Examine the following options, Multicasting supports applications that communicate.()

    A. many - to - one

    B. one - to - one

    C. one - to - many

    D. many - to - many


    参考答案:C

  • 第3题:

    根据以下内容,回答235-239题。


    What is the last day to apply for the WHC position? (  )

    A.May 1
    B.May 10
    C.May 17
    D.May 27

    答案:B
    解析:

  • 第4题:

    Vingo showed the young people the pictures of his family which were _____ snapshots.

    A. many-handling

    B. much-handling

    C. many-handled

    D. much-handled


    参考答案: D

  • 第5题:

    36. We ___________ keep the new traffic law and learn how to protect ourselves.

    A.may.

    B.should

    C.can

    D.need


    正确答案:B
    36.B【解析】句意:我们应该遵守新的交通法规并学会保护自己。所填词意思为“应该”,表示一种义务和责任,用should。

  • 第6题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}

    A.2
    B.3
    C.4
    D.5

    答案:C
    解析:
    本题考查白盒测试用例设计方法--语句覆盖法的概念。语句覆盖(Statement Coverage)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。