Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions