What is Machine cycle in hindi
जब भी computer system को machine language instruction मिलता है तो processor, प्रत्येक machine language instruction के लिए steps को perform करता है जिसे machine cycle कहा जाता हैं .
machine cycle, प्रोसेसर (Processor) का सबसे basic operation होता है जैसे कि I/O port से byte को रीड करना, memory में bytes को write करना.
जो modern processor होते है वे one second में Lacks machine cycles को complete करते है.
Steps Of Machine Cycle in Hindi
एक machine cycle में 4 steps होते है
- Fetch
- Decode
- Execute
- Store
Fetch
Control Unit, main memory से instruction को recieve करता है. और इसे instruction register में Insert कर देता है.
Decode
Instruction के Fetch हो जाने के बाद receive किये गये instructions को control unit के द्वारा check किया जाता है. एवं instruction register में decode किया जाता है.
Execute
Instruction Decoding के बाद Control Unit ALU, memory and Another components को signal send करता है. यह signal इन्हें Right task को perform करने को कहता है.
Store
task के complete होने पर जो result प्राप्त होता है उसे memory में send कर के store किया जाता है.
Types of machine cycle in Hindi
Machine Cycle के Types निम्नलिखित है:
- op-code fetch cycle
- memory read cycle
- memory write cycle
- I/O read cycle
- I/O write cycle
- Interrupt acknowledge cycle
Opcode fetch cycle
Microprocessor इस Cycle का use instruction के opcode को memory location से retrieve करने के लिए करता है.
Opcode को memory से retrieve कर लिया जाता है और instruction register में decoding और execution के लिए transmit कर दिया जाता है.
Opcode fetch cycle को complete होने में 4 से 6 T-states ( Time - States ) की आवश्यकता पड़ती है.
Memory read cycle
Memory read cycle का use, memory से data को read करने के लिए करता है. memory location को address instruction के द्वारा दिया जाता है.
Memory read cycle को complete होने में 3 T-states का Time लगता है.
Memory write cycle
Memory में data को write करने के लिए माइक्रोप्रोसेसर Memory write cycle का use करता है.
Memory write cycle को complete होने में 3 T-states का समय लगता है.
I/O read cycle
I/O read cycle का use I/O devices से data को read करने के लिए microprocessor द्वारा किया जाता है. I/O port का address instruction के द्वारा दिया जाता है.
I/O read cycle को complete होने में 3 T-states का time लगता है.
I/O write cycle
माइक्रोप्रोसेसर I/O write cycle का यूज I/O devices में data को write करने के लिए करता है. I/O port का address, instruction के द्वारा दिया जाता है.
I/O write cycle को complete होने में 3 T-states की आवश्यकता पड़ती है.
Interrupt acknowledge cycle
(INTR) interrupt request input के response में microprocessor, Interrupt acknowledge cycles को executes करता है.
Interrupt acknowledge cycle को complete होने में 3 T-states समय की आवश्यकता होती है.
0 Comments