webnovel

What is programming?

Speaking of programming, it is the ACT of writing,testing,debugging and maintaining a program. Please note that the code written is programs,while the act of writing it is programming. Programs are sometimes referred to as software,since softwares are also written like a program.

Then what are PROGRAMS?

Programs are set of instructions written to tell a computer what to do. It involves writing the programs and launching it to tell the computer to give out a particular output. Think of it like a father tell a child what to do. Since computer are user based( i.e work according to instructions)

,it works perfectly fine. However,if there is an error,the computer would highlight the problem for corrections. For example,in java when we console an error program,it would result to error,meaning there is a problem with the code,which leads to solving problems as a programmer.

An analyst works to solve problems using the computer, first they identify the problem,then set up an algorithm to solve the problem. Without a problem,there is no need to solve anything. Analyst solves problem for organizations, companies, individual and many more. They work through the concept of algorithm to arrive at their solution.

Is not only analyst that uses Algorithm, software developers also uses it. Have you ever wondered a situation where the real inventor of a software dies or is not able to move on with the project and another person picked it up to finish their work?

Simple,they make an Algorithm of what they want to do since they have identified the problem they have. Algorithm is like a step by step procedure that tells you the easiest way to arrive at the solution. It is very simple yet complex to understand depending on how you create yours.So let us move to the concept of algorithm....