返回卡包市场

1.1.1 Architecture of the CPU

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

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

卡片预览 (24 张)

#1
正面 (问题)

what is the fetch decode execute cycle

背面 (解答)

This is where the CPU fetches the next instruction to be processed from the memory (RAM), decodes the instruction and then executes it.

#2
正面 (问题)

what does a core contain

背面 (解答)

ALU, control unit and registers

#3
正面 (问题)

what do cores share

背面 (解答)

level 3 cache

#4
正面 (问题)

what are multi core processors

背面 (解答)

Processors which have more than one core

#5
正面 (问题)

what is clock speed

背面 (解答)

the number of fetch-execute cycles that they can carry out per second

#6
正面 (问题)

what is clock speed measured in

背面 (解答)

MHz or GHz

#7
正面 (问题)

what is the ALU

背面 (解答)

is responsible for all arithmetic operations and all logical operations

#8
正面 (问题)

What is the control unit

背面 (解答)

it controls the timing of the units and the flow of data in the CPU.

#9
正面 (问题)

what is cache

背面 (解答)

A small amount of high speed memory and is used to temporarily hold instructions and data that the CPU is likely to reuse

#10
正面 (问题)

what are registers

背面 (解答)

A small amount of fast memory stored in the CPU

#11
正面 (问题)

how does cache work in a CPU

背面 (解答)

Level 1 cache is the fastest but contains the smallest amount of memory and if the CPU needs data that isn’t in level one it will move up the levels until it reaches RAM,

#12
正面 (问题)

How does the clock speed affect CPU performance?

背面 (解答)

If you increase the clock speed, you increase the amount of fetch-decode-execute cycles which take place per second meaning that the CPU will be able to process data faster.

#13
正面 (问题)

How does the cache size affect CPU performance?

背面 (解答)

If you increase the cache size it means that there is more storage for you to quickly read and write data to. And there is less chance of needing to go to the RAM which is slower

#14
正面 (问题)

How does the number of cores affect CPU performance?

背面 (解答)

Because more cores allows multiple cores (ALU, control units,cache, etc) to work simultaneously to complete more fetch-decode-execute cycles at once.

#15
正面 (问题)

Why does a dual core processor not always operate twice as quick as a single core processor?

背面 (解答)

Because some codes need to be processed one after the other, so the processors wont be able to work simultaneously.

#16
正面 (问题)

what other factors affect the speed of the CPU

背面 (解答)

cooling age overclocking

#17
正面 (问题)

what is cooling

背面 (解答)

remove the waste heat produced by computer components, to keep components within permissible operating temperature limits

#18
正面 (问题)

what is age

背面 (解答)

CPUs get slower over time because of dust build-up on the heatsink

#19
正面 (问题)

what is overclocking

背面 (解答)

increasing the multiplier on the CPU, allowing it to run faster.

#20
正面 (问题)

what is a GPS

背面 (解答)

a computer system that can be programmed to perform a large number of tasks.

#21
正面 (问题)

What is an embedded system

背面 (解答)

systems that have a dedicated function as part of a larger device. They are built to complete a specific set of tasks.

#22
正面 (问题)

what is the main advantage of embedded systems

背面 (解答)

general purpose systems are versatile, they aren’t always fully optimised to perform specific tasks. Embedded systems are designed to perform a small number of tasks efficiently.

#23
正面 (问题)

whats an example of an embedded system

背面 (解答)

Digital cameras. Digital wristwatches

#24
正面 (问题)

why are embedded systems cheap to produce

背面 (解答)

they require less processing power