Question
Two trains of same length are running in parallel tracks
in the same direction with speed 65 km/hr and 95 km/hr respectively. The latter completely crosses the former in 30 seconds. Find the length of each train (in m).Solution
When two trains cross each other, they cover distance equal to the sum of their lengths with relative speed. Let's take length of each train = x So, total length of both trains = 2x Relative speed = (95 – 65) × (5/18) = 25/3 m/sec. ∴ Total length = Time × Relative speed ⇒ 2x = (30 × 25)/3 ⇒ x = 125 m
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?