Question
A cheetah can catch a deer running with a speed of 72
km/h and is 72 meters ahead of it, in 8 seconds. Find the time taken by the cheetah to catch a zebra that is 195 metres ahead of it and is running with a speed which is 70% of that of the deer.Solution
Speed of the deer = 72 km/h = 72 × (5/18) = 20 m/s Distance covered by the cheetah in 8 seconds = 72 metres + distance covered by the deer in 8 seconds = 72 + 20 × 8 = 72 + 160 = 232 metres So, speed of the cheetah = 232/8 = 29 m/s Speed of the zebra = 20 × (70/100) = 14 m/s So, relative speed of the cheetah with respect to the zebra = 29 – 14 = 15 m/s Hence, time taken by the cheetah to catch the zebra = 195/15 = 13 seconds
What is a key advantage of the Go programming language in terms of concurrency?
Which method is commonly used for error detection at the Data Link Layer?
What does CSMA/CD stand for in the context of LAN technology?
Which of the following is an example of a message-passing IPC mechanism?
Which part of RDBMS handles concurrency control to ensure multiple transactions operate concurrently without conflicts?
Which of the following table does not exists physically?
Which layer of the OSI model is responsible for encrypting and decrypting data for security purposes?
Which type of instruction pipeline allows multiple instructions to be processed simultaneously at different stages?
Which command will help you to find the time of how long the system is being running?
What is the primary advantage of using shared memory for IPC?