CSB03 Abu DS
CSB03 Abu DS
NAME:MohamedNAME:Moham
ed AbuAbu BakkarBakkar MM
07-06-2024
OBJECTIVE
SYSTEM ARCHITECTURE
(FLOW DIAGRAM)
ssas
DATA STRUCTURE USED
MODULE COMPLETION
FUTURE SCOPE
CONCLUSION
Objective:
1.Structures (struct):
struct Product
struct Inventory
2.Arrays:
Eg: i)char name[NAME_LENGTH]
ii)struct Product products[MAX_PRODUCTS]
Structure creation
Module(main):
Module(Add&
Delete product):
Module(Update&
Display product):
If inventory is empty:
If inventory is
not empty:
Future Scopes
Database Integration:
Persistent storage with MySQL or SQLite.
Support for advanced queries and transactions.
Mobile Application:
Develop a mobile app for on-the-go inventory management.
Enhanced Functionality:
Implement sorting, filtering, and search features.
Add bulk operations for adding, deleting, and updating
products.
Conclusion