"Systems analysis is a problem solving technique that decomposes a system into its component pieces for the purpose of the studying how well those component parts work and interact to accomplish their purpose." - Source: Wikipedia.org (access date: 2016-Feb-17)
Questions tagged [system-analysis]
33 questions
-2
votes
1 answer
How to design schema many to many relations
I have table of customer and table of policies and table of coverage.
Each customer have 1 or more policies
Each policy have 1 customer
each policy have 1 or more coverage and each coverage appear in 1 or more policies
My problem is when I have…

ido
- 7
- 4
-2
votes
1 answer
Requirement Gathering (System Analysis & Design)
Requirement Gathering
a) For the initial state of the project, identify ONE method of information gathering (investigation or requirement gathering) that you would use for this system. Discuss the benefits and setbacks method chosen. You are…

Beginner
- 1
- 1
-5
votes
1 answer
How to analyze please Student voting system?
enter image description here
I'm having a difficulty in terms on analyzing ... I have a table which is the student. It has a status of voted and 0. 0 means not yet voted and voted means already voted. I have syearid which is school year. My primary…