Question
In an examination, the average marks obtained by the
students is 40. After correcting the quantitative mistakes, the average of 50 students is reduced to 30 from 40 and the overall average of the student is reduced to 35. Then find the total number of students who participated in that examination.Solution
Let the total number of students be x Average marks obtained by the students = 40 Total marks = 40x After correcting the quantitative mistakes the average decreased by (40-30) = 10 marks Total reduction = 10 × 50 = 500 Now According to the Question, (40x-500)/x = 35 35x = 40x-500 x= 100 Total number of students = 100
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?