SISD
SISD refers to a Single Instruction, Single Data stream. It is a fundamental concept in computer architecture, describing a type of parallel processing where a single processor executes the same instruction on multiple data items simultaneously. This model is commonly found in many traditional computer systems and is also the basis for some parallel processing architectures.
In a SISD system, a single CPU fetches instructions and data from memory sequentially. While the instruction
The SISD model is contrasted with other parallel processing paradigms like SIMD, MIMD (Multiple Instruction, Multiple