The following question uses the bitvector.h file on the exam…

The following question uses the bitvector.h file on the exam attachment.  Write the complete code to perform the function of Unset() in the BitVector class which is to set all bits to zero in the private data item bvect. Duplicate the code below and fill in your answer: Void BitVector::Unset() {    // Your code goes here.  }

Suppose that an instructor gives an exam.  This instructor w…

Suppose that an instructor gives an exam.  This instructor wants to give those students in the bottom 2.5% an F on this exam.  Assuming the distribution of exam scores is normal, what will the cutoff be for an F if the average score on this exam is 80 with a standard deviation of 5?