Question
Train A, moving at 90 km/h, crosses a pole in 8 seconds.
Find the time it takes to cross another train of equal length, coming from the opposite direction at 90 km/h.Solution
Speed of Train A = 90 × 5/18 = 25 m/s
Length of Train A = 25 × 8 = 200 m
Length of Train B = 200 m
Speed of Train B = 90 × 5/18 = 25 m/s
Total length = 200 + 200 = 400 m
Relative speed = 25 + 25 = 50 m/s
Time = 400 / 50 = 8 seconds
Which OSI model layer is responsible for reliable delivery of data between devices?
Which protocol is used by devices to obtain an IP address automatically in a network?
Which of the following is an example of Polymorphism in Object-Oriented Programming?
In the context of system analysis, which of the following best defines the "use case" diagram?
Which algorithm is used for minimum spanning tree?
Which of the following best differentiates between server-based virtualization and hypervisor-based virtualization?
Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which of the following types of software testing ensures that previously working functionality is still operational after changes?
Which of the following OWASP Top 10 risks involves insecure coding practices that allow attackers to gain access to sensitive data, such as usernames a...