Question
From the following data calculate abnormal gain to be
debited to process account. Input introduced in process 1 = 2000 units Output = 1900 units Normal loss = 10% of input Scrap value per unit = Rs. 5 Cost of material, labor & overhead = Rs. 19,000Solution
The correct answer is C
In hypothesis testing, what does a low p-value (e.g., p < 0.05) suggest about the null hypothesis?
Which technique best ensures that data storytelling is impactful for business stakeholders?
How do you open a file in read mode in Python?
Why is sampling an essential method in data analysis, especially when dealing with large datasets?
During the data analysis process, which step is crucial for ensuring data accuracy before any modeling or interpretation?
Which of the following best explains the role of an independent variable in data analysis?
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In Excel, when using a Pivot Table to analyze sales data by product and region, which feature allows you to apply different calculations (like average, ...
Which of the following best describes independent variables in a dataset?
In SQL, which of the following is the correct syntax for joining three tables—customers, orders, and products—where orders and products share the co...