define step by step procedure in computer


Define Step by Step Procedure in Computer Programming?

The Computer programming is the skill and art of creating a computer program a defined set of instructions in source code that a computer can execute. Creating programs has elements of art, mathematics, science, and engineering.

Creating of a computer program involves:

1) Understand the problem completely and decide the actual outputs required and the format in which it is required.

2) Analyze the problem and find out what is the input data provided

3) Develop logic to work out the result

4) Write algorithms steps and Draw flow chart to formulate the logic.

5) Translate the logic set in to program steps using the keywords, character set, allowed variable names and grammatical rules of the programming language. - Programming or Coding

6) Store the program

7) Run the program and get the result.

8) If expected result isn't getting modify the logic or program depending up on the situation.

These steps are jointly known as computer programming.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: define step by step procedure in computer
Reference No:- TGS0304594

Expected delivery within 24 Hours