Question
A boat can cover 40 km upstream and 60 km downstream in
13 hour. Also it can cover 50 km upstream and 72 km downstream in 16 hour. Find the speed of boat in still water.Solution
Let upstream speed = a And downstream speed = b Now, => 40/a + 60/b = 13 ------- (i) And, => 50/a + 72/b = 16 ------- (ii) Solving (i) and (ii) we get, => a = 12 and b = 5 Speed of boat in still water = (a + b)/2 = (12 + 5)/2 = 8.5 kmph
Which type of polymorphism is achieved through inheritance and method overriding?
- Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph?
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?
In RAID 5, how is data striping combined with parity information?
The SI unit for measuring frequency is:
3NF is best suitable for designing of the database?
What is the purpose of a Storage Area Network (SAN)?
Which of the following is true about Java's memory management?
Which of the following is an unsupervised neural network?
What is a transaction in a database management system?