Question
A company purchased 10,000 units at ₹20 each. Freight
= ₹1,00,000. Normal loss = 500 units. At year-end, 8,000 units are sold. Closing stock should be valued at?Solution
Total cost = (10,000 × ₹20) + ₹1,00,000 = ₹3,00,000. • Normal loss = 500 units → effective good units = 9,500. • Cost per good unit = 3,00,000 ÷ 9,500 = ₹31.5789… • Units left = 9,500 – 8,000 = 1,500. • Closing stock = 1,500 × ₹31.5789… = ₹47,368.42 ≈ ₹47,368 (say ₹47,000 on rounding).
‘/?’ is used for what in C++
An online discussion group that allows direct live communication is known as
Basic syntax to create a bar-chart in R is
What is the purpose of the "ORDER BY" clause in an SQL query?
If the destination MAC address is not found in the MAC address table, the switch forwards the frame out all of its ports except the port on which the f...
Match the following
a. calloc( ) ------- i. Frees previouslyallocated space. b. free( ) ----------- ii. Modifiespreviouslyallocated space. c. mal...
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
Which type of instruction pipeline allows multiple instructions to be processed simultaneously at different stages?
In the context of ADTs, what does "encapsulation" refer to?
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?