Question
‘A’ and ‘B’ together can
complete a work in 8 days, while ‘B’ and ‘C’ together can complete the work in 10 days. If ‘B’ takes 5 days to complete the work alone then find the time taken by all three together to complete 57.5% of work.Solution
Let the total work = 40 units Efficiency of (A + B) = 40/8 = 5 units/day Efficiency of (B + C) = 40/10 = 4 units/day Efficiency of ‘B’ = 40/5 = 8 units/day Efficiency of (A + B + C) = (5 + 4 – 8) = 1 units/day Required time taken = (0.575 × 40)/1 = 23 days
What is a key advantage of the Go programming language in terms of concurrency?
What is the main disadvantage of RAID 10 (RAID 1+0) in a DBMS?
Which type of circuit allows current to flow in only one direction?
B-trees and B+ trees are commonly used for indexing in databases to improve the efficiency of:
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
Count to infinity problem occur in
What is false about linked list?
Which of the following is NOT a common use of PHP?
What is the primary responsibility of the "Controller" in the MVC architecture?