Fetch decode cycle in hindi
What is Instruction Cycle in hindi
Instruction Cycle को Fetch Decode Execute Cycle भी कहा जाता हैं .
यह Computer की Operational Process है जो Computer के Start होने से लेकर Shut-down होने तक cpu के द्वारा Continuously Repeat होती है .
CPU एक Instruction को execute करता है. एक Instructions Execute होने में multiple Phases होते हैं और CPU, All Instructions के लिए इन Phases को Repeat करता है।
Phases Of Instruction Cycle in hindi
fetch execute cycle stepsInstruction Cycle के चार Phases या Steps होते हैं
- Instruction को Fetch करना Fatch The Instruction
- Instruction को Decode करना Decode the Instruction
- Effective Address को Read करना Read The Effective Address of Instruction
- Instruction को Execute करना Execute the Instruction
Fetch the Instruction
Instruction को Fatch करनाInstruction Cycle के इस Phase में Memory Address से Instruction को Fetch किया जाता है जो Program Counter और Instruction Resister में Store रहता है .
Decode the Instruction
Instruction को Decode करना
Fetch decode execute cycle (Instruction Cycle) के इस Phase में Resister में मौजूद Encoded Instruction को Decoder के द्वारा Interpret किया जाता है .
Read The Effective Address of Instruction
Effective Address को Read करनाइस Phase में यदि Instruction का एक Indirect Address होता है तब Effective Address को Memory से Read कर लिया जाता है एवं अन्य महत्वपूर्ण Data को Main Memory से Fetch कर लिया जाता है यदि Instruction Direct होता है तो Operations को Direct ही Read कर लिया जाता है .
Execute the Instruction
Instruction को Execute करनाइस Phase में कंट्रोल यूनिट Decode किए हुए Information को Control Signals के रूप में CPU के Functional Unit को Send करती है इसके बाद CPU Instruction की आवश्यकता के आधार पर Task को Complete करता है जैसे कि Resister से Values को Read करना इत्यादि .
Task Complete हो जाने पर जो भी Result आता है वह Main Memory में Store अथवा save हो जाता है या फिर Output Devices को Send कर दिया जाता है.
0 Comments