Question
A sum of money doubles itself in 5 years at simple
interest. In how many years will it become 5 times itself at the same rate of interest?Solution
Let the principal be P and the rate of interest be R. According to the question, 2P=P+ (P×R×5)/100 P = PR/20 R=20% For the amount to become 5 times the principal: 5P=P+ (P×20×T)/100 4P=(P×20×T)/100 T=20 = 20 years
Which SQL keyword is used to modify existing rows in a table?
How is dynamic memory deallocated in Java?
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What data structure is commonly used to represent the parse tree in parsing?
The dynamic memory allocation is the memory allocation done at the _________.
Which of the following is NOT a method for handling deadlocks?
Join in which result is generated when variable matches from any one of table
The time taken by a single bit to travel around the ring is known as ___?
In Node.js, which module is used for file system operations?
Virtual memory allows for the efficient management of: