Question
If 'Y' is 40% of 'X', then 'Y' is what percentage of (X
- Y)?Solution
ATQ,
Let 'X' = 100x
So, 'Y' = 0.40 ร 100x = 40x
And, X - Y = 100x - 40x = 60x
Required percentage = (40x / 60x) ร 100 = 66.67%
What is a common method to handle missing data in a dataset?
In R, which function is used to perform a t-test for comparing the means of two independent samples?
Which of the following best distinguishes random sampling from non-random sampling ?
Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
Which of the following is the most critical factor for implementing predictive analytics in the finance industry for risk modeling?
Which of the following synchronization techniques is used to resolve the Readers-Writers Problem efficiently?
What is the result of the following SQL query?
ย SELECT department, COUNT (employee_id)ย
FROM employees GROUPBY department HAVING COUNT (e...Which of the following data visualization tools is specifically designed for creating interactive dashboards for business analytics?
Which of the following R functions is used to perform a t-test for comparing the means of two independent samples?
What is a defining characteristic of big data compared to traditional data?