Posts

Main Memory (Primary Memory) – मुख्य स्मृति | RAM और ROM in Detail

Image
Main Memory , जिसे Primary Memory भी कहा जाता है, computer system की वह memory है जिसका CPU के साथ direct/fast access होता है और जिसमें programs, data तथा instructions को processing के दौरान रखा जाता है। Main Memory (मुख्य स्मृति) कंप्यूटर की primary memory है, जिसका उपयोग CPU द्वारा आवश्यक programs, data और instructions को access करने के लिए किया जाता है। Basic computer terminology और competitive exams में Main/Primary Memory को मुख्यतः RAM और ROM के संदर्भ में पढ़ाया जाता है। 🧠 CPCT Trick: Main Memory = RAM + ROM (basic exam classification) 1. What is Main Memory? Main Memory वह memory है जो CPU के साथ directly interact करती है और computer processing के लिए आवश्यक information उपलब्ध कराती है। जब हम कोई application खोलते हैं, तो उसके आवश्यक instructions और data को storage से memory में load किया जा सकता है, जिसके बाद CPU उन्हें process करता है। Simple Flow Secondary Storage → Main Memory → CPU/Cache → Processing उदाहरण: जब आप MS Word या कोई browser खोलते...

System Bus – सिस्टम बस | Types, Functions & CPCT Complete Notes

Image
System Bus is a communication pathway that connects the CPU, main memory and other components of a computer system. It carries data, addresses and control signals between different parts of the computer. System Bus (सिस्टम बस) कंप्यूटर के CPU, Main Memory और अन्य components के बीच communication कराने वाला pathway है। इसके माध्यम से Data, Address और Control Signals एक component से दूसरे component तक पहुँचते हैं। 🧠 CPCT Trick > System Bus = Computer Components के बीच Communication का रास्ता --- 1. What is a Bus? In computer architecture, a bus is a set of electrical/communication lines used to transfer information between components. Bus communication lines का समूह है, जिसके माध्यम से computer के विभिन्न components के बीच information transfer होती है। उदाहरण: CPU ↔ Memory ↔ I/O Devices इनके बीच communication के लिए buses महत्वपूर्ण भूमिका निभाती हैं। --- 2. What is System Bus? System Bus generally consists of three major buses: 1. Data Bus 2. Address Bus 3. Control Bus 🔥...

Cache Memory and its types (L1,L1,L3 Cache ) केश मेमोरी एवं इसके प्रकार एल1 एल2 एवं एल3

Image
Cache Memory – कैश मेमोरी | Types, Levels, Features & CPCT Complete Notes Introduction – परिचय Cache Memory is a small, high-speed memory that stores frequently or recently used data and instructions so that the CPU can access them more quickly. Cache Memory (कैश मेमोरी) एक छोटी और बहुत तेज memory होती है, जो CPU द्वारा बार-बार उपयोग किए जाने वाले data और instructions को temporarily store करती है। इसका मुख्य उद्देश्य CPU और main memory (RAM) के बीच access time को कम करना और system performance को improve करना है। 🧠 CPCT Trick > Cache = Fast Memory + Frequently Used Data --- 1. Why Do We Need Cache Memory? CPU की speed बहुत अधिक होती है, जबकि main memory (RAM) तक access करने में CPU registers की तुलना में अधिक समय लग सकता है। इस speed gap को कम करने के लिए cache memory का उपयोग किया जाता है। Simple Example मान लीजिए CPU किसी program में एक ही data को बार-बार use कर रहा है। Without Cache: CPU → RAM → Data CPU → RAM → Data CPU → RAM → Data With Cache: CPU → Cache → Data...

CPU Registers – रजिस्टर | Types, Functions & CPCT Complete Notes

Image
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...

CPU Central Processing Unit कंप्यूटर का मस्तिष्क CPCT Notes

Image
CPU (Central Processing Unit) is the primary processing unit of a computer. It executes instructions, performs calculations, makes logical decisions, and controls the activities of other components. CPU (Central Processing Unit) कंप्यूटर की मुख्य processing unit है। यह instructions को execute करता है, calculations करता है, logical decisions लेता है तथा कंप्यूटर के विभिन्न components की activities को control और coordinate करता है। CPU को सामान्य भाषा में “Brain of the Computer” भी कहा जाता है। CPCT Trick: CPU = Brain of Computer 1. Full Form of CPU CPU = Central Processing Unit Central = केंद्रीय Processing = प्रसंस्करण Unit = इकाई इसलिए CPU को केंद्रीय प्रसंस्करण इकाई कहा जाता है। 2. What Does CPU Do? – CPU के कार्य CPU computer में कई महत्वपूर्ण कार्य करता है: 1. Instruction Execution – निर्देशों का निष्पादन CPU computer programs में दिए गए instructions को execute करता है। CPU instructions को समझकर उनके अनुसार operations perform करता है। 2. Arithmetic Operations – अंकगणिती...