You are on page 1of 2

Part 1

Definition of database
Types
Example
Screenshot
MS SQL Introduction what it does, how it works, why you used it, and how you used
it.
Visual Studio
Techniques
-Tables Introduction
-How many tables you made and for what purpose
-Student what you stored
-MS SQL Data Dictionary and table name in screenshot compulsory
-Database Diagram Introduction and Uses and screenshot of database diagram of that
system
-ER Diagram Introduction and components of ER diagram one to one and ER diagram in
your table one student one book (only 2-3 columns)
-One to Many One author many book ER diagram
-Many to Many
User Requirement
-Scenario One
- Why you added more tables and column
System Requirements
-Minimum System PC Requirement and Recommended System Requirement

Part 2
p2
For author Expalin Author Form where you extrted data
Form ScreenShot
Input And Output Explanation
Code Screenshot(cmd.CommandType) Procedure
Procedure Screenshot
For login what happens if user logs in and what happens if username and
password is incorrect
For registration MessageBox + Code Screenshot and Procedure and explain
procedure

Data Validation
Code of how data validation works

Multiple table All joined tables


-Procedure called in Visual Studio where it is used, what it does and
result
-Inline query join
p3
showed in p2 Multiple table

Testing Part 3
Unit Testing

Black Box Testing

White Box Testing


-Logic code line to line
p5
User Documentation(User Manual)
How to use your application
Simple language + Screenshots
Points
Techinical Documentation
Logic For Login Form what input you take , what you checked, what
output you gave
Algorithm and flowchart for all forms

You might also like