Question
A carriage travels in the fog passed along a man who was
walking @ 3kmph in the same direction. He could see the carriage for 4 minutes and it was visible to him upto a distance of 100 metres. What was the speed of carriage?Solution
60 min = 3,000 m 4 min = 3000/60 × 4 = 200 m Carriage = 4 min = 200+100 = 300 m 60 min = 300/4 × 60 = 4500 m Speed = 4500m/hr = 4.5 kmph
Which CPU scheduling algorithm is best suited for time-sharing systems where each user needs a fair share of the CPU and response time is critical?
In Big Data architecture, which component is responsible for real-time data streaming?
Which refers to the creation of Internet Protocol (IP) packets with a false source IP address  to i mpersonate another computer system.Â
...The following Python code intends to enforce that all `Worker` subclasses implement a `work` method. However, it's not working as expected.
class...
Which of the following function in python is used to read keyboard input?
What is the primary purpose of the memory management process known as "compaction"?
Which of the following is a self-balancing Binary Search Tree that ensures a maximum height difference of 1 between the left and right subtrees of any n...
What is the significance of the "best case" time complexity of an algorithm?
Which of the following algorithm uses Darwinian based algorithm to find the best solutions to solve complicated problems with a greater number of variab...
The error in Simpson's 1/3 Rule is proportional to: