Question
The sum at a certain rate of simple interest becomes Rs.
14880 after 3 years and Rs,16800 after 5 years. Find the simple interest on the same sum at 10% per annum for 4 years (in Rs.)Solution
year      amount 3            14880......(1) 5            16800......(2) difference between eques (1) and (2) 2            =1920 1            =960 equation (1) then interest = 3×960=2880 P=A-SI=14880-2880=12000 P=1200 so now simple interest on the same sum r=10%, t=4year SI= PRT/100 =12000×10×4/100 =4800rs            Â
What is the primary difference between Big Data and traditional data ?
In Python, which method in the Pandas library would you use to replace NaN values in a DataFrame with the median value of each column?
Which of the following Big Data processing models is based on the concept of continuous data flow processing?Â
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
Which of the following is an effective method for handling inconsistent data in a merged dataset?
Which of the following testing types focuses on validating that a system meets its functional requirements?
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...If a dataset has a strongly skewed distribution , which measure of central tendency is most appropriate to represent the data?
In time series forecasting, what is the primary role of the ARIMA model ?
Which of the following factors should primarily determine the sample size in a data analysis project?