Question
The speed of a train is 90 km/hr and it takes 15 seconds
to cross a man. Find the time taken by train to cross a platform if the ratio of the length of the platform to the train length is 8:5.Solution
Let the length of train be x m. According to the question, => 90 x (5/18) = x/15 => x = 375 m Length of the platform = 375 x (8/5) = 600 m Required time = (375 + 600)/25 = 39 seconds
What is the best-case time complexity of the binary search algorithm ?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
In a data warehouse, which of the following best describes the concept of "data granularity"?
Which memory is the fastest?
In Java, what will be the output of the following code snippet?
public class Test {
   public static void main(String[] args) { <...
Which traversal method visits the root node first in trees?
Which of the following is a common issue that can arise from poorly designed recursive functions?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Â
In a graph, what is the maximum number of edges in a simple undirected graph with 'n' vertices?