School Grade Computation Program

Screenshot

Below are the features of the school grade computation program
  • The program is capable of inserting data to database.
  • The program is capable of validating empty fields.
  • The program used sub procedure in average computation 
  • The program automatically compute average using this formula ave = ((prelim x 20%) + (midterm x 20%) + (pre-final x 20%) + (final x 40%)) 
  • The program is capable of evaluating student average either pass or fail . 
  • The program used function in grade evaluation 
  • The program is capable of filtering input value for course unit, prelim, midterm, pre-final and final grades.
Language: Visual Basic.Net
Database: MS Access

Click Here To Download Source Code