Question
A person travels from town A to town B, a distance of 20
km, at 4 km/h, and then from B to C, a distance of 30 km, at 5 km/h. What is his average speed for the entire journey?Solution
ATQ, Total distance = 20 + 30 = 50 km Time from A to B = 20/4 = 5 hours Time from B to C = 30/5 = 6 hours Total time = 5 + 6 = 11 hours Average speed = Total distance / Total time = 50 / 11 km/h
The Statement object is created by using createStatement() method of Connection class.
If 2 K bits/second is bit rate, what is the minimum PCM bandwidth required for successful transmission?Â
What problem does the Floyd-Warshall algorithm solve?
Linux uses a time-sharing algorithm ___________
Which type of memory is fastest in terms of data access speed? Â
What was the term "Monitor" used to describe in the context of early operating systems?
Which of the following statements is true regarding the reliability requirements of the Spiral Model in software development?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which is not a access modifier in java?
When should you use inheritance over composition?