【单选题】On January 1, 20X6, total assets for Liftoff Technologies were $125,000; on December 31, 20X6, total assets were $145,000. On January 1, 20X6, total liabilities were $110,000; on De...
【单选题】The Mid-Autumn Day is on ___________.
A.
the first day of August
B.
the first day in the eighth lunar month
C.
the fifth day of August
D.
the fifth day in the eighth lunar month
【单选题】The Mid-autumn Day happening to _________along National Day, it is estimated that it will be 38 years ________ we can experience such a coincidence again.
【单选题】When is the Mid-autumn Day?
A.
The sixth day of the eighth lunar month.
B.
The fifth day of the eighth lunar month.
C.
The fourth day of the eighth lunar month.
D.
The tenth day of the eighth lunar month.
【多选题】ABC会计师事务所A注册会计师负责审计甲公司2011年财务报表。A注册会计师在审计甲公司财务报表中的存货项目时,能根据计价和分摊认定推论得出的审计目标有( )。
A.
确认存货账面数量与实物数量相符,金额的计算正确
B.
当存货成本高于可变现净值时,已依据可变现净值调整
D.
年末发生存货计价方法由个别认定法改为先进先出法,注册会计师已经确认方法变更对当期损益影响
【多选题】关于BufferedReader类的说明正确的是()
A.
BufferedReader对象的创建必须以一个Reader对象为参数
B.
BufferedReader类的readLine()方法,可以读取一个文本行。通过下列字符之一即可认为某行已终止:换行 ('\n')、回车 ('\r') 或回车后直接跟着换行。
C.
BufferedReader类的readLine()方法的返回值,包含该行内容的字符串但不包含任何行终止符,如果已到达流末尾,则返回 null
D.
BufferedReader是个低效的字符输入流
【单选题】对账即核对账目,其主要内容包括( )几个方面的内容。
【多选题】对账即核对账目,其主要内容包括以下几个方面的内容( )。
【多选题】关于BufferedReader类的readLine()方法,以下说法正确的是( )。
C.
该方法可能抛出IOException异常,调用该方法时通常应将它放到try块中, 并通过catch块处理异常。
D.
如果读到流的末尾,该方法返回的结果为null。
【多选题】关于流类BufferedReader,正确的说法是()