Question
What is the total amount received from an investment of
Rs. 8,000 for a period of 18 months, if the compound interest is calculated at 18% per annum and compounded semi-annually (once every 9 months)?Solution
Number of times the interest is compounded = 18 ÷ 9 = 2
Rate of interest = 18 X (9/12) = 13.5%
So, total amount received = 8000 X {1 + (13.5/100)} 2
= 8000 X 1.135 2 = Rs. 10305.8
A PL/SQL `TRIGGER` is a stored program that automatically executes in response to:
The command to test reachability of a host in Linux is:
Which layer of the OSI model handles logical addressing and routing?
Which of the following is not part of the process control block (PCB)?
Which of the following concurrency control methods avoids deadlocks entirely but can reduce concurrency by blocking transactions at start?
In the context of computer networks, what is the primary function of a router?
Which normal form removes transitive dependency?
Which SQL command is used to retrieve data from a database?
What is referential integrity?
What does [aeiou] match in a regular expression?Â