Definitions for "SISD"
(adj.) Single instruction, single data; a category of Flynn's taxonomy in which a single instruction stream is serially applied to a single data set. Most uniprocessors are SISD machines.
Single-Instruction-Single-Data. A category in Flynn's taxonomy.
A sequential programming model in which a single processor executes a single program on a single data set. See SIMD.