Question
The average score of 24 students in a class is 78. If
the top 4 scores are removed, the new average score of the remaining students drops by 2 points, what is the average score of the top 4 scorer students?Solution
ATQ, Total score of 24 students = 24 ×78 = 1872 Original average = 78, New average = 76, Total score of the remaining 20 students = 20×76 = 1520 Score of top 4 scorer students = 1872-1520 = 352 Required average = 352/4 = 88
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?