Question
Worker βPβ can complete a job in 30 days, and
together with βQβ, they can finish it in 12 days. If βQβ worked alone for 15 days and then stopped, how long will βPβ take to finish the remaining work?Solution
Let the total work = 60 units {L.C.M of 30 and 12}
Then, efficiency of βPβ = 60 Γ· 30 = 2 units/day
Combined efficiency of βPβ and βQβ = 60 Γ· 12 = 5 units/day
So, efficiency of βQβ = 5 β 2 = 3 units/day
So, work done by βQβ alone in 15 days = 3 Γ 15 = 45 units
Remaining work = 60 β 45 = 15 units
Time taken by 'P' alone to complete the remaining work = 15 Γ· 2 = 7.5 days
Which of the following is an example of application software?
Which of the following statements best describes a key difference between virtual machines and containers?Β
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Β
Which is/are correct w.r.t Passive attacks
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
What will be the output of the following code snippet demonstrating abstraction in Python?
from abc import ABC, abstractmethod
class Shape...
What is the primary benefit of implementing Continuous Integration (CI) in a software development lifecycle?Β
Command to change the priority in LINUX
When using virtual memory, what happens when a page fault occurs and the operating system cannot find a free frame in physical memory?
Which method is used to compute the inverse of a matrix in numerical computing efficiently?