Question
Jaideep invested two equal sums at 12% simple
interest p.a. for 8 years and 10 years respectively. If the difference in interest earned is Rs.14,688. Find the sum invested by Jaideep?Solution
Let Principal = Rs.x , T1= 8 yrs, T2= 10yrs and Rate =12%p.a `(x xx 10xx 12)/100-(x xx 8xx 12)/100=14688 =>(120x)/100-(96x)/100=14688 ` ⇒`(24x)/100` = 14,688 ∴ `x = Rs. 61200`
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?