Question
Rs. 2500 is invested at 24% p.a. simple interest for 6
years in scheme A. The interest obtained from scheme A is then invested for 2 years at 30% p.a. compound interest, compounded annually in scheme B. Find the interest received from scheme B.Solution
ATQ, Interest received from scheme A = {(2500 × 24 × 6) / 100} = Rs. 3600 Required interest received from scheme B = 3600(1 + 30/100)² – 3600 = 3600(1.3)² – 3600 = 3600(1.69) – 3600 = 6084 – 3600 = Rs. 2484
In CPU design, what does the Control Unit (CU) primarily handle?
A spanning tree isÂ
Which component is responsible for translating virtual addresses to physical addresses?
What is the main characteristic of a greedy algorithm?
Which of the following brackets are used in python to create a list?
Which type of neural network architecture is well-suited for sequential data and time series tasks?
Which hazard occurs when there is a conflict in accessing a shared resource, such as a register file or an ALU, in an instruction pipeline?
In dynamic programming, what does "optimal substructure" mean?
 Which number system is commonly used in mathematics and everyday life?
The boolean function f(x, y, z) = (x AND y) OR (x AND NOT(z)) is equivalent to which of the following boolean expressions?