Question
Speed of a boat in still water to speed of boat in
upstream is 11: 9. If the boat can travel 260 km in downstream in 10 hours, then find the time taken by the boat to cover 44 km in still water.Solution
Let speed of boat in still water and speed of boat in upstream be β11xβ km/h and β9xβ km/h, respectively. Speed of stream = 11x β 9x = 2x km/h Speed of boat in downstream = 11x + 2x = 13x km/h So, 13x = 260/10 => x = 2 Speed of boat in still water = 11 Γ 2 = 22 km/h Desired time = 44/22 x 60 = 120 minutes =2 hours
What is the time complexity of the peek operation (accessing the top element without removing it) in a stack implemented using a singly linked list?
You are designing a system where multiple threads need to access and modify a shared counter variable. What is a critical concern you must address to en...
Kernel is :
Which of the following scheduling algorithms minimizes average seek time?
Which of the following statements accurately describes the use of the SQL CREATE statement?
Which of the following is a non-linear data structure?
What is the primary purpose of cookies on a website?
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...
Which of the following is NOT a type of firewall?Β
If a class inheriting an abstract class does not define all of its function then it will be known as :