Posts

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 – अंकगणिती...

Output Devices आउटपुट डिवाइस Types, Examples & CPCT Notes

Image
Output devices are hardware components that present the processed data or information from a computer to the user. Output Devices (आउटपुट डिवाइस) कंप्यूटर के वे hardware components हैं जो computer द्वारा process किए गए data या information को उपयोगकर्ता तक पहुँचाते हैं। Basic Computer Cycle Input → Processing → Output → Storage सरल शब्दों में: Input दिया → Computer ने Process किया → Output प्राप्त हुआ उदाहरण: यदि आप calculator में 25 + 15 enter करते हैं: Input: 25 + 15 Processing: Addition Output: 40 --- 1. Monitor – मॉनिटर A Monitor is a visual output device that displays text, images, graphics and videos. Monitor एक visual output device है जो text, images, graphics और videos को screen पर प्रदर्शित करता है। It is also called a Visual Display Unit (VDU). Common Types CRT LCD LED OLED Important CPCT Point Monitor = Soft Copy Output The information displayed on a screen is generally called soft copy. 🧠 Trick Monitor → Screen → Soft Copy --- 2. Printer – प्रिंटर A Printer prod...