Question
A person spends 25% of their income on rent, 20% on
food, 15% on transportation, and 10% on miscellaneous expenses. They donate one-third of the remaining income and still save ₹9,000. What is their total income?Solution
Let his total income be 100 He spends = 25 + 20 + 15 + 10% = 70% Remaining income = 30% Further he donates one-third, after that remaining amount = 30% - 1/3 of 30% = 20% 20% = 9000 100% = 45,000 His total income = 45,000
The Knuth-Morris-Pratt (KMP) algorithm improves upon the Naive approach by avoiding unnecessary re-comparisons. It achieves this by:
Which of the following is NOT a data transformation activity?
The following Python code attempts to call a method from the parent class, but it's using an outdated or incorrect syntax. How should it be corrected?
What is a characteristic feature of a bipartite graph?
Which collision resolution technique involves storing collided elements in a linked list at the hash table index?
.Consider the following Java code:
class Shape {
  void draw() {
    System.out.println("Drawing a generic shape");
...The output of circuit shown below is
If a series is already sorted, which sorting technique will finish in the least time?
Which of the following accurately describes Type 1 hypervisor virtualization?Â
Which AI technique is used for uncertain reasoning?