Question
Tarun and Varun work at a multinational corporation.
Tarun's income is Rs. 6000 more than Varun's income. Given that their expenditures are Rs. 64000 and Rs. 48000 respectively, and their savings are in the ratio of 3:2, determine Tarun's income.Solution
Let, income of Tarun be Rs. x Then, income of Varun will be Rs. ‘x – 6000’ So, (x – 64000)/(x – 6000 – 48000) = 2/3 3x – 192000 = 2x – 108000 x = Rs. 84000
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...