Question
A manufacturing company prepares a flexible budget for
its production costs. At 60% capacity, its total cost is ₹6,00,000, including ₹2,40,000 fixed cost. When operating at 80% capacity, what should be the total budgeted cost?Solution
At 60% capacity: Variable cost = ₹6,00,000 – ₹2,40,000 = ₹3,60,000 Variable cost per % = ₹3,60,000 / 60 = ₹6,000 At 80%: Variable cost = 80 × ₹6,000 = ₹4,80,000 Total cost = Fixed (₹2,40,000) + Variable (₹4,80,000) = ₹7,20,000
Which layer of the OSI model is responsible for logical addressing and routing?
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
Specific class of computer software that provides the low-level control for adevices specific hardware
What does COCOMO stand for?
What is the primary advantage of using public key cryptography over symmetric key cryptography?
In C programming, which header file is commonly used to work with DMA?
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
COCOMO is a model used for estimating:
Which of the following uses the Harvard architecture?
What is the primary role of the "View" in the MVC architecture?