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 / 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 |
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
what is the use of check point
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP
A combination of multiple keys defined in a physical file or logical file is called a _________ key
how to check single or double byte in struts
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
why we use abstract word in abstract window toolkit in java language.
what is the use MDM(Master Data Management)and meaning
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
i want to open a helkp file that is txt file on link buttons click
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.