Question
A train crosses a bridge in 15 secs while it crosses a
man standing on a platform in 8 secs. If the speed of train 108 km/hrs, then what will be the time taken by the train to cross a tunnel whose length is 210 meters more than the length of the bridge .Solution
ATQ, we can say that Speed of train is = (108 x 5)/18 = 30 m/s then, the Length of bridge is = 30 x 7 = 210 m {The "30 × 7" step comes from: Extra time over bridge = 15 − 8 = 7 sec = Bridge length = 30×7 = 210 m} then, the Length of tunnel = 210 + 210 = 420 m Length of train 108 × 5/18 = (x + 210)/15 30 × 15 = x + 210 x = 240 meter therefore, the Required time = (240 + 420)/30 = 22 seconds
Which of the following is a property of a relational database?
What is a table joined with itself called?
Which debugging tool allows a developer to pause program execution at specific lines, inspect variable values, and execute code step-by-step?Â
Which normal form eliminates transitive dependency?
Which SQL clause is used to group rows based on one or more columns?
 What is the primary purpose of a "Trigger" in a database?
In DBMS, which scheduling method ensures serializability of transactions?
Consider a scenario in an OOP application where a `NullPointerException` (or equivalent) occurs when trying to access a member of an object. What is the...
Which system call is used to create a new process in UNIX/Linux?
The command to test reachability of a host in Linux is: