Question
Calculate the compound interest earned on Rs. 18,000 when
it is invested at 10% per annum, compounded semi-annually for 1 year.Solution
ATQ,
Effective rate = 10/2 = 5%
Effective time = 2 terms, where each term is 6 months
So, total amount after 1 year = 18000 × {1 + (5/100)}² = 18000 × (1.05)² =
18000 × 1.1025 = Rs. 19,845
Compound interest after 1 year = 19845 – 18000 = Rs. 1,845
Which of the following best describes the nature of TCP (Transmission Control Protocol) as a connection-oriented protocol?
What is perplexity in language models?
The Banker's Algorithm is primarily used for:
Which of the following database operations is used to remove all records from a table but not the table itself?
...When designing a class, why is it generally a bad practice to make all fields public?
Which of the following data structures offers O(1) average-case time complexity for insertion, deletion, and search operations?
Which of the following is the primary characteristic of serverless computing in cloud platforms?Â
Which approach does BERT use for pre-training?
A recursive function calculate_height(node) is designed to find the height of a binary tree (where a single node has height 0). The function is implemen...
Which of the following statements best describes the concept of a computing model in computer science?