Skip to main content

Sequential Computation

Definition

Sequential computation is a process where operations are performed one after another in a defined order. In contrast to parallel processing, each step must be completed before the next can begin. This method is fundamental to many algorithms and system designs, including those underpinning smart contract execution.