问题:
[多选] 增值税防伪税控系统的专用设备有()。
金税卡。IC卡。读卡器或金税盘。报税盘。
问题:
[单选] 下列选项中不属于购买支票流程的是()。
填写收款单位。填写银行单证。银行柜员受理。领取支票。
问题:
[多选] 下列关于会计特征的表述中,正确的有()
会计是一种经济管理活动。会计是一个经济信息系统。会计采用一系列专门的方法。会计以货币作为主要计量单位。
问题:
[单选] 以下所列运动员禁忌的眼用药物中,不正确的是()
萘甲唑啉。美替洛尔。倍他洛尔。地匹福林。替马西泮。
问题:
[单选] class Computation extends Thread { private int num; private boolean isComplete; private int result; public Computation(int num) { this.num = num; } public synchronized void run() { result = num * 2; isComplete = true; notify(); } public synchronized int getResult() { while (!isComplete) { try { wait(); } catch (InterruptedException e) { } } return result; } public static void main(String[] args) { Computation[] computations = new Computation [4]; for (int i = 0; i < computations.length; i++) { computations[i] = new Computation(i); computations[i] .start(); } for (Computation c : computations) System.out.print(c.getResult() +“ “); } } What is the result?()
The code will deadlock.。 The code may run with no output.。 An exception is thrown at runtime.。 The code may run with output “0 6”.。 The code may run with output “2 0 6 4‟.。 The code may ruin with output “0 2 4 6”.。
问题:
[多选] 下列各项中,()应当采用实地盘点法进行财产清查。
库存现金的清查。银行存款的清查。实物资产的清查。往来款项的清查。
问题:
[单选] 企业会计分期假设是以()假设为前提的。
会计主体。持续经营。历史成本。货币计量。
问题:
[单选] 会计信息质量要求中的()是对会计工作的基本要求。
相关性。可理解性。可靠性。可比性。
资产=负债。资产=所有者权益。资产=权益。资产=权益-所有者权益。
问题:
[单选] 借贷记账法中的借、贷所表示的含义是()
借表示借入,贷表示贷出。记账符号。借表示增加,贷表示减少。借表示债权,贷表示债务。