Question
A train takes 7 seconds more to cross a 210-metre-long
platform than it takes to cross a pole. If a car running at the speed of 38 m/s takes 70 seconds to completely overtake the train, then find the length of the train.Solution
ATQ, The extra 7 seconds is taken by train to cross the platform, therefore Speed of the train = 210 ÷ 7 = 30 m/s So, relative speed of the car with respect to the train = 38 - 30 = 8 m/s (Since, both are travelling in same direction) Therefore, length of the train = 8 × 70 = 560 metres
Any numbered relationship has how many participating entities?
What is the worst-case time complexity of inserting n2Â elements into an AVL tree with n elements initially?
Which technique is commonly used for visualizing the flow of data within a system in the form of diagrams?
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
The SI unit for measuring frequency is:
Which cryptographic system uses two different keys for encryption and decryption?
What is the purpose of flow control in data communication?
Which concurrency control technique allows a transaction to read uncommitted data?
The preorder traversal of a binary search tree is 15, 10, 12, 11, 20, 18, 16, 19. Which one of the following is the postorder traversal of the tree?
What is the primary design goal of a combinational circuit?