@idontknow
Member
- Joined
- Feb 11, 2021
- Messages
- 41
- Gender
- Male
- HSC
- 2022
I have an sdd assignment which requires me to make a written program in Visual Basic that performs the 4 common file maintenance tasks namely: Create, Modify, Delete and Search. My system is a payroll system and I urgently need help in making the current functions for my system. PS willing to pay for someone to help me do this assignment and also wanted to know If anyone knows or if anyone is. a SDD tutor need one urgently
Function Create
Creation relies on functions validate and search
Validate is used to ensure that all data items have the right data type and the
product code is within predefined range
Search performs a linear search of the item exists in the file
The search function created in this module is required in all subsequent modules
After validation and verification of data the new item must be saved to the file
You must submit a file containing at least 10 items
You must provide test data used to test the functionality of the validate and search
functions
Search item
You are expected to use the same search function used in the Create module.
This function accepts the item id and using linear search locates the item in the file,
if the item is found a new function must be called to display all item details.
The display function created for this process will be required in the next two
modules.
No test data is needed for this function.
The search function is tested directly with existing items.
Function Create
Creation relies on functions validate and search
Validate is used to ensure that all data items have the right data type and the
product code is within predefined range
Search performs a linear search of the item exists in the file
The search function created in this module is required in all subsequent modules
After validation and verification of data the new item must be saved to the file
You must submit a file containing at least 10 items
You must provide test data used to test the functionality of the validate and search
functions
Search item
You are expected to use the same search function used in the Create module.
This function accepts the item id and using linear search locates the item in the file,
if the item is found a new function must be called to display all item details.
The display function created for this process will be required in the next two
modules.
No test data is needed for this function.
The search function is tested directly with existing items.