Question
A clock gets fast by 15 minutes every day. If, on a
certain day, the clock shows correct time at 12 in the noon, what time will the clock show at 4:00 am the next day?Solution
The time that clock gets fast in 24 hours = 15 min Time elapsed between 12 noon and 4:00 am next day = 16 hours. ∴ The time the clock will get fast = 15/24 * 16 = 10min Hence the lock will show 4:10 am.
Which of the following methods is most commonly used during data wrangling to handle missing values in a dataset?
What is the primary difference between recursion and iteration in programming?
Which of the following is an effective method for handling inconsistent data in a merged dataset?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
Which data visualization tool is most suitable for creating interactive dashboards and sharing visual insights with stakeholders ?
Why is sampling an essential technique in data analysis?
Which function in R creates a data frame?
Which of the following correctly handles multiple exceptions in Java?
A company divides its employees into departments (e.g., HR, IT, Marketing) and then selects random samples from each department for a satisfaction surve...
Which searching algorithm is most suitable for a balanced binary search tree (BST) when the goal is minimal comparison?