58 A graphical display of accumulated costs and labor hours for both budgeted and actual costs, plotted against time, is called a(n) _____.A. Trend line.B. Trend analysis.C. S curve.D. Percent completion report.E. Earned value report

题目

58 A graphical display of accumulated costs and labor hours for both budgeted and actual costs, plotted against time, is called a(n) _____.

A. Trend line.

B. Trend analysis.

C. S curve.

D. Percent completion report.

E. Earned value report


相似考题
更多“58A graphical display of accumulated costs and labor hours for both budgeted and actual co ”相关问题
  • 第1题:

    设有如下程序: include using namespace std; class A { public:int i;display(){co

    设有如下程序: #include <iostream> using namespace std; class A { public: int i; display() { cout<<"class A\n"; } }; class B { public: int i; display() { cout<<"class B\n"; } }; class C : public A, public B { int j; public: int i; show ( ) { j = i * i; display(); } }; int main() { C demo; demo.show(); return O; } 则主程序运行时将( )。

    A.因为变量i的重复定义而报错

    B.因为对象demo间接调用display()函数时产生二义性而报错

    C.因为类定义的语法错误而不能运行

    D.没有语法错误,能够正常输出结果


    正确答案:B
    解析:本题主要考察C++中多继承的工作方式和二义性的解决办法。在C++中,允许一个派生类从多个基类派生,这种继承方式称为多继承。多继承的定义格式如下:class派生类名>:继承方式>基类名1>,继承方式2>基类名2>,…{派生类类体>};但是,如果一个派生类的两个或多个基类中有某个同名成员,在派生类中对这个成员的访问就可能出现二义性;同时,如果一个派生类是由两个或多个基类派生出来的,而这几个基类又有一个共同的基类,对该基类进行访问时,也可能会出现二义性。本题程序中,类C是由类A和类B多继承得到的派生类,但其自身函数show()中调用了display()函数,而这个函数是同时出现在类C的两个基类中的,因此程序会出现二义性,编译器将无法确定调用哪一个display()函数来执行操作,因此报错。解决二义性的通常办法是通过作用域运算符“::”进行限定。

  • 第2题:

    判断两个对象是否相等,使用()断言方法表示。

    A.assertEquals(expected, actual)

    B.assertNull(object)

    C.assertEquals(actual,expected)

    D.assertTrue(condition)


    assertEquals(expected, actual)

  • 第3题:

    以下声明中,可以隐藏对象的是()。

    A.display:block

    B.display:inline

    C.display:none

    D.display:inline-block


    display:none

  • 第4题:

    ()are?those?costs?that?cannot?be?directly?traced?to?a specific?project?and?therefore?will?be?accumulated?and allocated?equitably?over?multiple?projects?by?some?approved and?documented?accounting?procedure.

    A.Direct costs
    B.Operation costs
    C.Indirect costs
    D.Implement costs

    答案:C
    解析:
    本题翻译:
    ()是指不能直接追溯到特定项目的成本,因此将通过一些批准和记录的会计程序在多个项目上平均累计和分配。
    A.直接成本B.运营成本C.间接成本D.实施成本
    本题考查成本的分类,不能直接的就可以理解为间接,间接成本:来自一般管理费用科目或几个项目共同负担的项目成本所分摊给本项目的费用。
    而成本管理中不是涉及运营成本、实施成本。排除BD选项。所以此题选择C选项。

  • 第5题:

    1、判断两个对象是否相等,使用()断言方法表示。

    A.assertEquals(expected, actual)

    B.assertNull(object)

    C.assertEquals(actual,expected)

    D.assertTrue(condition)


    assertEquals(expected, actual)

  • 第6题:

    盒模型显示方式是弹性伸缩盒()

    A.display:flex

    B.display:block

    C.display:inline

    D.display:inline-block


    display:flex