no difference that's the difference
loop checking is perform before cable termination..the difference between a close loop and open loop is,tha close loop has a feedback while the open loop has not.
No difference.
it is when a control loop is open and processing
Closed
An entry control loop places the conditional expression that terminates the loop at the start of the loop, where it is evaluated before each iteration of the loop. If the expression initially evaluates false, then the loop does not iterate at all and control passes to the next statement following the loop. An exit control loop places the conditional expression at the end of the loop, where it is evaluated after each iteration of the loop. This means that the loop always iterates at least once. Generally, exit control loops are best avoided as conditional expressions are ideally placed up front where they can be seen. This helps make code easier to read and thus easier to maintain. However, there will inevitably be cases where an exit control loop helps to express the logic more clearly. In C there are 3 ways to define a structured iterative loop, using the for, while and do-while statements. Although for and while loops are entry control loops and do-while is an exit control loop, conditional expressions may also be placed anywhere in the body of the loop itself, thus it is possible for a loop to be both entry control and exit control. However, to aid readability and maintainability, it is best to place the conditional expression up front whenever possible.
no.
decremented
The sensitivity of an open loop control system is always 1, it is due to no feedback involved in open loop.
A cruise control is an example of a closed loop servo.
A: By definition there is no control on a system in an open loop situation. simply . it has no feedback
A loop usually referred to the program flow control with possible repetition of executing the same codes, an array is an abstraction of fixed size container. 2 different concepts.
Counting Loop