Chapter 3
Chapter 3
Methodology
phenomenon being studied, descriptive research answers the questions that who, what
where, when, “why “and how. One such process that the proponents will be use in
Software Development is the “Waterfall Model”. Waterfall model will be use in the
development of the Point of Sales System Day2Day Trading. The selected methodology
each stage of the product building. This ensures only the correct product that fulfills the
through a number of phases in a certain order. These phases are requirements phase,
is very important to understand the customer requirements and expectations so that the
The proponents obtain information from the interview conducted with Mrs. Olivia
Castillo, the owner of the store. With this information that was elicited, the proponents
Design
Design focuses on high level design like, what programs are needed and how are
they going to interact, low-level design (how the individual programs are going to work),
interface design (what are the interfaces going to look like) and data design (what data
will be required). In this phase, the proponent focuses on the design of the program and
In this phase the designs are translated into code. Computer programs are written
tools like Compilers, Interpreters, and Debuggers are used to generate the code. Different
high level programming languages like C, C++, Pascal, and Java are used for coding.
With respect to the type of application, the right programming language is chosen.
Testing
In this phase the system is tested. Normally programs are written as a series of
individual modules, this subject to separate and detailed test. The system is then tested as
a whole. The separate modules are brought together and tested as a complete system. The
system is tested to ensure that interfaces between modules work (integration testing), the
system works on the intended platform and with the expected volume of data (volume
testing) and that the system does what the user requires.
Maintenance
Inevitably the system will need maintenance. Software will definitely undergo
change once it is delivered to the client. There are many reasons for the change. Change
could happen because of some unexpected input values into the system. In addition, the
changes in the system could directly affect the software operations. The software should
be developed to accommodate changes that could happen during the post implementation
period. In this phase, the proponent is continues conducting research and study to
The proponents will use the following data gathering procedures in order to gather related
1. Interview
The proponents asked the owner regarding the important requirements and processes
involved in inventory system of the company. The collected information’s were analyzed
2. Library Research
This method in which the researchers gather the necessary information from the
different printed materials which involves consulting books and articles in the library that
helps the proponents in finding similar studies and thesis that will serves as a reference in
3. Internet Research
The proponents used the resources from the internet in gathering relevant
people actually do or what events take place during a buying consumption situation.
Algorithm
An algorithm shows the proper sequence of steps that should be followed in order to
Flow Chart
It is the graphical representation of the process that involved in the system. It has
predefined graphics that describes the process the data involved to achieved desired
output.