50 The salvage value of an asset is:
A. The value of the scrap metal if a new asset were taken to a scrap yard.
B. The value that an asset has on the books after one year of depreciation.
C. The costs that have been sunk into the project to date.
D. The expected cash value at the end of an assets useful life.
E. A and D only.
第1题:
What does VAT stand for?
A. Value-Assist Tag
B. Value-Added Tax
C. Value-Added Tag
D. Value-Assist Tax
第2题:
What is the type of account and normal balance of Allowance for Doubtful Accounts?
A. Contra asset, credit
B. Asset, debit
C. Asset, credit
D. Contra asset, debit
第3题:
20、下面是重载双目运算符+的友元函数原型,其中最符合+原来含义的是()。
A.Value operator +(Value,Value);
B.Value operator +(Value,int );
C.Value &operator +(Value,Value);
D.Value &operator +(Value&,Value&);
第4题:
A.Contra asset, debit
B.Contra asset, credit
C.Asset, debit
D.Asset, credit
第5题:
类MyClas的定义如下: class MyClas{ public: MyClas(){} MyClas(int a){ value=new.int(i); } int *value; }; 若要对类中的value赋值,则下面的语句中正确的是( )
A.MyClas x;x.value=10;
B.MyClas x; *x.value=10;
C.MyClas x;x. *value=10;
D.MyClas x(10);
第6题:
下面是重载双目运算符+的友元函数原型,其中最符合+原来含义的是()。
A.Value operator +(Value,Value);
B.Value operator +(Value,int );
C.Value &operator +(Value,Value);
D.Value &operator +(Value&,Value&);