Question
The savings of I and J are the same. The difference
between J's expenditure and the savings of I and J together equals 0. J's income is Rs. 54,000, and I's expenditure is Rs. 10,000 less than that of J. Calculate I's income.Solution
Let the savings of I and J be Rs. v each. Therefore, expenditure of J = Rs. 2v. Or, 2v + v = 54,000. Or, v = Rs. 18,000. Therefore, expenditure of I = 2v – 10,000 = Rs. 26,000. Income of I = 26,000 + 18,000 = Rs. 44,000.
What is the primary purpose of Continuous Integration (CI) in software development?
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which statement is FALSE about open loop system?
What does "optimal substructure" mean in the context of Dynamic Programming?
What is the primary disadvantage of using an array as a data structure?
A system call is typically implemented as a(n):
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity?
Which of the following is an example of SaaS?
Consider the following JSON object:
json
{
"user": {
"id": "u123",
"name": "Alice",
"age"...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...