Sample Chapter IV
Sample Chapter IV
CHAPTER III
Descriptive research involves gathering data that describe events and then organizes, tabulates,
depicts, and describes the data collection (Glass & Hopkins, 1984) 18. It often uses visual aids such as
graphs and charts to aid the reader in understanding the data distribution. Because the human mind cannot
extract the full import of a large mass of raw data, descriptive statistics are very important in reducing the
data to manageable form. When in-depth, narrative descriptions of small numbers of cases are involved,
the research uses description as a tool to organize data into patterns that emerge during analysis. Those
patterns aid the mind in comprehending a qualitative study and its implications.
The researcher used descriptive method of research because it is the most appropriate for the
computerized billing project. The gathering of facts and thoughts is turned to a manageable form using
descriptions based on facts.
This process was used in the development of the software. It consists of the following steps:
The researcher made an initial study on the system being managed within the institution.
From those systems the researcher chose one that is done manually and requested for the
concerned person for its automation.
18
What is descriptive research? retrieved on March 15, 2016 from www.aect.org/edtech/ed1/41/41-01.html
QUEZONIAN EDUCATIONAL COLLEGE, INC.
COMPUTER SCIENCE DEPARTMENT 14
In order to accomplish this step the researcher used the following modeling tools to have
an accurate model of the system and to describe the user requirements:
-A Data flow diagram that shows the flow of the process within the system like encoding
of financial obligation, recording and updating of payments, and generating reports. The right
flow of the process will help maintain the systems accuracy and the benefits to the user,
employees and customer.
-An entity relationship diagram which determines the connection of the customers to the
system.
-A data dictionary that shows the fields of different modules and the possible data needed
for such fields. (Please refer to Chapter IV of this manuscript.)
The design of the project was made by the researcher through the idea which are based
from all the diagrams and frameworks used. Using Microsoft Visual Studio 2008 as a
programming tool, the researcher started the actual software design together with the Logical
System Diagram which is used to meet the systems requirements for it to run. (Please refer to
Chapter V of this manuscript.)
In this step, the researcher used Visual Studio 2008, as stated in the previous step, to
design the software. Data that are used are stored in database. The researcher used Service Based
Database to simplify the connection between Visual Studio 2008 and the database through codes.
(Please refer to Chapter VI of this manuscript.)
In this step, the researcher presented his computer project to his adviser where areas of
improvement are identified.
QUEZONIAN EDUCATIONAL COLLEGE, INC.
COMPUTER SCIENCE DEPARTMENT 15
In this step, the researcher presented his computer project to his adviser as part of the
final testing or acceptance testing.
The researcher made a description of the system including the installation guide and the
users manual to complete this step. He made a formal description of all the necessary steps made
on the system to handle the processes easily. (Please refer to Chapter VII of this manuscript.)
A back-end database was used by the researcher in this process where all records are
stored. He used hypothetical data for purposes of the project such as recording and retrieving data.
In this step, the researcher made a description on the installation process of the system
and the proper usage of it.
Project completion is the last step in the cycle where it involves the actual thesis defense
with the panelists.
The researcher gathered data from unpublished thesis, which is related to the study, in
order to gather other information that can be used to improve the project. The questions in the
unpublished thesis used in interview are helpful in formulating my own questions. Because the
topic is similar, they almost have the same process observation.
QUEZONIAN EDUCATIONAL COLLEGE, INC.
COMPUTER SCIENCE DEPARTMENT 16
With internet research, the researcher was able to find other articles that contribute to the study.
There were abundant resources in the internet such as what possible questions should be ask
regarding the research topic, how a formal interview is done and avoiding the repetition of the
same questions over and over.
Interview
This is a formal and directed discussion for the system for gathering and analyzing data from the user
which will allow the researcher to gain insight about the problem for the proposed study. In this process
the researcher interviewed, Mrs. Katherine Velasco, Kingfisher Hotel Manager to gather the needed data.
An interview was conducted at the manager’s office, together with Mrs. Katherine Velasco
(Hotel Manager) and Ms. Abegail Estrada (Front Desk Officer) to gather and analyze the data for the
development of a system that will satisfy their needs.
The researcher chose the manager as his subject for an interview because she will be the one to
generate reports to the owner of the institution. He also chose to interview the front desk officer because
she will be the one to use the system.
Observation
This is a process of gathering data for the purpose of collecting first-hand information that will verify
other information gathered through other means.
The researcher observed the institutions process of collecting customer payment to gather data
that will be needed for further analysis.
I do not know when the hotel was established but since year 2006 when I started as a
manager, the hotel has 3 rooms but now it has a total of 6 rooms.
The customers mostly came from Alabat, Quezon. There are also few foreigners.
We have short time, Php400 for 3 hours. Php700 per day for single room and Php1000
per day for family room.
8. What are the features you want to see in a computerized billing system?
It should have Customer Name, Address, Number of hours/days and Customer Discount.
10. What information/reports would you like to generate from a computerized billing
system?
1. What existing process of billing are you using in your business /company?
QUEZONIAN EDUCATIONAL COLLEGE, INC.
COMPUTER SCIENCE DEPARTMENT 18
Manual process.
3. What are the common problems you encounter in your manual system?
4. In using manual process, how long does it take to record your daily transaction?
5 minutes.
Wrong computation.
8. What are the features you want to see in a computerized billing system?
10. What information/reports would you like to generate from a computerized billing
system?
11. What do you think are the advantages and disadvantages of having a computerized
billing system?
They don't ask for the customer’s name, just the number of hours/days the customer will
stay.
CHAPTER IV
A. DATAFLOW DIAGRAM
Check-In
Reservation
Details
Hotel Manager
B. PROCESS NARRATIVE
1.2 This process will allow encoding and saving of customer data to the List of Customer Data Store.
1.3 This process will allow search of Customer Records; adding new customer.
1.4 This process editing the record of the existing customer.
C. DATA DICTIONARY
C.1 Registration
C.2 Rooms
Name of Elements Description Data Type Valid Values Data trigger
Room Status Room Status varchar(50) Reserved, Vacant, To determine customer’s room
Occupied number
C.3 Reservation
Date of Reservation Date of Check-In datetime 01/01/2016 07:00:00 To determine the customer’s reservation
AM date
C.3 Check-In
Date of Check-In Date of Check-In datetime 01/01/2016 07:00:00 To determine the customer’s check-in
AM date
C.4 Check-Out
Total Charges Customers Total Charges smallmoney 400, 1000 To determine the customer’s total
charges
Date of Check-In Date of Check-In datetime 01/01/2016 07:00:00 To determine the customer’s check-in
AM date
Entity
1. Customer
2. Hotel Manager
Data Store
1. List of Customer
2. Rooms
3. Reservations
4. Check-in
5. Check-out
(give description)
(give description)
Example:
Student << -------- >> teacher
Student < ----- >> classes
classes << -------- > teacher