ProductsLogo
LogoStudy Documents
LogoAI Grader
LogoAI Answer
LogoAI Code Checker
LogoPlagiarism Checker
LogoAI Paraphraser
LogoAI Quiz
LogoAI Detector
PricingBlogAbout Us
logo

System Analysis and Modelling for Virtual Child International

Verified

Added on  2023/06/14

|20
|2312
|112
AI Summary
The report focuses on the system analysis of Virtual Child International, a virtual world for children. It includes the organization background, problems of the current system, functional and non-functional requirements, event table, documentation, and process description. The report concludes with recommendations for improvement.

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Running head: SYSTEM ANALYSIS AND MODELLING
System analysis and modelling
Name of the Student
Name of the University
Author note

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
1SYSTEM ANALYSIS AND MODELLING
Executive Summary
The purpose of this report is to shed lights on the system analysis of an organization. The
organization chosen in this report is Virtual Child International (VCI). The organization is a
virtual world where children can do various activities such as gaming or library after their school
hours. The organization has systems which are managed and maintained by the employees of the
VCI Park. However, they want to upgrade their systems in order to provide better services to the
customers. Hence, this provides analysis of the system and recommendations for upgrade of the
system.
Document Page
2SYSTEM ANALYSIS AND MODELLING
Table of Contents
Executive Summary.........................................................................................................................1
Introduction......................................................................................................................................5
Need for conducting system analysis and design for the business..............................................5
Purpose of the report....................................................................................................................5
Structure of the report..................................................................................................................5
Organization Background................................................................................................................5
Business and its working.............................................................................................................5
Problems of the current system in VCI........................................................................................6
Current System (scope)....................................................................................................................6
Functional Requirements.............................................................................................................6
Non-functional requirements.......................................................................................................7
Event Table..................................................................................................................................7
Documentation.................................................................................................................................9
Data Dictionary............................................................................................................................9
Description of the process.........................................................................................................10
Level 0 DFD..............................................................................................................................13
Level 1 DFD..............................................................................................................................15
Context level..............................................................................................................................16
Conclusion.....................................................................................................................................16
Document Page
3SYSTEM ANALYSIS AND MODELLING
References......................................................................................................................................18
Appendices....................................................................................................................................19
ER Diagram...............................................................................................................................19
Data Fragments..........................................................................................................................20

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4SYSTEM ANALYSIS AND MODELLING
Introduction
Need for conducting system analysis and design for the business
The report focuses on the case study of the organization Virtual Child International
(VCI). This organization intends to provide children a virtual world at their home after school
time. These are the details which is going to be the scope of analysis for the system of Virtual
Child International. The system analysis and design is important to evaluate the organizational
working process. The system analysis would be able to evaluate the current system of the
organization to provide valuable information of the weak area of the organization.
Purpose of the report
The purpose of this report is to provide a brief description of the present system of
Virtual Child International. The illustrations in this report are also provided for the brief
description of the preset system.
Structure of the report
The structure of this report is organization background, current system and its scope and
illustrations along with all the procedures of documentation.
Organization Background
Business and its working
The organization provides virtual world to children which has facilities of an amusement
park and this system is known as VCI Park. The staff of Virtual Child International maintains the
working of the park and provide guidance and safety to the members of the park. The staff of
Document Page
5SYSTEM ANALYSIS AND MODELLING
VCI are referred to as Park Rangers. The organization’s system helps the park to be operational
and support the working of the park.
Problems of the current system in VCI
The Park Rangers of the organization has to manually operate the park system.
The Park rangers provide services to the parents and guardians on the front desk
for the payment to enter in the park.
The park has number of facilities to provide to the members of the park ranging
from games to homework assistance. Hence they are planning to expand their
services however, this expansion depends on the number of memberships of VCI.
Current System (scope)
Functional Requirements
The data of the members and guardians who take part in the services provided by
organization should store data in their present system. The information on
different courses in which students are enrolled should also be stored in the
system.
The details of the services provided by the organization should be stored in the
system. The evaluation of guardian’s responses should also be stored in the
present system. The system should also capable to provide efficient and effective
data for the methods and processes to be automated.
The payment options, authentication at entrance, payment validation should be
also addressed and solved by the present system. However, the staff should do
manual tasks in the present system.
Document Page
6SYSTEM ANALYSIS AND MODELLING
Non-functional requirements
The park rangers are only allowed to access the system and they updates the system after
receiving information details from the customer.
The availability of the system is only when guardian visits the VCI Park.
The system is efficient as it responds effectively.
The security of the preset system is safe and secure and data are stored effectively in the
system.
Event Table
Event
descriptio
n
Trigger of
the system
Source of
the work
Use Case Response
to the
working
process
Required
Destination
External The
process of
guardian
entrance
A set of
questions
are given to
the
guardians.
Park
ranger of
VCI
View
questions
The
answers
for the
questions
are
provided
by the
guardians
Guardian
Bonus
time
The
responses to
the
questions by
Guardian The
answers
are
The
guardians
are
allocated
System

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
7SYSTEM ANALYSIS AND MODELLING
the
guardians
are
evaluated.
evaluated. with a
bonus
time in the
park after
their
answers to
the
questions
are
recorded.
The
services
for
guardian
The type of
services
required by
the guardian
is described.
Park
rangers
The
services
are
provided
to the
members
of VCI.
The
members
are
assisted
by the
Park
rangers
based on
the
services
chosen for
them.
Members
Payroll
system
Process
The payroll
of the
guardians
are added to
System Payment
process
The park
rangers
get the
final
Park Rangers
Document Page
8SYSTEM ANALYSIS AND MODELLING
the system
to deliver
the final
payment of
the services
to the park
rangers of
VCI.
payment.
Documentation
Data Dictionary
Logical Data Dictionary
Details of Guardian: GuardianUId + GuardianUName + Address + MobileNo
Rangers = RangerUId + RangerUName + RangerUContact + Salary
Member = MemberUId + GaurdianUId + MemberUName + CourseUId
Invoice and Payment = InvoiceId | MemberUId + CourseId + RangerUId
Service = CourseId + CourseName + ServiceDetails
Physical Data Dictionary
The derived data dictionary from the Data Flow Diagram is given below in the table:
Entity Attributes Data type Null
Document Page
9SYSTEM ANALYSIS AND MODELLING
Guardian GaurdianUId Integer Not Null
GaurdainUName Varchar2 Null
Address Varchar2 Null
MobileNo Varchar Null
Park Rangers RangerUId Integer Not Null
RangerUName Varchar2 Null
RangerUContact Varchar Null
Salary Varchar Null
Member MemberUId Integer Not Null
GaurdianUId Integer Not Null
MemberUName Varchar2 Null
CourseId Integer Not Null
Invoice InvoiceId Integer Not Null
MemberUId Integer Not Null
CourseId Integer Not Null
RangerId Integer Not Null
Payment MemberUId Integer Not Null
PayementStatus Varchar2 Null
TotalCharge Varchar Null
Services CourseId Integer Not Null
CourseName Varchar2 Null
ServiceDetails Varchar2 Null
Description of the process
Services to Guardian

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10SYSTEM ANALYSIS AND MODELLING
The system’s processes are characterized into three processes. The major process are
Guardian services and entrance of members. The online facilities are provided to the guardian as
per Guardian services. In the Guardian services process, the guardians are only related with the
main system of VCI. The facilities for the guardian are viewing different types of details of the
services provided by VCI Park. They will be able to view different payment options and details
of park services for every month. The guardians will also be able to view the invoice of a
particular date they want to know. The activities of member will be available to the guardians to
view. The interaction between the park rangers and members can be easily documented and
viewed. The details of the members can also be update by the guardians in the system and they
can give feedback for the park services. The online training courses are also there in the present
system for the guardians. The present system will allow ideas and feedback from the guardians.
This will result in assistance for the development of the system and also help in expansion of the
organization. The guardians can also provide information regarding the privacy and user
interface of the present system.
Entrance of members
The entrance criteria procedure for the members of the park should also be taken into
account where guardian would be able to manage and control the member’s entrance in the VCI
Park. The process of entrance includes a question and answer round for the guardian where they
have to provide answers for the questions. The questions in the system has information
associated with homework completion, quizzes and tests. This question and answer round will be
used to evaluate the member’s responses. The time will be allocated for the guardian to remain in
the VCI Park. The guardian will be able to set different criteria of activities for each day. The
system will be able to provide information regarding the maximum time, a member can spent in
Document Page
11SYSTEM ANALYSIS AND MODELLING
the VCI Park. The allocation of bonus time will give to the guardians to spent extra time in the
park. The mail services can be used to enter the system, abide by the rules and regulations and
avail services as per the age of members. The payroll process includes sending of invoice for the
payment to the guardians on beginning of the month that is first day. The separate invoices are
sent to the guardian each month and details include are bonus time, late fees and total fees. There
are several options for payment method and it takes place as pre-payment procedure. The
entrance is allowed only after the confirmation of payment and the system also provides benefits
of discount options to the guardians who have their members registered to the system earlier.
These are the methods and processes of the present system.
Guardian Services
Select options
Switch Case
Case 1: Scan the current fees
Case 2: Scan Member Activities
Case 3: View Interaction
Enter details
Default Case: Exit
Enter feedback
Return Feedback
Member Entrance
IF (finish homework == yes && study == yes &&Chores == yes)
Receive bonus
Enter
Else
Enter without bonus
Document Page
12SYSTEM ANALYSIS AND MODELLING
Level 0 DFD

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
13SYSTEM ANALYSIS AND MODELLING
Level 1 DFD
Context level
Document Page
14SYSTEM ANALYSIS AND MODELLING
Conclusion
The above discussions conclude that Virtual Child International organization is effective
and efficient in providing facilities to the guardians and children. The report shows the brief
description of information regarding the background the organization, current system and its
scope and illustrations. The additional illustrations are attached in the appendices section of this
report. The organization is well structured and works properly to provide excellent services to
the customers and hence, it is a very efficient organization in terms of services provided.
However, there are some glitches in the system which needs improvement and with major
improvements discussed in this report, the performance of the organization will improve. Thus
they can expand their business effectively with the help of recommendations provided.
Document Page
15SYSTEM ANALYSIS AND MODELLING

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
16SYSTEM ANALYSIS AND MODELLING
References
Aslot, V.C., Flores, A. and Rogers, M.D., International Business Machines Corp, 2016.
Refreshing memory topology in virtual machine operating systems. U.S. Patent 9,342,342.
Cai, Y., Chiew, R., Fan, L., Kwek, M.K. and Goei, S.L., 2017. The Virtual Pink Dolphins
Project: An International Effort for Children with ASD in Special Needs Education. In
Simulation and Serious Games for Education (pp. 1-11). Springer, Singapore.
Chitchyan, R., Rashid, A., Sawyer, P., Garcia, A., Alarcon, M.P., Bakker, J., Tekinerdogan, B.,
Clarke, S. and Jackson, A., 2015. Survey of aspect-oriented analysis and design approaches.
Dow, E.M., Fitzsimmons, T.D., LeFevre, F.R. and Yu, J., International Business Machines Corp,
2018. Steganographic message passing between a virtual machine and a hypervisor. U.S. Patent
9,898,322.
Miller, C., 2017. Investigating Child Feeding In A Virtual Reality Buffet.
Montgomery, D.C., 2017. Design and analysis of experiments. John wiley & sons.
Mousseau, R., Herendeen, J., Spotswood, M., Akella, R.S., Codanda, C. and Jasnowski, M.,
Oracle International Corp, 2014. Operation control for deploying and managing software service
in a virtual environment. U.S. Patent 8,627,328.
Newhart, V.A., Warschauer, M. and Sender, L., 2016. Virtual inclusion via telepresence robots
in the classroom: An exploratory case study.
Phillips, C.L., Nagle, H.T. and Chakrabortty, A., 2015. Digital Control System Analysis &
Design. Pearson Prentice Hall.
Document Page
17SYSTEM ANALYSIS AND MODELLING
Valacich, J., George, J. and Hoffer, J., 2014. Essentials of systems analysis and design. Prentice
Hall Press.
Document Page
18SYSTEM ANALYSIS AND MODELLING
Appendices
ER Diagram

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
19SYSTEM ANALYSIS AND MODELLING
Data Fragments
1 out of 20
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]