Question
What is the speed of a boat in still water?
Statement I:  The boat covers a distance of 120km in 5 hours while running upstream. Statement II:  It covers the same distance in 3 hours while running downstream. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer:Solution
From I and II Let the speed of the boat be x km/hr Speed of the stream be y km/hr ∴ Speed of upstream x – y = 120/5 = 24……(i) Speed downstream x + y = 120/3 = 40        …….(ii) From eq. (i) and (ii), we get x = 32 km/hr and y = 8 km/hr
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following is the most accurate description of semi-structured data ?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which Python library is primarily used for data manipulation and cleaning?
Which of the following is an example of non-random sampling?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following query will return the third-highest salary from an Employee table in SQL?