A balance sheet is simply the enumeration of the various assets of a business on one side of a ledger and the enumeration of various liabilities and (61) accounts on the other side. The two sides must be equal, or balance. Only one further point should be (62) : A balance sheet refers to a single point in time, for example, the close of business on December 31. Taken by itself, a balance sheet does not show (63) over time. It is what economists call a stock concept, not a (64) concept. That is, the balance sheet shows the stock of goods a firm has on hand at any particular instant and does not show the flow of goods through the firm over time. For this reason, a balance sheet does not show business (65) , which are a flow.
(46)
A.profit
B.capital
C.income
D.cash
第1题:
The accounting equation shows the relationship among ______.
A.assets, liabilities and investor's yield
B.assets, liabilities and owner's equity
C.capital, liabilities and profits
D.capital, costs and profits
第2题:
阅读下面代码 class InterestTest ______ ActionListener { … public void actionPerformed(ActionEvent event) { double interest=balance * rate/100: balance+=interest: NumberFormat format=NumberFormat.getCurrencyInstance(); System.out.printlb("balance="+Formatter.format(balance)); } Private double rate; } 在下画线处,应填入的正确选项是
A.implementation
B.inheritance
C.implements
D.extends
第3题:
第4题:
I've got the first page ().
A、simplify
B、simplified
C、simply
第5题:
5类双绞线制作的交叉网线,下面哪一个图形描述的管脚对应关系正确()。
A.交叉网线示例SIDE1SIDE 21234567812345678
B.交叉网线示例SIDE1SIDE 21234567812345678
C.交叉网线示例SIDE1SIDE 21234567812345678
第6题:
使用数组来实现抛骰子6000 次,统计每个面次数 示例输出 side1 776 side2 999 side3 1211 side4 923 side5 1101 side6 990