Question
What will be the interest on Rs 4000 at the rate of 30%
per annum after 1 year when the interest is compounded every 4 months?Solution
Given - P= 4000, r= 30%, t = 1year=12months when the compound interest is every 4 months then r= 30 ×4/12=10% t= 12/4=3 so now A= P[1+r/100]Í A= 4000[1+10/100] ³ = 4000[11/10] ³ =4000[1331/1000] =4000×1331/1000 =5324 so now CI=A-P =5324-4000=1324 CI=1324
What is the purpose of the fork() system call in Unix-based operating systems?
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 represents a collection of binary data stored as a single entity in the database management system?
To exit from a loop in shell we can use?
Which of the following I/O scheduling algorithms provides the most efficient disk access for systems with many requests clustered around a central locat...
Which heuristic search strategy uses both cost so far and estimated cost to goal?
Which of the following accurately describes Type 1 hypervisor virtualization?Â
Average waiting time of all process?
Which of the following is a key characteristic of cloud computing?Â
In Big Data architecture, which component is responsible for real-time data streaming?