返回卡包市场

CO1 WEEK 5 FDE CYCLE

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

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

卡片预览 (5 张)

#1
正面 (问题)

What are the three parts of the FDE cycle?

背面 (解答)

Fetch-instruction fetched from memory Decode- the cpu decodes the instruction and prepares other areas of chip Execute- preforms the instructions

#2
正面 (问题)

What is the FDE cycle?

背面 (解答)

PC->MAR-address of instruction executed (held in PC)is copied to MAR Memory address->MDR - instruction held at that address is placed in MDR PC-Increments by 1 - MDR->CIR - Contents of MDR copied to CIR frees up MDRSon Execute phase -CIR decode and execute - Instruction in CIR is decoded and then executed

#3
正面 (问题)

Describe FETCH part of the cycle.

背面 (解答)

Value from PC loaded into MAR. Fetch Signal sent down the control bus and this sends value in MAR down the address bus. Contents of memory of specified location sent down data bus stored in MDR. Copied to CIR. PC then incremented.

#4
正面 (问题)

Describe DECODE part of cycle.

背面 (解答)

Contents of CIR sent to Control Unit. It decodes the instruction. If necessary also brings data for instruction to use and stores in appropriate registers.

#5
正面 (问题)

Describe EXECUTE part of cycle

背面 (解答)

CU and/or ALU carries out the instruction stored in CIR and cycle begins again!