Anda di halaman 1dari 3

Project Presentation Contents

First Slide:

Presentation Content:
Sr. No Title

1 Project Profile

2 Existing System

3 Need for New System

4 Functional Specification

4.1 Module Specification

4.2 User Specification

5 System Flow Diagram

6 E-R Diagram

7 Data Flow Diagram

8 Data Dictionary
Note:

Make Proper unique Formatting for heading sub heading and alignment for all slides.

Do not draw separate DFD for different user.

Context Level and First Level DFD are mandatory. Also draw Second Level DFD for
complex process to show its sub-processes working.

Data dictionary must have following contains in each table.

Data Dictionary

* Information of all tables schema you have used in your system


** Each new table must start on new page
*** Format for each table must be as below

Table Name User_info

Primary Key Uid

Foreign Key -

Description This table is used to store the information of user. It will be also used
to store login credentials for use authentication.

Field Data type Constraints Description Sample data


Name (length)

Uid Int Primary It is used to store 01


Key, Auto unique user ID.
Increment,
Not Null

Fname Varchar(30) Not Null To store name of Kartik


user

Mname Varchar(30) Allow Null To store Maheshbhai


father’s/husband’s
name

Lname Varchar(30) Not Null To store surname Sahani

Email Varchar(50) Not Null, To store unique Kmsahani002@gmail.com


unique user name this can
be also used as
username for
authentication.

Pass Varchar(20) Not null To store user india@bestpoint112


password for
authentication.

Gender char Not Null To store gender of M


user.

M – Male

F – Female

Status boolean Not Null To define user 1


status.

1 – Active
(Default)

0 - Inactive

Anda mungkin juga menyukai