Skip to main content

ACADEMIC PAPER SUMMARY

  REFERENCE Floyd, C., 1992. Software development as reality construction. In  Software development and reality construction  (pp. 86-100). Springer, Berlin, Heidelberg.

DIAGRAM 1. SOFTWARE DEVELOPMENT LIFECYCLE (SDLC)

 





Software development lifecycle (SDLC) are the steps recurred in other to carry out and improve the process of developing a software application. 

PLANNING: This include the calculations of material cost and labor to create a timetable with a goal allowing the application outline and boundaries that are needed to keep the project from expanding beyond scope


DEFINE REQUIREMENT: This is used to define what the application is meant to do including resources needed to be identified and built into the project in order to achieve the goal.


DESIGN AND PROTOTYPING: This are the designing steps that instructs the application on how it will work. Some of these steps include Programming, Security, Communications, Architecture and Platforms. After the design has been defined, a prototype of an early version of the software can be created to demonstrate a basic idea of how the application will work.


SOFTWARE DEVELOPMENT: This is where a program ia written out by a single developer or a large team each working on different development process that can hold up productions.



TESTING: After the software program is broken down into smaller projects it is then ran through a test run to ensure that each functions runs as it should and each part of the application is interacting well with other part.


DEPLOYMENT: Deployment happens after the testing is completed, this makes the software available to users.


OPERATIONS AND MAINTAINANCE: This is the final phase  that's used to discover bugs that where not fixed during the test run and resolve them





Comments

Popular posts from this blog

ACADEMIC PAPER SUMMARY

  REFERENCE Floyd, C., 1992. Software development as reality construction. In  Software development and reality construction  (pp. 86-100). Springer, Berlin, Heidelberg.

INITIAL IDEA 2

Database Design       A database is an organized collection of structure information, or data that are electronically stored in the computer system which is controlled by the DBMS (database management system). Database management system   are software systems used to store, retrieve, and run queries on data. All database system stores data using file, records and fields (Graham, Brian, and David. (2010)  information and communication technology. 2nd ed. London. Hodder education): FIELD: A file is a single item of data, such as forename or date of birth which has a field name that is used to identify it within a database. RECORDS: A record is a collection of fields, for example all the information about one person or item FILE: A file is an organised  collection records, usually where all the records are organised so that they can be stored together. In addition, according to  Graham, Brian, and David.   information and communi...