Question
In an examination, the average marks obtained by the
students is 75. After correcting the quantitative mistakes, the average of 100 students is reduced to 60 from 75 and the overall average of the student is reduced to 70. 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 = 75 Total marks = 75 x After correcting the quantitative mistakes the average decreased by (75-60) = 15 marks Total reduction = 15 × 100 = 1500 Now According to the Question, (75x-1500)/x = 70 70 x = 75 x – 1500 x = 300 Total number of students = 300
What does Polymorphism mean in the context of OOP?
What is the purpose of a heuristic function in AI search algorithms?
In a nodal analysis a circuit with 10 nodes will have _______ unknown voltage and _______equation.Â
Which heuristic search strategy uses both cost so far and estimated cost to goal?
Consider the following C code snippet designed to calculate the sum of digits of a non-negative integer:
  #include
  in...
A C function insert(Node* root, int data) for a BST.
#include
typedef struct Node {
  int data;
  struct ...
What is the main drawback of the Minimax algorithm?
A system uses paging with a logical address space of 2^26 bytes and a page size of 4 KB. How many bits are required for the page number in the logical a...
The kelvin double bridge is used for______
You encounter a bug that only appears intermittently and is difficult to reproduce. What is this type of bug often called?