Question
A man invested Rs.45000 in a fixed
deposit scheme for 3 yrs at CI of 12% p.a. How much will a man get on maturity of the fixed deposit?Solution
A = [1+ r/t ]t A = 45000[1+ 12/100 ]3 A = 45000 [ 112/100 ]3 A =45000 X112/100 X112/100 X112/100 = Rs.63221.76
Which regex matches any single character?
When using descriptive statistics, which measure is best for understanding data variability?
In time series decomposition, which component is removed to achieve stationarity?
A company wants to reduce its high customer churn rate. As a data analyst, which metric is most important to focus on during your initial analysis?
Given the following tables: Orders (OrderID, CustomerID, OrderDate) and Customers (CustomerID, CustomerName, City), what SQL query will return the name...
Consider the following Python code snippet:
class Employee:
  def __init__(self, name, age):
    self.name = name
<...Which of the following best describes independent variables in a dataset?
In a virtual memory system, a process requests a page that is not currently in memory, triggering a page fault. Which of the following is the most optim...
Which protocol is most commonly used for securing remote access to network devices?
Which of the following R functions is most appropriate for fitting a linear regression model?