Preview

Guidance Record Management System

Best Essays
Open Document
Open Document
794 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Guidance Record Management System
THE ACCEPTABILITY OF MAHONRI ACADEMY AND SCIENCE HIGH SCHOOL GUIDANCE RECORD MANAGEMENT SYSTEM IN PALIPARAN II, DASMARINAS CITY, CAVITE

An Undergraduate Project Proposal
Presented to the Faculty of the
College of Computer Studies
University of Perpetual Help System – GMA

In partial fulfillment of the requirements for the Subject
Systems Analysis and Design

By

Jamaica C. Lorenzo

DR. ELIAS A. ALICAYA, JR.
Adviser

October 2012

TABLE OF CONTENTS

CHAPTER
1. The Introduction
Background of the Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Objectives of the Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Scope and Limitations of the Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Significance of the Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
APPENDICES
A Letter for the Client . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
B Data Flow Diagram Context Level of Existing System . . . . . . . . . . . . . . . 8
C Flow Chart of Existing System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
D Data Flow Diagram Context Level of Proposed System . . . . . . . . . . . . . . 10
E Flow Chart of Proposed System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
F Entity Relation Diagram of Proposed System . . . . . . . . . . . . . . . . . . . . . 12

Chapter 1
THE INTRODUCTION

This chapter presents Background of the study, which explains and gives some backgrounds and information about the Guidance Record Management System; the Objectives of the study which gives the goals of this project; the Scope and Limitations of the study which specifies the software being used by the developer in making this project, who are going to

You May Also Find These Documents Helpful

  • Good Essays

    a. Modify the Hoosier Burger context-level dataflow diagram to reflect the changes mentioned in the case.…

    • 418 Words
    • 2 Pages
    Good Essays
  • Better Essays

    The first step of design is to identify the processes and the entities. Processes represent the operations performed by the system. Entities represent all the information sources of the system. We represent the entities and the processes in the data flow diagrams, DFD. While designing the DFD’s we increase the level of detail with each level. At each level the process divides into sub-processes until indivisible sub-processes are reached. Here is an example.…

    • 1167 Words
    • 5 Pages
    Better Essays
  • Powerful Essays

    1.3 Objectives of the Study … … … … … … … … … … … … … … 3…

    • 10431 Words
    • 42 Pages
    Powerful Essays
  • Powerful Essays

    Data Flow Diagram

    • 1436 Words
    • 6 Pages

    Pg 305 2. What is a data flow diagram? Why do systems analysts use data flow diagrams? Answers:  A picture of the movement of data between external entities and the processes and data stores within a system.  Systems analysts use DFDs to help in the analysis phase by accomplishing the following three things: 1. Requirements Determination 2. Requirements Structuring 3. Alternative Generation and Selection 3. Explain the rules for drawing good data flow diagrams. Answers: Process: A. No process can have only outputs. It is making data from nothing (a miracle). If an object has only outputs, then it must be a source. B. No process can have only inputs (a black hole). If an object has only inputs, then it must be a sink. C. A process has a verb phrase label. Data Store: D. Data cannot move directly from one data store to another data store. Data must be moved by a process. E. Data cannot move directly from an outside source to a data store. Data must be moved by a process which receives data from the source and places the data into the data store. F. Data cannot move directly to an outside sink from a data store. Data must be moved by a process. G. A data store has a noun phrase label. Source/Sink: H. Data cannot move directly from a source to a sink. It must be moved by a process if the data are of any concern to our system. Otherwise, the data is not shown in the DFD. I. A source/sink has a noun phrase label.…

    • 1436 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    [Type the abstract of the document here. The abstract is typically a short summary of the contents of the document. Type the abstract of the document here. The abstract is typically a short summary of the contents of the document.]…

    • 5806 Words
    • 24 Pages
    Powerful Essays
  • Good Essays

    Data Flow Diagram

    • 3020 Words
    • 13 Pages

    Data flow diagram is used by system analyst to put together a graphical representation of data processes throughout the organization. It depicts the broadest possible overview of system inputs, processes, and outputs. A series of layered data flow diagrams may be used to represent and analyze detailed procedures in the larger system.…

    • 3020 Words
    • 13 Pages
    Good Essays
  • Powerful Essays

    After a brief introduction to process modeling, data flow diagramming techniques are introduced in a section called “Data Flow Diagramming Mechanics.” This section demonstrates the basic DFD symbols, definitions, and rules. The authors use the Gane and Sarson symbol set throughout the book, and these symbols are explained in this section. Hoosier Burger, the food ordering system first mentioned in Chapter 2, is used to illustrate basic data flow diagramming concepts. This section also includes explanations of decomposition and balancing.…

    • 5303 Words
    • 22 Pages
    Powerful Essays
  • Satisfactory Essays

    Significance of the Study . . . . . . . . . . . . . . .…

    • 2967 Words
    • 12 Pages
    Satisfactory Essays
  • Powerful Essays

    The following level 0 and level 1 and level 2 Data flow diagrams clarify the flow of information in the system.…

    • 1455 Words
    • 6 Pages
    Powerful Essays
  • Best Essays

    Baskeball Mentality

    • 3882 Words
    • 13 Pages

    Background of the Study . . . . . . . . . . . . . . . . . . . . . . . . . 3…

    • 3882 Words
    • 13 Pages
    Best Essays
  • Good Essays

    DFD or Data Flow Diagram is a graphical representation that showing the flow of data of information system. It also shows the structured design of the program to replace the flowchart or pseudo code as program tool. Basically DFD can be divided into four components such as entity or external entity, process, data store and data flow. DFD start with an overview of the system that needs to be designed. This DFD known as context DFD that contain the entity and the process only. DFD can be expanded into certain level depending on the processes of the design system or program. There are such methods like top down analysis or breaking down DFDs that usually known as leveling.…

    • 935 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Mrs Chang Liu

    • 488 Words
    • 2 Pages

    3. What are the basic elements in a data flow diagram? What is called the high level of data flow diagram?…

    • 488 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Software Engineering

    • 1405 Words
    • 6 Pages

    Data flow diagrams illustrate how data is processed by a system in terms of inputs and outputs.Data flow diagram are used widely for modeling the requirements.the DFD is also known as a data flow graph or a bubble chart.…

    • 1405 Words
    • 6 Pages
    Satisfactory Essays
  • Satisfactory Essays

    1.1 Objectives of the Study . . . . . . . . . .…

    • 3685 Words
    • 15 Pages
    Satisfactory Essays
  • Good Essays

    A. Background of the Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1…

    • 3396 Words
    • 14 Pages
    Good Essays