Question
Arjun and Sameer can complete a job in 20 days and 25
days respectively. When Arjun, Sameer, and Nikhil work together, they finish it in . If they receive a combined reward of Rs. (5x + 1000), then Nikhil’s share is how much percent more than Sameer’s?Solution
ATQ; Let total work = 100 units Efficiency of 'Arjun' = 100/20=5 units/day Efficiency of 'Sameer' = 100/25=4 units/day Combined efficiency = 100÷(20/3)=15 units/day Efficiency of 'Nikhil' = 15−(5+4)=6 units/day Ratio of Arjun : Sameer : Nikhil = 5 : 4 : 6 So, shares = Rs. 5a, Rs. 4a, Rs. 6a respectively Required percent = [(6a - 4a)/4a] × 100 = 50%
Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?Â
In Numerical and Statistical Computing, which method is used for solving linear equations with large datasets?
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
Which database management system feature helps ensure that all transactions are completed successfully and consistently? Â Â
...In object-oriented programming, what type of polymorphism is achieved at runtime?Â
An ATM (Automated Teller Machine) typically uses which type of computer system to perform its dedicated functions?
Which of the following protocols is responsible for sending and receiving emails across the internet?Â
Which early computing device is known for using punched cards to control a sequence of operations and is often considered a precursor to modern computers?