ATQ,
In compound interest, the difference between interests earned in two consecutive years is the interest earned on the interest of the previous year. So, the difference between interest earned in the second and third years: = 8,640 - 7,200 = Rs. 1,440 So, rate of interest = (1,440/7,200) × 100 = 20% Therefore, interest earned in the fourth year = 8,640 × 1.2 = Rs.10,368
The maximum number of binary trees that can be formed with three unlabeled nodes is:
Which of following is /are for strict evaluation?
What is the purpose of a voltage divider circuit?
Which SQL keyword is used to filter records in a SELECT statement based on a specific condition?
Which type of tree structure is optimized for sequential access and range queries?
In a 5-stage pipeline (Fetch, Decode, Execute, Memory, Write-back), how many instructions can be in various stages of processing at the same time?
What is the primary purpose of synchronization in an operating system?
Which component of an ER diagram represents an entity?
What is the primary advantage of using a snapshot-based backup method over traditional backup methods?
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y