Skip to main content

System development And Life Cycle-Analysis And Design

  • Analysis

Stage: Detailed evaluation of present system data collection.

Key Question: What must be done to solve the problem? what are the facts?

Result: Logical model of system. Ex: Data flow diagram, data dictionary.

• Analysis is a detailed study of various operations performed by a system and their relationships within and outside of the system.

• One aspect of it defining the boundaries of system and determining weather or not the system should consider other related system.

• Data is collected in available files during analysis.

• Interview is commonly used tool in analysis. It requires special skills and sensitivity to the subject.

• Training, experience and common sense are required for collecting needed information to do analysis.

• After analysis analyst has firm understanding of what is to be done.

  • Design

Stage: General design specification, detailed design specification, program construction and testing (output, input, files, procedures)

Key Question: In general, how must the problem to be solved? Specifically, how must the problem be solved ? What is the system flow? Does user approve the system?

Result: Design of alternative solutions, final cost analysis, hardware specifications, approval of system by user programs, actual hardware use, security, audit and operating.

• Describes final systems and refers to the technical specifications that will be applied in implementing the system and also includes construction of programs.

• First step➡️Determine how the output is produced and in what format.

• Second step➡️Input data and master files (data base) have to be designed to meet the requirements of proposed output. Also include list of program needed to be meet objectives of system.

• Final step➡️Details of estimation of impact of system on user and justification of system is documented and evaluated by management.

• Final report require procedural flowcharts, record and report layout and workable plan for implementing system and information on money, hardware, facilities and estimated cost.

• If analyst and programmer are separate analyst must perform certain functions while writting programs so the mistakes in designing can be prevented.

Comments

Popular posts from this blog

8085 Microprocessor: De-multiplexing of AD0-AD7 Address and Data Lines

  De-multiplexing of AD0-AD7 of 8085 Microprocessor THE ADDRESS AND DATA BUSES: • 8085 Microprocessor have total 16 address lines and 8 data lines. • 8 signal lines A8 – A15 which are unidirectional. • The other 8 address bits are multiplexed with the 8 data bits. So, the bits AD0 – AD7 are bi-directional and serve as A0 – A7 (address bus) and D0 – D7 (data bus) at the same time. • During the execution of the instruction, these lines carry the address bits during the early part, then during the late parts of the execution, they carry the 8 data bits. In order to separate the address from the data, we can use a latch to save the value before the function of the bits changes. THE CONTROL AND STATUS SIGNALS: • There are 4 main control and status signals. 1. ALE (Address Latch Enable): This signal is a pulse that become 1 when the AD0 –AD7 lines have an address on them. It becomes 0 after that. This signal can be used to enable a latch to save the address bits from the AD lines. 2. RD ...

Farmer's Protest in India-2020

The  Indian farmers' protes t of 2020  is an ongoing protest against the three farm acts  passed by the Indian  Parliament  in 2020.This protest is mainly going on  by farmers of Punjab , Rajasthan and Haryana. Firstly the local protests began in states of Punjab and Haryana.  After two months of protests, farmers from these two states began a movement named ' Dilli Chalo ' , in which tens of thousands of farmers marched towards the national capital. Police and law enforcement used water cannons and tear gas to prevent the farmers from entering Delhi . On 26 November, a nationwide general strike  that reportedly involved approximately 250 million people  took place in support of the farmers. This protest is going on because of three bills which were passed  by the Rajya   Sabha  passed the three bills by 22 September.  The President of India  gave his assent by signing the bills on 28 September, thus co...

System development And Life Cycle-Implementation and Post Implementation & Maintenance

  Implementation   Stage: User training, File / System conversion Key Question: What is actual operation? Are user manuals ready? Are there delays in loading files? Results: Training programs, user friendly documentation  • It is concerned with user training, site preparation and file conversion. • When system is linked to terminal or remote sites it also includes telecommunication network and network testing along with system. • During final testing user acceptance is tested followed by user training, • System testing checks the readiness and accuracy of system to access, update and retrieve  data from new files. • If testing is successful program is run with live data or else a diagnostic procedure is use to locate and correct errors. Post-Implementation and Maintenance Stage: Evaluation, maintenance and enhancements. Key Questions: is system running? Should system be modified? Results: User requirements need, satisfied user. • There is an aging process requi...