CPU Registers – रजिस्टर | Types, Functions & CPCT Complete Notes
CPU Registers are very small and extremely fast storage locations used by the CPU to temporarily hold data, instructions, addresses, and intermediate results during processing. CPU Registers CPU के अंदर/उससे directly associated बहुत छोटी और अत्यंत तेज storage locations होती हैं। इनमें processing के दौरान data, instructions, memory addresses और intermediate results temporarily रखे जाते हैं। Registers CPU को तेजी से काम करने में मदद करते हैं क्योंकि CPU को हर छोटे operation के लिए main memory (RAM) से data लेने की आवश्यकता नहीं होती। 🧠 CPCT Trick Register = CPU की सबसे तेज छोटी Temporary Storage 1. Why Are Registers Needed? CPU को लगातार instructions और data पर काम करना होता है। यदि हर operation के लिए CPU को RAM से data लेना पड़े, तो processing comparatively slower हो सकती है। Registers CPU के पास बहुत fast working locations उपलब्ध कराते हैं। Simple Example मान लीजिए CPU को calculate करना है: 25 + 15 Processing के दौरान values और intermediate result registe...