申論題內容
一、計算機的分類方法中,最有名的方法之一是 Flynn’s taxonomy 或稱
classification,其依據指令流的數目以及數據流的數目將計算機分成:
單指令流單數據流(single instruction stream, single data stream,或稱
SISD)計算機、單指令流多數據流(single instruction stream, multiple data
streams,或稱 SIMD)計算機、多指令流單數據流(multiple instruction
streams, single data stream,或稱 MISD)計算機、多指令流多數據流
(multiple instruction streams, multiple data streams,或稱 MIMD)計算
機。試說明這四種計算機類別分別適用於那些型態的計算工作,並舉出
日常常見實際應用的代表機器一種(舉例應具體、足以反映機器的特
色)。(20 分)