What programming model is based on a linear flow of control? 🔊
The programming model based on a linear flow of control is known as sequential programming. In this model, operations are performed one after the other, in a specific order, without any branching or looping until the entire sequence of instructions has been executed.
Equestions.com Team – Verified by subject-matter experts