Question
Rs. 10000 invested for 2 years in a scheme offering
compound interest (compounded annually) of 15% p.a. gives an interest that is Rs. 25 less than the interest received on investing Rs. Y for a year at simple interest of 25% p.a.. Find the value of ‘Y’.Solution
Interest returned on investing Rs. 10000 = 10000(1 + 15/100)2 – 10000 = 10000(115/100)2 – 10000 = 10000(23/20)2 – 10000 = 10000{232/202)- 1} = 10000{529/400)- 1} = 10000(529 - 400)/400 = Rs. 3225 So, interest returned on investing Rs. Y for 1 year at simple interest of 25% p.a. = 3225 + 25 = Rs. 3250 Or, Y × (25/100) = 3250 Or, Y = 3250 × (100/25) Or, Y = 13000
Linux uses a time-sharing algorithm ___________
What is a "final" class in Java?
In n-gram models, what does 'n' represent?
Consider the in-order traversal of a Binary Search Tree. What characteristic does the sequence of visited nodes possess?
What is the purpose of the fork() system call in Unix-based operating systems?
What is a "call stack" in the context of debugging?
What is edge computing in IoT?
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion9 {
    publ...
Consider the following C++ code:
  class Base {
  public:
    void show() { std::cout << "Base::show" << std::endl;...
Which CPU scheduling algorithm gives preference to processes with shorter CPU burst times?