Computer Science, asked by subhadeepk, 10 months ago

What are the different types of processors available according to Flynn's classification of modern architecture

Answers

Answered by lohithamahivara
1

Answer:

First proposed by Michael J. Flynn in 1966, Flynn's taxonomy is a specific classification of parallel computer architectures that are based on the number of concurrent instruction (single or multiple) and data streams (single or multiple) available in the architecture. The four categories in Flynn's taxonomy are the following:

(SISD) single instruction, single data

(MISD) multiple instruction, single data

(SIMD) single instruction, multiple data

(MIMD) multiple instruction, multiple data

Similar questions