A company uses process costing to value its output and all materials are input at the start of the process. The following information relates to the process for one month:Input3,000 unitsOpening stock 400 unitsLosses10% of input is expected to be lostClosing stoc200 unitsHow many good units were output from the process if actual losses were 400 units?
A. 2,800 units
B. 2,900 units
C. 3,000 units
D. 3,200 units
查看答案
In a process where there are no work-in-progress stocks, two joint products (J and K) are created. Information(in units) relating to last month is as follows:Joint production costs last month were $110,000 and these were apportioned to joint products based on the number of units produced.What were the joint production costs apportioned to product J for last month.
A. $63,800
B. $64,000
C. $66,000
D. $68,200
Two products G and H are created from a joint process. G can be sold immediately after split-off. H requires further processing before it is in a saleable condition. There are no opening stocks and no work in progress The following data are available for last period:$Total joint production costs384,000Further processing costs (product H)159,600Using the physical unit method for apportioning joint production costs, what was the cost value of the closing stock of product H for last period?
A. $36,400
B. $37,520
C. $40,264
D. $45,181
有以下程序#include main(){int sum, pad, pAd;sum=pad= 5;pAd = ++sum, pAd++, ++pad;print("%d\n", pad );程序的输出结果是( )
A. 5
B. 6
C. 7
D. 8
有以下程序:#include main()int x,y,Z;x=y= 1 ;z=x++,y++,++y;printf("%d , %d , %d\n" ,X,y ,z);}程序运行后的输出结果是( )
A. 2,3,3
B. 2,3,2
C. 2,3,1
D. 2,2,1