题目内容

13.2015年1月1日,甲公司以银行存款2 500万取得乙公司20%有表决权的股份,对乙公司具有重大影响,采用权益法计算;乙公司当日可辨认净资产的账面价值为12 000万元,各项可辨认资产、负债的公允价值与其账面价值均相同。乙公司2015年度实现的净利润为1 000万元。不考虑其他因素,2015年12月31日,甲公司该项投资在资产负债表中应列示的年末余额为()万元。

A. 2400
B. 2500
C. 2600
D. 2700

查看答案
更多问题

12.2018年1月1日,甲公司发行1 500万股普通股股票从非关联方取得乙公司80%股权,发行的股票每股面值1元,取得股权当日,每股公允价值6元,为发行股票支付给券商佣金300万元。相关手续于当日完成,甲公司取得了乙公司的控制权,该企业合并不属于反向购买。乙公司2018年1月1日所有者权益账面价值总额为12 000万元,可辨认净资产的公允价值与账面价值相同。不考虑其他因素,甲公司应确认的长期股权投资初始投资成本为()万元。

A. 9000
B. 9600
C. 8700
D. 9300

下面的代码用于输出字符数组ch中每个字符出现的次数publicstaticvoidmain(String[]args){char[]ch='a','c','a','b','c','b'};HashMapmap=newHashMap();for(inti=0;i

A. if(map.contains(ch[i])){ map.put(ch[i],map.get(ch[i])+1);}else{ map.put(ch[i],1);}
B. if(map.contains(ch[i])){ map.put(ch[i],(Integer)map.get(ch[i])+1);}else{ map.put(ch[i],1);}
C. if(map.containsKey(ch[i])){ map.put(ch[i],(int)map.get(ch[i])+1);}else{ map.put(ch[i],1);}
D. if(map.containsKey(ch[i])){ map.put(ch[i],(Integer)map.get(ch[i])+1);}else{ map.put(ch[i],1);}

下面关于泛型的说法不正确的是(D)注:具体指定时间,比如Listlist=newArrayList();就是在new一个ArrayList的时候确定了泛型的类型

A. 泛型的具体确定时间可以是在定义方法的时候
B. 泛型的具体确定时间可以是在创建对象的时候
C. 泛型的具体确定时间可以是在继承父类定义子类的时候
D. 泛型就是Object类型

TERRY JOHANSENI'm here because I think I'm pregnant. I bought a home-testing kit form the chemist's and I didi a test at home which was positive. So I'm here to find out.PAUL HOLLOWAYWell, I cut my hand at work and it looked like a bad cut. One of my workmates said he knew a good doctor. He even brought me here in his car.ANGELA FAIRBANKSI keep getting migraines, so I went to my normal doctor but she didn't know what was wrong. So, she sent me here to get some scans of my head.SUNIL GUPTAI started getting a bad toothache at the weekend. I decided to come here this morning to see what the problem is.JON PLATTI broke my leg eight week ago in a football match. It was a very bad break, so now I have to learn how to walk again without crutches. I come here almost every day.MARIE-CLAIRE ROUSSEAUI'm here with my son Michel. Our GP thinks he might have asthma but he isn't sure so he sent us here. I hope the doctor can find out what's wrong with him.Answer the questions:2. Who has problems breathing?3. Who had an accident at work?4. Who thinks she is going to have a baby?5. Who gets very bad headaches?6. Who has a pain in his or her mouth?

答案查题题库