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.

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

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