Question
A person walks at 5 km/h and needs to reach home in 2
hours. After walking half the distance, they rest for 20 minutes. What must be their speed for the remaining distance to be on time?Solution
Total distance = 5 × 2 = 10 km
Time for half journey = (5 ÷ 5) × 60 = 60 minutes
Time remaining = 120 – 60 – 20 = 40 minutes
Required speed = (5 ÷ 40) × 60 = 7.5 km/h
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?