Question
Out of a city's population, 30% are not eligible to vote.
Of those who are eligible, 50% are females. If 2/5 of the eligible males and 3/10 of the eligible females vote, find the ratio of voting males to voting females.Solution
ATQ,
Let total population be 100n
Eligible voters = 0.7 × 100n = 70n
Eligible females = 0.50 × 70n = 35n
Eligible males = 70n – 35n = 35n
Males who voted = (2/5) × 35n = 14n
Females who voted = (3/10) × 35n = 10.5n
Required ratio = 14n : 10.5n = 4:3
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?