● On some projects, especially ones of smaller scope, activity sequencing, activity resource estimating, activity duration estimating, and (70) are so tightly linked that they are viewed as a single process that can be performed by a person over a relativ

题目

● On some projects, especially ones of smaller scope, activity sequencing, activity resource estimating, activity duration estimating, and (70) are so tightly linked that they are viewed as a single process that can be performed by a person over a relatively short period of time.

A.time estimating

B.cost estimating

C.project planning

D.schedule development


相似考题
更多“● On some projects, especially ones of smaller scope, activity sequencing, activity resour ”相关问题
  • 第1题:

    一个activity被半遮挡,半透明时,该activity回调onStop()方法。

    一个activity被半遮挡,半透明时,该activity回调onStop()方法。


    正确

  • 第2题:

    5、若在启动Activity时,希望新建一个Activity对象,则应使用的Intent标志是()。

    A.FLAG_ACTIVITY_CLEAR_TOP

    B.FLAG_ACTIVITY_NEW_TASK

    C.FLAG_ACTIVITY_SINGLE_TOP

    D.FLAG_ACTIVITY_BROUGHT_TO_FRONT


    错误

  • 第3题:

    下列说法正确的是()。

    A.当Activity被另一个Activity遮挡时处于停止状态;

    B.当Activity被另一个Activity部分遮挡时处于暂停状态;

    C.当Activity被另一个Activity遮挡时处于暂停状态;

    D.当Activity被另一个Activity完全遮挡时处于停止状态,但不会被系统清除掉以释放其占用的内存空间。


    onCreate ()

  • 第4题:

    在activity1中启动activity2时可以使用语句:Intent intent = new Intent(Activity1.this, Activity2.class);startActivity(intent);来实现


    正确

  • 第5题:

    在activity1中启动activity2时如果需要从activity2中回传数据,那么可以在activity2中将数据放到bundle中,并调用startActivity()方法启动activity1。


    正确

  • 第6题:

    30、当启动一个Activity,并且新的Activity执行完后需要将执行结果数据返回到启动它的Activity,则启动该Activity时应该调用()方法。


    (1)startActivityForResult(),onActivityResult()