Question
If the income of Raj is doubled and his expenditure
remains the same, then he saves Rs. 50,000 more than his original savings. What will be the savings of Suresh if his income is 20% more than the original income of Raj and he spends Rs. 25,000?Solution
ATQ, Since, when the income of Raj is doubled and expenditure remained same Therefore, his extra saving will be his original income. Saving of Suresh = 1.20 × 50000 – 25000 = Rs.35,000
- Internet of Things (IoT)
In an IoT ecosystem, which protocol is most efficient for constrained devices communicating over lossy networks?
... Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which of the following represents the Preorder Traversal of the binary tree given below?
A / \ B C ...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...What is the best-case time complexity of the binary search algorithm ?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Hashing is used for:
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Fibonacci Heaps support Decrease-Key in: