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

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

QUESTIONNAIRE ANALYSIS RESEARCH

  This post would analyse a questionnaire on software. this research is to determine whether the public has knowledge about software applications and also helps determine the scope of the amount of people how uses software application to carry out daily tasks. This chart consist of the scale of gender that took apart in the questionnaire research i did, as u can see there is a large amount of male which has percentage of 81.8%, followed by the female which as the same amount of percentage as the neutral gender, they both have a percentage of 9.1%. This chart is used to determine the age range of the participant who took the questionnaire. furthermore the chart shows that there were more adult than teenagers who took the questionnaire. i find this as a big advantage because the results would consist of more accurate data.   Level of education is an important factor in this research because the research is directed to schools and university and how software is involved in their ...

SOFTWARE OVERVIEW

 What is IDE (Integrated Development Environment)? (anonymous, 2022) IDE is a software developer that combines the developer tool that is combined into one graphical user interface .  IDE consist of : Source code editor Local Build automation Debugger (Red hat, 2022) References  A global community of top coders, developers, designers, project managers and ctos (no date) Hire from top 1% remote developer and teams on codersera . Available at: https://codersera.com/ (Accessed: December 7, 2022).  What is an IDE? (no date) Red Hat - We make open source technologies for the enterprise . Available at: https://www.redhat.com/en/topics/middleware/what-is-ide (Accessed: December 7, 2022).