Consistency in State/Memory Manipulation – CC
Sequential consistency ensures that the result of executing operations (reads and writes) from multiple processors or threads is the same as if the operations were executed in some sequential order. In this model, all processors see the same order of operations, preserving program correctness in concurrent execution.
ScienceDirect Article: Sequential Consistency - An overview
GeeksForGeeks Article: BASE Explained: Sequential Consistency in Distributed Systems
Parallel Computing Consistency Explained – Information Document