This repository contains the deliverables for System Analysis and Design Assignment 1, focusing on creating and analyzing a Data Flow Diagram (DFD) for a system. These solutions are part of a university assignment focused on applying fundamental Systems Analysis and Design concepts.
The project involves the application of system analysis techniques to design a DFD that represents the processes, data stores, and data flows of a given system. The assignment also includes a comprehensive written report and diagram visualizations.
- Demonstrate understanding of DFD concepts.
- Develop a clear and accurate DFD for the assigned system.
- Document the analysis process and findings in a report.
- Draw.io: For creating the DFD diagrams.
- Microsoft Word: For the written report.
- Visual Paradigm: For detailed diagram modeling.
attendance-system-dfd-analysis/
├── DFD_PDFs/ # Exported PDFs of the diagrams
│ ├── Context.pdf
│ └── Level_0.pdf
├── Report.docx # Written Report on the system
├── DFD_Context.vpd # Visual Paradigm file for the Context DFD
├── DFD_Level_0.vpd # Visual Paradigm file for the Level 0 DFD
├── Instructions.pdf # Instructions and requirements for the system
├── LICENSE # Licensing information
└── README.md # Main documentation file
Instructions.pdf
: Document file containing the assignment prompt and objectives.Report.docx
: A comprehensive report detailing the system analysis and DFDs.DFD_Context.vpd
: A Visual Paradigm project file for the Context DFD.DFD_Level_0.vpd
: A Visual Paradigm project file for the Level 0 DFD.DFD_PDFs/Context.pdf
: PDF version of the Context DFD for review.DFD_PDFs/Level_0.pdf
: PDF version of the Level 0 DFD for review.
- View the assignment requirements in
Instructions.pdf
. - Open
Report.docx
for detailed explanations and insights. - Use Visual Paradigm to open
.vpd
files for editing or viewing the diagrams. - Alternatively, review the
.pdf
versions of the DFDs in theDFD_PDFs
folder.
This repository is for academic purposes under the terms of the MIT License.