Question
Find the total distance covered by boat in each upstream
and downstream in 6 hours if the speed of boat in still water and speed of current is 18 km/h and 5 km/h respectively?Solution
Speed in upstream = 18 – 5 = 13 km/hr Speed in downstream = 18 + 5 = 23 km/hr Required total distance= (13 + 23) × 6 = 216 km
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