Question
Three sections of a college have 30, 25 and 35 students
respectively. The average marks of Section B is 68 and that of Section C is 72. The combined average of all three sections together is 70. What is the average marks (correct to two decimal places) of Section A?Solution
ATQ, Total students = 30 + 25 + 35 = 90. Total marks (all) = 90 Γ 70 = 6300. Section B: marks = 25 Γ 68 = 1700 Section C: marks = 35 Γ 72 = 2520 Total (B + C) = 4220. Section A: marks = 6300 β 4220 = 2080. Average of A = 2080 / 30 β 69.33.
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
What is the primary purpose of an abstract class?
What is the space complexity of storing an adjacency matrix for a graph with V vertices and E edges?
What is the time complexity of inserting an element at the beginning of a singly linked list?
Which of the following is NOT a type of graph representation?
In a data analysis scenario involving a fixed-size dataset where elements need to be accessed frequently by their position, which data structure is gene...
In C++, which access specifier makes members accessible only from within the class itself and from friend functions/classes?
Deletion in Red-Black Tree may require:
Which data structure uses FIFO (First In, First Out)?
Which traversal method visits the root node first in trees?