Question
The simple interest accrued on a sum at the rate of 10%
p.a. for two years is Rs. 5,000. Quantity I – What will be the compound interest on the same amount at the same rate for 2 years? Quantity II – What will be the compound interest on the same amount at 8% p.a. for 3 years? In each of the following questions, read the following questions, read the given statements and compare given two quantities on its basis:Solution
Sum = (5000 × 100)/(10 × 2) = Rs. 25,000 Quantity I: CI = 25,000(1 + 10/100)² - 25,000 ⇒ 25,000 ×  110/100×  110/100 – 25,000 ⇒ 30,250 – 25,000 = Rs. 5,250 Quantity II: CI = 25,000(1 + 8/100)³ - 25,000 ⇒ 25,000 ×  108/100×  108/100 ×  108/100 - 25,000 ⇒ 31,492.8 – 25,000 = Rs. 6,492.8 ∴ Quantity I < Quantity II.
Which service model offers virtual machines and storage resources?
A C function pop(Stack* s) is designed to remove and return the top element from a stack.
#include
#include
#d...
Which of the following scenarios best demonstrates a potential use of candidate keys in a relational database?Â
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which design pattern would be most appropriate to ensure that only one instance of a class exists and provides a global point of access to that instance...
The order of convergence of Newton-Raphson method is:
Consider the following Python code:
s = "PythonProgramming"
part1 = s[2:6] # Corrected line
part2 = s[-5:]
print(part1 + par...
Which of the following network topologies is most resilient to node failures?Â
Round robin scheduling is essentially the preemptive version of
In HTTP request methods, which of the following methods is not idempotent ?Â