Question
'X' deposited Rs.24000 at 20% per annum compound
interest in SIP 'P' while Rs.18600 at 24% per annum simple interest in SIP 'Q'. What would be his total interest after 3 yrs?Solution
ATQ, we can say that Interest earned from SIP 'P' = 24000 × {(1.2)3 – 1} = Rs. 17472 Interest earned from SIP 'Q' = 18600 × 0.24 × 3 = Rs. 13392 Required interest earned = 17472 + 13392 = Rs.30864
What is the purpose of the with statement when working with files?
Which of the following best describes Third Normal Form (3NF) in a relational database?Â
Which of the following best describes the main advantage of a Management Information System (MIS)?
Consider a Binary Search Tree (BST) where every node stores a key and two child pointers. What is the time complexity of finding the Lowest Common Ances...
Data Analytics uses ___ to get insights from data.
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?Â
The important aspect of data warehouse environment is that data found within the data warehouse is
Port number for data and control of FTP protocol
What will be the output of the following code when implementing the SCAN I/O scheduling algorithm?
def scan(requests, head, direction):
 ...
In deep learning, which type of neural network is most suitable for sequential data like time series?