Question
Train P travelling at 60 km/hr crosses another train Q,
having three fourth of its length and travelling in opposite direction at 30 km/hr in 28 seconds. Train P passed a railway platform in 36 seconds. Find the length of platform.Solution
Let the length of the first train is x metre Length of second train = 3x/4 Therefore, (60 + 30) x 5/18 = {x + (3x/4)}/28 ⇒ 90 x 5/18 = (7x/4)/28 ⇒ x = 400 m Therefore, let the length of the platform be y metre ⇒ 60 x 5/18 = (400 + y)/36 ⇒ 600 = 400 + y ⇒ y = 600 – 400 = 200 m
What does Section 66A of IT Act define?
A data analysis task requires repeatedly extracting the element with the highest priority from a collection. Which heap operation is used for this, and ...
Consider the following Java code snippet:
import java.util.PriorityQueue;
public class HeapQuestion9 {
publ...
The latency of a network is
The Knuth-Morris-Pratt (KMP) algorithm improves upon the Naive approach by avoiding unnecessary re-comparisons. It achieves this by:
Round robin scheduling is essentially the preemptive version of
Which of the following programming language most of “Wireshark” is implemented in?
Which is not an IoT OS?
What are the 3v’s of Big Data?
Consider the in-order traversal of a Binary Search Tree. What characteristic does the sequence of visited nodes possess?