Question
A train takes 3 hours to travel a certain distance at a
speed of 60 km/h. If the speed is increased by 20 km/h, how long will it take to cover the same distance?Solution
ATQ, Time = Distance / Speed Initial time = 3 hours Initial speed = 60 km/h Final speed = 80 km/h Since the distance is constant, the time and speed are inversely proportional. Initial time × Initial speed = Final time × Final speed 3 hours × 60 km/h = Final time × 80 km/h Final time = (3 hours × 60 km/h) / 80 km/h = 2.25 hours
Bus topology is also known by which one of the alternative names below?
Which of the following is NOT a type of firewall?Â
What is the primary advantage of using an Object-Oriented Programming approach?
What is "serverless computing"?
Which protocol is commonly used for secure data transfer in cloud computing?
In C++, what mechanism is primarily used to achieve runtime polymorphism?
If receiver noise floor is 2 dB, signal-to-noise ratio is 3 dB then what is the receiver sensitivity?
Consider the following Java code snippet:
  import java.util.ArrayList;
  import java.util.Arrays;
  import java.util.L...
Which data structure is most commonly used to efficiently implement a priority queue?
In pandas, what does df.groupby('A').agg({'B': 'sum', 'C': 'mean'}) return?