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 2. COMPUTER PROGRAMMING STAGES

 


This are steps taking to achieve a successful goal in computer programming :

Analyzing the problem: This is the first step in the computer programming stages, this involves collection information as it would allow the user to identify difficulties related to the program.

Algorithm design: This stage is about listing all the instructions that are to be performed in the programming. it is also know as strategy

Flowchart: This is a graphical tool that shows the stages/steps that would be executed in the program.
all the instructions that were listed in the second stage is now displayed in graphical form so that they can be understandable.

Coding: This stage is about the programmer writing the coding instructions in computer language to solve different problems. this is also done after gathering the problems from the previous stage

Debugging: Errors are being removed from the program after it has been coded by the programmer , there are chances that some mistakes have been made by the programmer, a DRY RUN program is being ran to execute this mistakes.

Testing: in this stage the program is ran by a dummy data to check the behavior of the program and the result of the data.

Final output: This stage is done after all the stages above has been established, it involves the result of the TRUE DATA after the programmer has done a run through of the program expecting to get a positive result.

Documentation: this stage helps collect problems that occurs in the program after the final out output. 







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.

SOFTWARE EXAMPLE (VISUAL STUDIO)

  (Solution,) Visual studio is an IDE coding software that is based on (Java/C#/Python/Visual basics) to create a website, application, webapps and web services. This image is an image taken from visual studio, it consist of the visual basic codes that are used to run Microsoft word. Visual basic is a programming language that provides a graphic user interface which allows the programmer to modify codes.(Contributor, 2019) Reference Contributor, T.T. (2019)  What is visual basic? definition from whatis.com. ,  WhatIs.com . TechTarget. Available at: https://www.techtarget.com/whatis/definition/Visual-Basic-VB#:~:text=Visual%20Basic%20(VB)%20is%20an,defining%20their%20behavior%20and%20appearance. (Accessed: December 8, 2022). Solutions, J.C.T.O.D.A.Y.- M. (no date) 1000 logos , 1000 LOGOS . Available at: http://1000logos.co.uk/ (Accessed: December 8, 2022).

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...