CS - 7th Bridge Course
CS - 7th Bridge Course
SESSION 1
Introducion to Software Development Life Cycle
Planning
Feasibility stage.
Plan for upcoming projects.
Analysis
Gathering specific details
Define, Evaluate and perform research.
Design
Outline details to overall application.
SESSION 2
Introduction to Coding
Implementation
Program code is built per design.
Testing
Evaluating and verifying the software product.
Deployment
Integrated with user application for document processing.
Maintenance
Keep the code in good condition.
Implementation: Developers will write code and build the application according to the
earlier design documents and outlined specifications.
Developers will follow any coding guidelines as defined by the
organization and utilize different tools such as compilers, debuggers,
and interpreters.
Deployment: The methods used by developers to build, test and deploy new
code will impact how fast a product can respond to changes in
customer preferences or requirements and the quality of each
change.