89.2k views
4 votes
What is one pass of a coding sequence called?​

2 Answers

4 votes

Answer

an iteration

Step-by-step explanation:

just took the test

User Jajan
by
5.7k points
5 votes

One pass code is final version of executable file for end user with zero error. While compile the software it give Error it give the list of error to end user further to address the issue.

Step-by-step explanation:

In computer pass of a code is used in compiler mode of programing languages. Normally end user after completing the software development he or she will compile the software programs.

So as result compiler will pass code in multiple sequence and make the software as executable file as standalone or execute file which executable software can understanding language.

User Gil Hamilton
by
5.5k points