Question
The interest earned when a sum is invested at simple
interest of 20% p.a., for 3 years, is Rs. 1500. What will be the total amount received after 2 years on investing the same sum at compound interest (compounded annually) of 12% interest p.a.?Solution
Let the sum invested = Rs. Y According to the question, (Y × 3 × 20) ÷ 100 = 1500 So, Y = (1500/0.6) = 2500 So, required amount received = 2500(1 + 12/100)2 = 2500(28/25)2 = Rs. 3136
Given a singly linked list with 'n' nodes, what is the time complexity to delete the last node?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which type of database join returns only the matching rows from two tables based on a condition?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Tarjan’s algorithm is used to find:
To insert a new node at the beginning of a singly linked list, which of the following operations is typically performed?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
What is the primary purpose of an abstract class?
Which SQL query will retrieve the second highest salary from an Employee table?