answersLogoWhite

0


Best Answer

Steps for Programming Cycle # try to understand and analyze the problem. # write the algorithm or draw the flow chart for the problem. # create the source file using editor and the code according to the flow chart or algorithm.

# compile the program using the system software and the object file is created. # step 4 is repeated till the source program contains no compilation errors, then step 6.

# link the necessary library files needed for the compilation of the object file.

# load the file for execution.

Steps 6 and 7 are a part of the execution process.

# execute the program using the run option.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

That depends on what program you are running

Eg, Making & drinking a cup of coffee:

  1. Boil Kettle
  2. Put Coffee, Sugar and Milk into mug
  3. Pour Kettle
  4. Stir
  5. Drink
This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Figure 1. RPG Program Logic Cycle

1 RPG processes all heading and detail lines (H or D in position 17 of the output specifications). 2 RPG reads the next record and sets on the record identifying and control level indicators. 3 RPG processes total calculations (conditioned by control level indicators L1 through L9, an LR indicator, or an L0 entry). 4 RPG processes all total output lines (identified by a T in position 17 of the output specifications). 5 RPG determines if the LR indicator is on. If it is on, the program ends. 6 The fields of the selected input records move from the record to a processing area. RPG sets on field indicators. 7 RPG processes all detail calculations (not conditioned by control level indicators in positions 7 and 8 of the calculation specifications). It uses the data from the record at the beginning of the cycle.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

This is the cycle you will need to go through when programming a computer. It can include regular maintenance and upkeep as well.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

defining the problem planning the solution coding the solution checking out the program documentation

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

clarifying program cycle, clarifying objective,document and users,sequence control function,clarifying design processing

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

coding the solution

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

bgcfgjdh

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the brief step in programming cycle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions