Question
150 metre long train βAβ is running with a speed of
32.4 km/hr. Train βBβ which is 218 metre long is running with a speed of 90 km/h in opposite direction of train βAβ. For how much time, the smaller train is completely obscured by the larger train when they cross each other?Solution
Length of smaller train = 150 metre Speed of smaller train = 32.4 Γ (5/18) = 9 m/s Length of bigger train = 218 metres Speed of bigger train = 90 Γ (5/18) = 25 m/s Since, the smaller train is completely obscured by larger train, therefore, extra length of larger train = 218 β 150 = 68 metres Relative speed of trains βAβ and βB β= 9 + 25 = 34 m/s (Since, the trains are running in opposite direction) Required time = 68/34 = 2 second
What is the scope of a parameter in a function?
Which of the following brackets are used in python to create a list?
"Parity bits" are used for which of the following purposes?
How many stable states does a positive-edge-triggered D-type flip-flop have?
Which of the following uses the Harvard architecture?
How many whitespace characters are allowed in C language?
What is the routing table in a router used for?
What is the purpose of the finally block in exception handling?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
What is the primary purpose of the Simple Mail Transfer Protocol (SMTP)?