Sunday, 19 January 2014

Database Management System CS403 Assignment No. 3 Full Solution 19th January 2014

Scenario
Introduction:
The Educational and Recruitment Testing System (ERTS) is an organization that conducts academic performance evaluation tests. It is an autonomous, testing organization, conducts tests for admissions, scholarships, and recruitment purposes. It is governed by a Management Committee (Admin). ERTS is a testing and assessment organization facilitating in producing educated and market competitive human resource.
The whole system can be divided into following five different modules:
  1. ERTS Tests and Products
  2. Applicant Registration
  3. Application processing by ERTS
  4. Test
  5. Result
Detail of each module is given below:
  1. ERTS Tests and Products:
The system will use modern technologies for developing tests, test conduction, e-marking and compilation of results.
ERTS is assumed to conduct tests for the following categories:
  • Academic Tests
  • Recruitment Tests
  1. 2.      Applicant Registration:
The applicants who are seeking for admission (college/university) or recruitments, which requires an ERTS Test for its eligibility criteria, will have to apply for ERTS Test.
The applicant will be either already registered or will a new applicant. Already registered applicants could be login to the system by entering their username and password and could apply for their interested test category.
In case the applicant has not been registered yet, he will first register himself by filling and submitting the online application form available at ERTS website. After submitting the application form, the applicant will receive a confirmation message and the application will be stored in the ERTS database. After that the applicant will print the filled application along with a bank deposit slip, and will deposit the required amount in the mentioned branches of banks. He will post the application form along with the bank deposit slip on the mentioned address.
  1. 3.      Application processing by ERTS:
The applications received by ERTS will be processed according to required criteria and the eligible candidates will be issued a roll number slip. The accepted and rejected both applications will be stored in the ERTS database.
  1. 4.      Test:
On the mentioned test date the applicant appears in the test at allocated center.
The invigilator verifies the candidates via their original NIC and roll number slip. The invigilator starts distributing the question booklet and answer sheet according to the selected test category. The candidate attempts the test and returns both the answer sheet and question booklet to the respective invigilator.
  1. 5.      Result:
The invigilator will hand over both the answer sheet and question paper to the staff of Educational and Recruitment Testing System (ERTS). The staff will arrange the answer sheets in proper sequence by serial number. The staff starts marking of answer sheets through the scanned process of the system and the system will match the attempted questions with the stored question bank and will mark each question as correct or incorrect. The system will calculate the total marks and will store in the database. The system will declare the online result as well as dispatch the result card to successful candidates after approval from the management committee.

Database Management System  CS403  Assignment No. 3 Full Solution
1NF:
Applicant id,
applicantname,father_name,gender,applicant_DOB,cell_no,application_id,qualification,application_name.
2NF(application id not full dependant on appicant id)
Applicant:
Applicant id,applicant name,father_name,fender,applicant_DOB,cell_no,qualification
Application:
Application_id,Application_name
3NF: 
Applicant:
applicant id,Applicant name
Application:
Application_id,Application_name
Applicant biodata:tranitive dependancy applicant namedetermined by applicant id
applicantname,father_name,gender,applicant_DOB,cell_no,application_id,qualification,application_name.

Read more at http://vustudents.ning.com/forum/topics/assignment-no-3-non-graded-database-management-system-cs403?groupUrl=cs403databasemanagementsystems&xg_source=activity&groupId=3783342%3AGroup%3A58846&id=3783342%3ATopic%3A3888476&page=2#vKeYDqTujQAjEEPt.99