CSC101: Introduction to Computer Education

Fall 2007

 

Project 4

Deadline: December 1, 2007

Access

Requirement:

Implement a grade book using MS Access.

  1. Your grade book should have a table with the following fields

    • Student id

    • Student name

    • Assignment 1    -- weight 5%

    • Assignment 2    -- weight 5%

    • Assignment 3    -- weight 5%

    • Project 1          -- weight 5%

    • Project 2          -- weight 5%

    • Project 3          -- weight 5%

    • Midterm test 1  -- weight 20%

    • Midterm test 2  -- weight 20%

    • Final test           -- weight 30%

  2. Determine the data types for all fields.

  3. Student id is the primary key.

  4. Add at least 20 students with their performance for all course work.

  5. Generate a query that contains only id, name and tests, including two midterm tests and one final test.

  6. Generate a report of all students whose at lease one of three tests is graded 100%. You only need to report these students' id and name. You may need to create some queries to support the generation of this report.

Submission: