Question
Train βAβ running with a speed of 54 km/hr can cross
a standing goods train of 4 times its length in 35 seconds. Find the time taken by 280 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β = 54 Γ (5/18) = 15 m/s According to the question, 4x + x = 15 Γ 35 => 5x = 525 => x = 105 Therefore, time taken by train βBβ to cross train βAβ = {(105 + 280)/(15 + 20)} = 11 seconds
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What is an algorithm?
Which SQL keyword is used to modify existing rows in a table?
the functions of data warehouse tools and utilities.
In the Entity-Relationship (ER) model, what does an entity represent?
What does the "Projection" operation in relational algebra do?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is the binary representation of the decimal number 25?
What is depth in deep learning?
What does the "Model" represent in the MVC architecture?