You are on page 1of 6

ASSIGNMENT 1 FRONT SHEET

Qualification TEC Level 5 HND Diploma in Computing

Unit number and title Unit 04: Database Design & Development

Submission date DateReceived1stsubmission

Re-submissionDate DateReceived2ndsubmission

Student Name Student ID

Class Assessor name

Student declaration

I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagiarism. I understand that
making a false declaration is a form of malpractice.

Student’s signature

Grading grid

P2 P3 P4 P5 M2 M3 M4 M4 D2 D3
Summative Feedback:ResubmissionFeedback:

Grade: AssessorSignature: Date:


InternalVerifier’sComments:

Signature&Date:
Table of content
List of figures
1. Introduction
Scenario + Project Topic
2. P2 + P3
2.1. ERD from ASM1
2.2. Data validation from ASM1
2.3. CODE CREATE, INSERT sample data of your system.
Insert At least 3 records per table.
3. Interfaces
Interfaces should be classified by types of users.
a. Student’s interface
- Input Interface
i.e: Input Form, login, sign up, add data.
- Output interface
i.e: View student’s info
b. Teacher’s/Librarian interfaces
c. Admin’s interfaces
Under each interfaces, you need to write SQL code to explain your interface by using 1 or
some of the following codes:
- SELECT
- UPDATE
- DELETE
- INSERT
4. P4. Testing
a. Test plan
b. Test logs
TEST SQL STATEMENT: CREATE, INSERT, UPDATE, DELETE for all tables
5. P5. DOCUMENTATION
5.1. Technical document
- Introduction
- ERD + explain
- Physical design:

[COPY FROM ASM1]


- Use case diagram
5.2. User documentation
- Copy interfaces from P2-P3 + explain how to uses them (with proper activity flow)
- Write instructions for users, guide them how to use the system
o Functions for users (what, how?)

You might also like