Question
A man can row at a speed of 20 km/hr in still water to a
certain upstream point and back to the starting point in a river which flows at 5 km/hr. Find his average speed for total journey.Solution
Speed of the man in still water = 20 km/hr Speed of the stream = 5 km/hr Speed downstream = (20 + 5) = 25 km/hr Speed upstream = (20 - 5) = 15 km/hr Average speed = (Speed downstream x Speed upstream)/Speed in still water = (25 x 15)/20 = 18.75 km/hr
The following Java code attempts to define an abstract class and use it. Identify the best way to correct the error to allow instantiation of a concrete...
Which of the following data structures offers O(1) average-case time complexity for insertion, deletion, and search operations?
Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
Which of the following is a potential problem when multiple threads access and modify shared data concurrently without proper synchronization?
Which of these models is best suited for language translation?
In a common backtracking approach to generate permutations of a string, elements are swapped to explore different arrangements. Complete the line that s...
What is a "smart object" in IoT?
What were the early operating systems commonly known as, and what was their primary function?
Which of these is a cloud-based IoT platform?
Fill in the correct option for 26 blank space.