0% found this document useful (0 votes)
6 views3 pages

Test 1

The Student Module allows students to log in with unique credentials, view and update personal details, attendance, results, and schedules. It includes functionalities for logging in, performing student actions, and logging out. Additionally, the document explains the Data Flow Diagram (DFD) as a graphical representation of data flow, processes, data stores, and external entities within the system.

Uploaded by

govindanm223
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Test 1

The Student Module allows students to log in with unique credentials, view and update personal details, attendance, results, and schedules. It includes functionalities for logging in, performing student actions, and logging out. Additionally, the document explains the Data Flow Diagram (DFD) as a graphical representation of data flow, processes, data stores, and external entities within the system.

Uploaded by

govindanm223
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

STUDENT MODULE

The functionalities of Student are


1. The Student should login into the system with unique
her/his username and password.
2. If the user name and password are valid then he can gain
access to the system.
3. Student views his/her own Personal details.
4. Student updates his/her Personal details.
5. Student views attendance of students.
6. Student views Results.
7. Student views Schedules
The Student can do the following actions:
1. Login
2. Student Actions
1. views attendance
2. views results
3. View Schedules
3. Log out

3.2 DATA FLOW DIAGRAM


The DFD (also known as bubble chart) is a simple graphical formalism
that can be used to represent a system in terms of the input data into the
system, various process carried on these data and the output data
generated by the system.

The main reason why the DFD technique is so popular is because the
fact that the DFD is very simple formalism – it is simple to understand use. A
DFD is a very limited number of primitive symbols to represent the functions
performed by a system and the data flow among the functions. Starting with
a set of high-level functions that a system performs, a DFD model hierarchy
represents various sub-functions.

Data Flow :

A line with an arrow represents data flows. The arrow shows the
direction of flow of data. The name of the data appears next to the line. Data
more in a specific Direction from an origin to a destination. The data flow is a
‘packet’ of data.
 Process:
A Circle is used to despite a process. Processes are numbered and
given a name.

 Data Store :
A data store stores the data. Two parallel lines with square depict a
data store. Processes may store or retrieve data from a data store. If an
arrow points to the store, it indicates operation of writing in the store. If it
points away from the store, it indicates operation of reading from the store.

 External Entity :
External Entities are represented by the rectangle, and are outside
the system, such as venders or customers wit that the system interacts. The
designers have no control over them.
DFD 3.2.1

You might also like