Question
A company sets a standard cost of ₹50 per unit. Actual
cost was ₹55 per unit for 1,000 units. The material price variance was ₹3,000 (A) and usage variance ₹2,000 (A). What is the total material cost variance?Solution
Total Material Cost Variance = Price Variance + Usage Variance = ₹3,000 (A) + ₹2,000 (A) = ₹5,000 (A).
Tarjan’s algorithm is used to find:
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
A graph where edges have a direction (e.g., from A to B, but not necessarily B to A) is called a:
Best case complexity of insertion sort is:
Which graph traversal algorithm uses a queue to explore vertices in a layer-by-layer fashion?
Which of the following types of testing is typically conducted by end-users to verify that the developed software meets their requirements?
Which of the following statements accurately describes the function of a Gantt Chart in project management?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node { in...For Dijkstra’s algorithm on a graph with non-negative weights, which data structure yields the best time complexity for dense graphs?
Which of the following OWASP Top 10 risks involves insecure coding practices that allow attackers to gain access to sensitive data, such as usernames a...