JavaScript is required

Mô hình trên thuộc loại mô hình nào?

A.

Mô hình SISD

B.

Mô hình SIMD

C.

Mô hình MISD

D.

Mô hình MIMD

Trả lời:

Đáp án đúng: B


Without the image or a description of the model, it's impossible to definitively say which of SISD, SIMD, MISD, or MIMD it is. SISD is a single instruction, single data stream architecture. SIMD is a single instruction, multiple data stream architecture. MISD is multiple instruction, single data stream, and MIMD is multiple instruction, multiple data stream. To answer correctly, I need more information about the model's architecture or how it operates.

Câu hỏi liên quan