Question
The number of students in class 'A' is 90, and the ratio
of girls to boys is 3:2. If the average number of boys in classes A and B is 120, and the average number of girls is 132, find the total number of students in class B.Solution
Number of girls in class A = (3/5) × 90 = 54
Number of boys in class A = (2/5) × 90 = 36
Number of boys in class B = 120 × 2 - 36 = 240 - 36 = 204
Number of girls in class B = 132 × 2 - 54 = 264 - 54 = 210
Total number of students in class B = 204 + 210 = 414
Which scheduling policy guarantees that every job will be executed in a finite amount of time?
Which technique is used to address the issue of class imbalance in a classification task?
What is the primary goal of requirement analysis in software development?
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
What is a serializable schedule in concurrency control?
Physical limitation of a signal is called?
Which SQL keyword is used to remove rows from a table?
What is the concept of "paging" in memory management?
Which recovery technique involves creating a new database instance from a previous full backup and then applying transaction logs up to the desired reco...
What happens if dynamic memory is not deallocated after its use?