Question
Simple interest earned at the end of 3 years on a sum of
Rs. 5,400 is Rs. 2,025. If Rs. 4,000 is invested at same rate of simple interest for the same time period, then interest earned would be:Solution
Let the rate of interest be 'r%' p.a. ATQ; 2025 = (5400 x 3 x r) ÷ 100 Or, r = 12.5 So, required interest = {(4000 x 3 x 12.5) ÷ 100} = Rs. 1,500
In deep learning, which type of neural network is most suitable for sequential data like time series?
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
- Which of the following is an essential feature of the ACID properties of a transaction in a database system?
- In Object-Oriented Programming, which of the following Java code snippets correctly demonstrates inheritance ? class Animal {Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ...
How do we can Delete all in SQL
What will be the output of the following code snippet demonstrating abstraction in Python?
from abc import ABC, abstractmethod
class Shape...
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
Which all statements are correct about Sorting
- Which of the following is NOT one of the SOLID principles of software design?
Definition of 2NF