Question
Average marks scored by Vineet in five subjects are 75.
The average marks scored by him (excluding his highest and lowest marks) are 60 and lowest marks scored by him are 55. Find the highest marks scored by him.Solution
Sum of marks scored by him in five subjects = 5 x 75 = 375 Sum of marks scored by him (excluding his highest and lowest marks) = 3 x 60 = 180 Therefore, sum of highest and lowest marks = 375 – 180 = 195 So, highest marks scored by him = 195 – 55 = 140
What is a fundamental characteristic of a singly linked list?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
Which type of database join returns only the matching rows from two tables based on a condition?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...Which of the following best illustrates Encapsulation in Object-Oriented Programming?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Tarjan’s algorithm is used to find:
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
Which testing type evaluates internal code logic and control flow?