differentiate between continuous loop and conditional loop in microprocessor
Answers
Answered by
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
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
English,
1 month ago
Math,
1 month ago
History,
2 months ago
Math,
10 months ago
Business Studies,
10 months ago