The amount of the outstanding checks is included on the bank reconciliation as a(n) ( )A. deduction from the balance per depositor's recordsB. addition to the balance per bank statementC. deduction from the balance per bank statementD. addition to the bal

题目
The amount of the outstanding checks is included on the bank reconciliation as a(n) ( )

A. deduction from the balance per depositor's records

B. addition to the balance per bank statement

C. deduction from the balance per bank statement

D. addition to the balance per depositor's records


相似考题
更多“The amount of the outstanding checks is included on the bank reconciliation as a(n) ( ) ”相关问题
  • 第1题:

    有如下类的声明: class Base{ protected: int amount; public: Base(int n=0):amount(n){} int getAmount()const{return amount;} }; class Derived:public Base{ protected: int value public: Derived(int m,int n):value(m),Base(n){} int getData()const{return value+amount;} };已知x是一个Derived对象,则下列表达式中正确的是

    A.x. value+x. getAmount()

    B.x. getData()-x. getAmount()

    C.x. getData()-x. amount

    D.x. value+x. amount


    正确答案:B

  • 第2题:

    有如下类声明: class Base{ protected: int amount; public: Base(int n=0):amount(n){} int getAmountconst{retum amount;} }; class Derived:public Base{ protected: int value; public: Derived(int m,int n):value(m),Base(n){} int getDataconst{return value+amount;} }: 已知x是一个Derived对象,则下列表达式中正确的是( )。

    A.x.value+X.getAmount

    B.x.getData一x.getAmount

    C.x.getData一x.amount

    D.x.value+X.amount


    正确答案:B
    本题考查公有继承中派生类对象对基类的访问属性。在公有继承中,派生类对象只能访问基类的公有成员,而不能}方问基类的保护成员和私有成员。题中x是派生类的对象,只能访问基类中公有的Base和getAmount成员,而不能访问保护类型的amount成员,故选项C、D错误。而类对象对类成员的访问也存在类似的情况,即类对象只能访问类的公有成员,而value是Derived的保护成员,所以A选项也错误。故答案为B。

  • 第3题:

    下列有关中国银行的网址中正确的是()。

    A.www.bank-of-chinA.com.cn

    B.www.bank-of-chinA.com

    C.www.bankofchinA.com

    D.www.bank_of_chinA.com


    参考答案:B

  • 第4题:

    有如下程序: include using namespace std; class Amount{ int amount

    有如下程序: #include<iostream> using namespace std; class Amount{ int amount; public: Amount(int n=0):amount(n){} int getAmount()const{return amount;} Amount&operator9=(Amount a){ amount+=a. amount; return______; } }; int main(){ Amount x(3),y(7); x+=y, cout<<x. getAmount()<<endl; return 0; }已知程序的运行结果是10,则下划线处缺失的表达式是

    A.* this

    B.this

    C.&amount

    D.amount


    正确答案:A

  • 第5题:

    有下列程序:includeUsing namespace std;Class Amount{ int amount;public; Amount(i

    有下列程序: #include<iostream> Using namespace std; Class Amount{ int amount; public; Amount(int n=O):amount(n){} Int getAmount()const{return amount;} Amount &operator+=(AmountA) {

    A.*this

    B.this

    C.&amount

    D.amount


    正确答案:D
    解析: 此题考查的是“+”运算符重载和this指针。语句amount+=a.amount;实现3和7的求和,得到amount=10,要使程序的输出结果为10,需要把amount的值作为函数的返回值,所以横线处应填入amot。

  • 第6题:

    8、CPU执行“MOV PSW,#38H”后,当前工作寄存器组()。

    A.保持不变

    B.切换到BANK0

    C.切换到BANK1

    D.切换到BANK2

    E.切换到BANK3


    切换到 BANK3