Question: WareHouse is a storage facility for a hardware shop. WareHouse keeps track of: the name of items stored, the number of items stored, other information

WareHouse is a storage facility for a hardware shop. WareHouse keeps track of:

the name of items stored,

the number of items stored, other information about the item such as the zone in which the item is stored, Date in and Date out, and Note.

You are given a contract of designing and implementing an inventory management software to: add an item;

delete an item;

search items by name, and display all information about the item;

1.Explains why Object-Oriented Programming is / is not a good choice for the implementation of the software. You should give supporting reason(s).

2. With supporting reasons, determines the possible data structures you can use.

3 With supporting reason(s), explains and justify why you choose the data structure for your software.

4. With supporting reasons, determines the possible search algorithms you can use.

5. With supporting reason(s), explains and justify why you choose the search algorithm for your software.

6. Includes a user manual of the software (in less than half a page). E.g. Name of the data file, location of the program and data file, the compiler to be used, compilation commands and steps etc.

7. presents the logic of your program using pseudocode.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!