返回卡包市场

1.1.2) Types of processor

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

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

卡片预览 (14 张)

#1
正面 (问题)

What is an instruction set?

背面 (解答)

A set of instructions a processor can execute, made of modules to simplify complex calculations.

#2
正面 (问题)

What does RISC stand for?

背面 (解答)

Reduced Instruction Set Computers;

#3
正面 (问题)

What is a RISC processors main feature?

背面 (解答)

it has a small instruction set where each instruction is one line of machine code, executed in one clock cycle.

#4
正面 (问题)

Why is RISC suitable for mobile devices?

背面 (解答)

It is power-efficient, which is essential for small devices like phones, even though instructions may require multiple lines of code.

#5
正面 (问题)

What does CISC stand for, and what is its main characteristic?

背面 (解答)

Complex Instruction Set Computers; it has a large instruction set designed to complete tasks in fewer instructions.

#6
正面 (问题)

Why is CISC better suited for PCs and laptops?

背面 (解答)

Power efficiency is less of a priority for PCs and laptops, and CISC minimizes the number of instructions needed for tasks.

#7
正面 (问题)

What is the role of a GPU?

背面 (解答)

GPUs are specialized co-processors with many cores working in parallel, used for processing images, gaming, machine learning, neural networks, and data mining.

#8
正面 (问题)

How do GPUs support parallel processing?

背面 (解答)

They contain thousands of independent cores that work together to process and display information simultaneously.

#9
正面 (问题)

What is multicore processing?

背面 (解答)

It involves splitting programs across multiple processor cores to execute multiple instructions simultaneously.

#10
正面 (问题)

What is parallel processing, and where is it used?

背面 (解答)

It involves multiple computers working together to efficiently process tasks, used in climate modelling, AI, and data processing.

#11
正面 (问题)

Advantages of RISC processor

背面 (解答)

• Pipelining is possible since each instruction takes one clock cycle.

#12
正面 (问题)

Advantages of CISC processors

背面 (解答)

• The compiler has to do less work to translate high level code into machine code • Less RAM is required

#13
正面 (问题)

Disadvantages of RISC Processors

背面 (解答)

• The compiler has to do more work to translate high level code into machine code • More RAM is required to store the code

#14
正面 (问题)

Disadvantages of a CISC processor

背面 (解答)

Many specialised instructions are made even if only a few are used.