Question
A, B and C invested in partnership. A invest Rs.8000 for
6 months, B invests Rs.6000 for 4 months and C invests Rs.12000 for 3 months. C is working partner so he will get 5% extra of total profit. Find profit share of C if total profit at the end of the year is Rs.8100.Solution
Ratio of profit share of A, B and C = 8000 x 6 : 6000 x 4 : 12000 x 3 = 4:2:3 Profit share of C out of total profit = [8100 x (5/100)] + [8100 x (95/100) x (3/9)] = Rs.2970
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?