According to flynn's, what is the classification of parallel computers?
Answers
Answered by
2
Flynn’s Classification:
Multiprocessing can be defined using Flynn’s classification, it is based on multiplicity of instruction stream and data streams in a computer system.
An instruction stream is a sequence of instruction executed by computer.
A data stream in a sequence of data which includes input data or temporary results.
They are classified into 4 types:
SISD (Single Instruction Single Data)
SIMD (Single Instruction Multiple Data)
MISD (Multiple Instruction Multiple Data)
MIMD (Multiple Instruction Multiple Data)
Vote as brainliest user.
Multiprocessing can be defined using Flynn’s classification, it is based on multiplicity of instruction stream and data streams in a computer system.
An instruction stream is a sequence of instruction executed by computer.
A data stream in a sequence of data which includes input data or temporary results.
They are classified into 4 types:
SISD (Single Instruction Single Data)
SIMD (Single Instruction Multiple Data)
MISD (Multiple Instruction Multiple Data)
MIMD (Multiple Instruction Multiple Data)
Vote as brainliest user.
Similar questions