Question
The income of a person is Rs.15000 and his expenditure
is Rs.12000. In the next year his income and expenditure is increased by 8% and 13% respectively. His saving is what percent less than that of the previous saving?Solution
Initial Savings = 15000 – 12000 = Rs. 3000 Next year, Income = 15000 × (108/100) = Rs.16200 Expenditure = 12000 × (113/100) = Rs.13560 Saving = 16200 – 13560 = Rs.2640 Required % = [(3000 – 2640)/3000] × 100 = 12%
What does Section 66A of IT Act define?
A data analysis task requires repeatedly extracting the element with the highest priority from a collection. Which heap operation is used for this, and ...
Consider the following Java code snippet:
import java.util.PriorityQueue;
public class HeapQuestion9 {
publ...
The latency of a network is
The Knuth-Morris-Pratt (KMP) algorithm improves upon the Naive approach by avoiding unnecessary re-comparisons. It achieves this by:
Round robin scheduling is essentially the preemptive version of
Which of the following programming language most of “Wireshark” is implemented in?
Which is not an IoT OS?
What are the 3v’s of Big Data?
Consider the in-order traversal of a Binary Search Tree. What characteristic does the sequence of visited nodes possess?