Question
A man deposited Rs. 16000 at 10% compound interest,
compounded annually while Rs. 14000 at 13% simple interest per annum. What will be the difference between the compound interest and the simple interest earned by him after 3 years?Solution
Compound interest earned by the man in 3 years = 16000 × {(1 + 10/100)3 – 1)} = 16000 × 0.331 = Rs. 5296 Simple interest earned by the man in 3 years = 14000 × 0.13 × 3 = Rs. 5460 Required difference = 5460 – 5296 = Rs. 164
A PL/SQL `TRIGGER` is a stored program that automatically executes in response to:
Which SQL command is used to retrieve data from a table?
Which SQL clause is used to group rows based on one or more columns?
Which type of attack exploits software bugs to execute arbitrary code on a system?
A system is in a safe state when:
A "diamond" shape in an E-R Diagram typically represents a:
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
What is a page fault?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which of the following is a type of phishing attack?