Question
Train A running with a sped of 126 km/h crosses a
vertical pole in 22 seconds. Speed of train A is 6 m/s less than speed of train B, and length of train B is 80 metres less than length of train A. Find the time taken by train B to cross a 212 metre long tunnel.Solution
Speed of train A = 126 × 5/18 = 35 m/s Speed of train B = 41 m/s Length of train A = 22 × 35 = 770 metres Length of train B = 770 – 80 = 690 metres Desired time = (690 + 212)/41 = 22 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?