Question
A swimmer swims from point P against the current for 6
minutes and then swims back along the current for the next 6 minutes and reaches point Q. If the distance between P and Q is 240 m then the speed of the current (in km/ h) is:Solution
Let the speed of boat in still water =B and speed of stream =S then Given-Time in Upstream and Downstream =6 min And Distance between P And Q =120m Speed of boat in Downstream =B+S Speed of boat in Upstream=B-S ATQ- 6(B+S)-6(B-S) =240 6B+6S-6B+6S=240 12S =240 S=20×60/1000 S= 0.12km/h
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?