返回卡包市场

Types Of Processors

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 10内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (10 张)

#1
正面 (问题)

Von Neumann Architecture

背面 (解答)

shared memory space to hold both programs and data, which makes it easy to change tasks by loading a different program into RAM single control unit processes one instruction at a time, following the fetch-decode-execute cycle Registers are used as fast access to instructions and data most computers today are built with this idea in mind

#2
正面 (问题)

Harvard Architecture

背面 (解答)

memory is split into two parts, one for data and one for programs and each has its own bus Reading and writing data can be done at the same time as fetching. This architecture is typically used by RISC processors.q

#3
正面 (问题)

Single Instruction Multiple Data (SIMD)

背面 (解答)

uses parallel processing where a processor carries out a single instruction on multiple data items at the same time –often used by graphic processors

#4
正面 (问题)

Multiple Instructions Multiple Data (MIMD)

背面 (解答)

multiple instructions are carried on multiple data items across several cores.

#5
正面 (问题)

Distributed computing

背面 (解答)

multiple computers on a shared network each take part in a bigger problem –this can be done on a grand scale over the internet such as the SETI@home initiative by NASA.

#6
正面 (问题)

Complex Instruction Set Computer (CISC)

背面 (解答)

large amount of known instructions (for example 80-100) and these will be complex in nature (i.e. each instruction may represent several steps)

#7
正面 (问题)

Reduced Instruction Set Computer (RISC)

背面 (解答)

in RISC processors, the instructions are not complex (they are simple) and so a single RISC instruction will not automate all other required steps such as LOAD and STORE

#8
正面 (问题)

Graphical Processing Unit (GPU)

背面 (解答)

processes large blocks of visual data

#9
正面 (问题)

Multicore System

背面 (解答)

single chip containing 2 or more independent processing units

#10
正面 (问题)

Parralel Processor System

背面 (解答)

processing program instructions by dividing the work between multiple processors