How can successful and thorough systems planning, analysis,
and design be ruined by poor systems construction and
implementation? How can poor systems analysis or design ruin
a smooth construction and implementation? For both
questions, list some consequences
Answer Posted / suman ghosh
a system development life cycle consists of
analysis,design,construction,testing and implementation.When
a system is to be designed it needs a proper analysis or you
can say proper investigation which includes requirements,use
and future scope of a system.An analysis is the starting
phase for a system which will be designed.Even a successful
and through systems planning analysis and design can be
ruined if a poor system is constructed as this phase consist
of coding & logics and if the coding and logic and coding
are not correct the implementation will also effect.That is
the reason a proper check should be made in construction
phase that the analysed data is up to the mark.
Read more:
http://wiki.answers.com/Q/How_can_successful_and_through_systems_planning_analysis_and_design_the_ruined_by_poor_system_construction_and_implementation#ixzz1JCCU8WkZ
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
what is the diffrence between software and hardware language?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Write a program to show polymorphism.
how many types of operating system are avaliable?
How to know we are in home page of a web application using QTP
How to get the index of the clicked field in reports in ABAP?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
what is class module in vb6? what it's use? with example..
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
How to set fixed width in particular
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
How to create a new dataset only duplicate observations in proc sort procedure?