Computer Bus / कंप्यूटर बस
A computer bus is a communication pathway used to transfer information among different components of a computer. The source material describes buses in the context of transferring data, addresses and control signals between the CPU, memory, storage and other hardware components. Three important types for competitive examinations are data bus, address bus and control bus.
Computer Bus एक communication pathway है जिसके माध्यम से computer के विभिन्न components के बीच information transfer होती है। Source material CPU, memory, storage और अन्य components के बीच data, addresses और control signals transfer करने के संदर्भ में bus concept को प्रस्तुत करती है।
Data Bus / डेटा बस
The data bus carries actual data between components. For example, information being transferred between memory and the processor can travel through the data bus. The width of the data bus can influence how much data can be transferred at a time.
Data Bus actual data को components के बीच carry करती है। उदाहरण के लिए memory और processor के बीच transferred information data bus के माध्यम से travel कर सकती है। Data bus width यह निर्धारित कर सकती है कि एक समय में कितना data transfer हो सकता है।
Address Bus / एड्रेस बस
The address bus carries location information. When the processor needs to access a specific memory location or device, addressing information identifies the required destination. The address bus therefore helps determine where information should be read from or written to.
Address Bus location information carry करती है। जब processor किसी specific memory location या device को access करना चाहता है, तो address information destination को identify करती है।
Control Bus / कंट्रोल बस
The control bus carries control and timing signals that coordinate operations among computer components. These signals may indicate whether data should be read or written and help synchronise communication between different parts of the system.
Control Bus control और timing signals carry करती है। ये signals components के operations को coordinate करते हैं और read/write जैसी activities को control करने में मदद करते हैं।
Why Buses are Important / बस क्यों महत्वपूर्ण है?
The CPU cannot work in isolation. It must communicate with memory, storage and peripheral devices. Buses provide structured pathways through which this communication can take place. Without such communication channels, individual components would not be able to exchange information efficiently.
CPU अकेले काम नहीं करता। इसे memory, storage और peripheral devices से communicate करना होता है। Bus इन components के बीच structured communication pathways उपलब्ध कराती है।
Exam Revision / परीक्षा पुनरावृत्ति
Data Bus = transfers actual data. Address Bus = transfers address/location information. Control Bus = transfers command and timing signals. The source material explicitly treats these as the three principal bus types in a computer system.
Data Bus = actual data transfer। Address Bus = location/address information। Control Bus = command और timing signals। Competitive exams में इन तीनों के functions matching form में पूछे जा सकते हैं।