Question
In 2016, the interest was semi-annually, the interest
would have been Rs 1030.402 for given time. Find the interest when compounded annually.Solution
Rate of interest = 4/2 = 2% (semi annually) Interest = Rs 1030.402 for given time, not for 1 year, but the whole time. Now, C.I = 12500 + 1030. 402 = 13530.402 Then, 12500 [1 + 2/100] n = 13530.402 [51/50]n = 6765201/6250000 So, n = 4 [semi-annually] which means actual time = 4/2 = 2yearsthen, Amount compounded annually = 12500 [1 + 4/100]2 = Rs 13520 Now, C.I = 13520 - 12500 = Rs 1020
Consider the following Python code:
class Vehicle:
  def __init__(self, brand):
    self.brand = brand
  def...
What is the primary function of the Program Counter (PC) in a CPU?
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Which statement is true regarding Frequency Modulation(FM)?
Which of the following is a potential problem when multiple threads access and modify shared data concurrently without proper synchronization?
fill the blank for space 14.
In datawarehouse , a fact table consist of
Which of the following protocol is used for discovering link layer address or MAC address, associated with a given internet layer address?
A custom stack implementation has a pop() method that is supposed to remove and return the top element. However, when the stack is empty, calling pop() ...
Is every view serializable schedule also conflict serializable?