Question
Train βAβ running with a speed of 90 km/hr can cross
a standing goods train of 4 times its length in 22 seconds. Find the time taken by 310 metres long train βBβ which is coming from opposite direction of train βAβ, with a speed of 20 m/s, to cross train βAβ.Solution
Let the length of train βAβ be βxβ metres Therefore, length of the goods train = β4xβ metres Speed of train βAβ = 90 Γ (5/18) = 25 m/s According to the question, 4x + x = 25 Γ 22 => 5x = 550 => x = 110 Therefore, time taken by train βBβ to cross train βAβ = {(110 + 310)/(22 + 20)} = 10 seconds
Which of the following data structures is best suited for implementing a priority queue?Β Β Β
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?Β ...
Which of the following sorting algorithms is NOT stable?Β
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator