Science, asked by umamageshwari712001, 2 months ago

differentiate between continuous loop and conditional loop in microprocessor​

Answers

Answered by DylanObrien12
0

Explanation:

Loops can be classified into two groups – Continuous loop: Repeats a task continuously – Conditional loop: Repeats a task until certain data conditions are met.

Answered by Anonymous
0

Answer:

A conditional loop checks a condition, and the loop ends if the condition is not met.

An unconditional loop, also called an endless loop, does not check any condition, it just repeats forever. This is useful in certain situations, for example a loop detecting keyboard input. When a key is pressed, it’s handled, then the loop continues, waiting for the next key.

Similar questions