You are on page 1of 5

System

analysis and
design

Your Name

MARIE JANE A.
1
Course information
Course Description: System Analysis and Design
Course Code: IT 333
Course Credit: 3 Units

COURSE OVERVIEW

System analysis and design deal with planning the development of


information systems through understanding and specifying in detail what a system
should do and how the components of the system should be implemented and
work together. System analysts solve business problems through analyzing the
requirements of information systems and designing such systems by applying
analysis and design techniques. This course deals with the concepts, skills,
methodologies, techniques, tools, and perspectives essential for systems analysts.

COURSE OBJECTIVES

Upon successful completion of this course, you will be able to

✔ gather data to analyze and specify the requirements of a system.


✔ design system components and environments.
✔ build general and detailed models that assist programmers in implementing
a system.
✔ design a database for storing data, a user interface for data input and output,
and controls to protect the system and its data.

Writer:

MARIE JANE A. CABIDES


Instructor
Evaluator:

JESSIE R. PARAGAS, DIT.


Information Technology Head

Eastern Visayas State University, 2020 MODULE

2
FINAL REQUIREMENT
INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN

OBJECTIVES:
_________________________________________
By the end of this module, learners are expected to:
● define the terms system, system analysis, and system design;
● types of systems;
● describe the principal functions of the systems analyst;
● discuss activities performed in the 7 steps found in the SDLC model; and
● perform feasibility analysis.

HOW TO COMPLETE THIS MODULE:


______________________________________
1. Attend the lecture about the topic/watch the
recorded lecture.
2. Participate in the class discussions during the
presentation.
3. Collaborate with each other to achieve the set
activity.
4. Watch video presentations about the topic.
5. Make your own research about the topic
and/or issues.
6. Answer the given assignment/tasks.
7. Join this class’ Google Classroom.

3
Why should you develop both logical and physical DFDs for systems? What
advantage is there for drawing a logical DFD before a physical DFD for a new
information system?
Physical data flow diagrams help you better understand the people and/or computer
systems that are used in the overall system’s processing. Logical data flow diagrams help
you better understand the essence of the system, the data and the processes that
transform them, regardless of actual physical form. Further, the new logical data flow
diagrams can then show any additional functionality necessary in the new system, to
indicate which, if any, obsolete components have been eliminated, and any changes in the
logical flow of data between system components, including different data stores. The data
flow diagrams for the new physical system can then be constructed with the data flow
diagrams for the new logical system as a guide.

ACTIVITY NO. 1
Instruction: Using the previous material posted in Google classroom are your reference,
Give what is asked in the DFD problems below:

1. Choose a transaction that you are likely to encounter, perhaps ordering a cap and
gown for graduation, and develop a high-level DFD, or context diagram.
Decompose this to a level-0 diagram.

4
ANSWER:
Level-0 DFD of a Restaurant

COSTUMER KITCHEN

1.0
Costumer
Order Receive and Food Order
Transform
Receipt
Customer
Food Order

Goods Inventory
2.0 Data 3.0
Sold
Update Goods Update
Sold File Inventory File

Formatted Formatted Inventory


Goods Sold Data
Data
D2 D1
Good Sold File Inventory File

Daily Goods Sold 4.0 Daily Inventory


Amount Depletion Amount
Produce
Management Management
Reports Report
KITCHEN

You might also like