Question
A boat covers a certain distance against the stream in 9
hours 36 min and it covers the same distance along the stream in 8 hours. What is the ratio of the speed of the boat in still water to that of the stream?Solution
Let the speed of boat in still water =B and speed of stream =S then Speed of boat in Downstream =B+S, and Time = 8h Speed of boat in Upstream=B-S, Time = 9 h 36min=96/10=48/5h ATQ- 48/5(B-S) =8(B+S)
B-S=10           … (1) B+S=12          … (2) B=11, S=1 Now ratio of boat speed and stream speed = 11:1
Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true?Â
Java. Lang package
What is the primary advantage of using container orchestration tools like Kubernetes over traditional virtual machines (VMs) for managing applications i...
In an enterprise environment, which of the following backup strategies provides the best balance between minimizing storage usage and ensuring data reco...
Recursion uses
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
To count total no of argument in shell
Which of the following HTTP methods is idempotent and used to completely replace a resource on the server?Â
Which CPU scheduling algorithm is considered optimal for minimizing the average waiting time in cases where process execution times are known in advanc...
Graph Traversal algorithms