Question
Two trains of same length are running in parallel tracks
in the same direction with speed 55 km/hr and 115 km/hr respectively. The latter completely crosses the former in 30 seconds. Find the length of each train (in m).Solution
When two trains cross each other, they cover distance equal to the sum of their lengths with relative speed.  Let's take length of each train = x So, total length of both trains = 2x Relative speed = (115 – 55) × (5/18) = 50/3 m/sec. ∴ Total length = Time × Relative speed ⇒  2x = (30 × 50)/3 ⇒  x = 250 m
Which computer architecture uses a single bus to connect the CPU, memory, and peripherals?
Binary relationship has how many participating entities?
What does cardinality represent in the context of an ER model?
State true/false
Trojan works in background and steal data which is sensitive
In a B-tree, the minimum number of children a non-root internal node can have is:
Which of the following function is used in every hashing technique
What is the primary purpose of lexical analysis in a compiler?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...
What does the Query Optimizer do in RDBMS architecture?
C++ follows ___.