L-1.3 Bus Structure | Type of Buses | Address Bus, Data Bus, Control Bus | CSA | COA |Shanu Kuttan

Shanu Kuttan CSE Classes
3 Apr 202112:53

Summary

TLDRThis video script discusses the concept of bus structures in computing, focusing on single-bus architecture and its types. It explains how buses connect various computer components like CPU, memory, and I/O units. The script also touches on control and address buses, their roles in data transfer, and the importance of bus width in system performance. It further explores the limitations of single-bus systems and the advantages of multiple bus structures for improved efficiency and flexibility.

Takeaways

  • 😀 The video discusses the concept of bus structures in computing, specifically focusing on single bus structures.
  • 🔍 It explains the necessity of a bus for communication between different functional units of a computer, such as the CPU, memory, and input/output units.
  • 🔌 The video emphasizes the importance of a medium (the bus) for connecting various components to facilitate their operation and interaction.
  • 📡 The script introduces the idea of group wires, which are used to connect different devices, and it distinguishes between group of wires and group of senses.
  • 🚀 The video touches on the topic of address buses, data buses, and control buses, explaining their roles in the system.
  • 💻 It delves into the specifics of how data is transferred through the bus, including the concept of unidirectional and bidirectional data flow.
  • 📈 The script highlights the impact of bus width on system performance, discussing the implications of 32-bit vs 64-bit systems.
  • 🛠️ The video explains the function of control buses, which are responsible for carrying control signals that dictate operations within the computer.
  • 🔑 It mentions the use of registers in the bus system, which are used to temporarily hold data during transfers.
  • 🔄 The script also briefly touches on the concept of multiple bus structures and how they can improve system performance by allowing simultaneous operations.

Q & A

  • What is the primary function of a bus in a computer system?

    -A bus in a computer system serves as a communication medium that connects different functional units such as the CPU, memory, and input/output devices, allowing them to exchange data and commands.

  • What are the different types of buses mentioned in the script?

    -The script mentions several types of buses including address bus, data bus, and control bus. It also discusses single bus structures and multiple bus structures.

  • Why is it important for all functional units to be connected in a computer system?

    -All functional units need to be connected so that they can communicate and cooperate with each other to perform operations. This interconnectedness is essential for the computer to function effectively.

  • What is a single bus structure and how does it work?

    -A single bus structure is a simple system where all the functional units of a computer are connected through a common bus. This allows for communication between the CPU, memory, and input/output devices using the same set of lines.

  • What are the advantages of using a single bus structure?

    -The advantages of a single bus structure include its simplicity and flexibility. It is cost-effective and easy to implement, making it suitable for basic computer systems where the demand for speed and complex communication is minimal.

  • How does the address bus function in a computer system?

    -The address bus is used to carry the memory address from the CPU to the memory unit. It determines the location in memory or peripheral devices where data needs to be read from or written to.

  • What is the significance of the data bus width in a computer system?

    -The data bus width indicates the number of bits that can be transferred between the CPU and other devices at one time. A wider data bus allows for faster data transfer rates and can significantly impact the system's performance.

  • What are the challenges associated with a single bus structure?

    -Challenges with a single bus structure include limited bandwidth, which can become a bottleneck as the number of devices increases. It also faces scalability issues as adding more devices or increasing data transfer rates can lead to performance degradation.

  • How does the control bus facilitate communication in a computer system?

    -The control bus carries control signals that regulate the flow of data between the CPU and other devices. It ensures that data is transferred in the correct sequence and at the appropriate times, coordinating the operations of the system.

  • What is meant by the term 'multiple bus structure' in the context of computer architecture?

    -A multiple bus structure refers to a design where more than one bus is used to connect the different components of a computer system. This can include separate buses for address, data, and control signals, which can improve the system's performance and scalability.

Outlines

00:00

💻 Introduction to Computer Architecture

The script introduces the concept of computer architecture, focusing on the different functional units within a computer such as the CPU, memory, input, and output units. It explains the necessity of a medium for communication between these units, which is where buses come into play. Buses are described as connectors that facilitate the transfer of data, control, and address information between different components. The paragraph also discusses the importance of understanding the basics of buses for comprehending advanced topics in computer architecture.

05:02

🔍 Deep Dive into Bus Types and Functions

This section delves deeper into the types of buses and their specific functions. It explains how buses can be categorized into data buses, control buses, and address buses, each serving a distinct purpose in the communication between computer components. The script discusses how these buses are used to connect various units like CPUs, memory, and storage. It also touches upon the concept of the width of a bus, which determines the amount of data that can be transferred at once, and how this affects system performance.

10:02

🚀 Enhancing Performance with Advanced Bus Structures

The final paragraph discusses methods to enhance the performance of data transfer in computer systems. It introduces advanced bus structures like the tube structure and the multiple bus structure, which allow for more efficient data transfer between the CPU and peripherals. The script also mentions the concept of pipelining and how it can improve the speed of data transfer. Additionally, it highlights the importance of minimizing the speed of connection to enhance overall system performance.

Mindmap

Keywords

💡Bus

In the context of the video, 'bus' refers to a data pathway that facilitates communication between different components of a computer system. It is crucial for connecting the CPU, memory, and input/output units. The script mentions different types of buses like single bus structure, multiple bus structure, and address bus, which are used to transfer data, address, and control signals within the system.

💡CPU

CPU, or Central Processing Unit, is the primary component of a computer that performs most of the processing inside the computer. The script discusses how the CPU is connected to other units through various buses and is responsible for executing instructions and processing data. It is part of the computer's architecture that requires a bus system for effective communication.

💡Memory

Memory in the video script refers to the computer's RAM, which is a volatile storage that holds data and instructions while the computer is running. The memory is connected to the CPU and other components via buses, allowing for the transfer of data that the CPU processes. The script also touches upon the concept of memory addressing, which is how the CPU locates specific data within the memory.

💡Input/Output Units

Input/Output (I/O) units are hardware components that allow a computer to interact with external devices. The video script explains how these units are connected to the CPU and memory via buses, enabling data transfer to and from the computer system. Examples of I/O units include keyboards, mice, and printers, which are essential for the computer's functionality.

💡Address Bus

The address bus is a part of the computer's architecture that is used to transfer the memory address from the CPU to the memory unit. The script explains that the address bus carries the location information of data within the memory, allowing the CPU to access specific data. It is a critical component for the efficient operation of the computer system.

💡Control Bus

The control bus, as mentioned in the script, is responsible for carrying control signals from the CPU to other parts of the computer system. These signals coordinate the operations of various components, such as memory and I/O devices. The control bus ensures that data is processed and transferred in the correct sequence and at the appropriate time.

💡Data Bus

The data bus is a pathway that carries the actual data between the CPU and other components like memory and I/O devices. The script describes how the data bus facilitates the transfer of information, which is essential for the computer's operations. The width of the data bus determines the amount of data that can be transferred at once, affecting the system's performance.

💡Single Bus Structure

The single bus structure, as discussed in the video script, is a simple design where all the components of a computer system are connected through a single bus. This design simplifies the system's architecture but can become a bottleneck due to the limited bandwidth of a single bus handling all data transfers.

💡Multiple Bus Structure

A multiple bus structure, as highlighted in the script, is a more complex design that uses separate buses for different types of data transfers, such as address, data, and control. This structure improves the efficiency of the computer system by allowing parallel data transfers and reducing the load on any single bus.

💡Peripherals

Peripherals are external devices that connect to a computer to expand its functionality. The script mentions peripherals in the context of I/O devices, which are connected to the computer system via buses. Examples include printers, scanners, and external storage devices, which interact with the computer through the I/O bus.

💡Performance

Performance in the video script refers to the efficiency and speed at which a computer system operates. The script discusses how different bus structures and the number of buses can impact the system's performance. For instance, a multiple bus structure can enhance performance by allowing for more efficient data transfers between the CPU, memory, and peripherals.

Highlights

Introduction to the concept of bus in computer architecture and its types.

Explanation of single bus structure and its components.

Discussion on the necessity of a medium for communication between different computer units.

The role of bus as a connector between CPU, memory, and input/output units.

Subscription reminder and notification settings for new videos.

Description of the function of a computer's different units and their interconnectivity.

Explanation of address bus and its function in transferring address information.

Differentiation between control bus, address bus, and data bus.

Detail on how data is carried on the bus and the concept of bit carrying.

The significance of the bus in connecting the CPU to peripheral devices.

Explanation of the address bus's role in directing data flow from the processor to peripherals.

Discussion on the number of bus lines and their relation to memory size.

The impact of bus width on system performance and the comparison between 32-bit and 64-bit systems.

Introduction to control bus and its function in managing data transfer.

Description of the single bus track and its simplicity in connecting units.

The concept of bus demand transfer and its efficiency in data transfer.

Explanation of how control lines are used in the bus for managing requests and access.

Advantages of the single bus structure in terms of simplicity and flexibility.

Discussion on the limitations of single bus systems, such as speed and efficiency.

Introduction to multiple bus structures and their advantages over single bus systems.

The concept of memory bus and its role in connecting memory units.

Explanation of the input/output bus structure and its function.

The role of bus arbiter in managing multiple bus transactions and ensuring efficient data transfer.

Conclusion and call to action for subscribing to the channel for more informative content.

Transcripts

play00:00

हेलो हेलो व्यूअर्स वेलकम टू यू कैन सी

play00:01

क्लास इस विडियो में हम देखेंगे अ

play00:04

स्ट्रक्चर कपड़े बस क्या होती हैं वह द

play00:07

टाइप्स ऑफ बस सिंगल माइटी स्ट्रक्चर बस

play00:11

कैसा होता है इस चैनल को अगर आपने

play00:13

सब्सक्राइब नहीं किया है तो सब्सक्राइब कर

play00:15

ले और नए वीडियोस की नोटिफिकेशन पाने के

play00:17

लिए बैल आइकन पर जरूर प्रेस कर ले ले

play00:20

मैं इसे पहले मैं वीडियो में देखा है कि

play00:22

एक कंप्यूटर के क्या क्या डिफरेंट फंक्शन

play00:25

यूनिट्स होते हैं लाइफ एंड यूनिवर्स में आ

play00:27

जाता है CPU जिसमे 11:00 कंट्रोल यूनिट

play00:30

होता है मेमोरी इनपुट एंड आउटपुट यूनिट्स

play00:33

इन सभी फंक्शन यूनेस्को अगर मैं आपस में

play00:35

कनेक्ट करना है सुबह वह एक दूसरे से कम

play00:38

नहीं कर सकते एक दूसरे की हेल्प से ऑपरेशन

play00:42

परफॉर्म कर सके और इसे परफॉर्म करने के

play00:45

लिए हमें कुछ ना कुछ एक मीडियम चाहिए

play00:46

जिसके थ्रू वह आपस में एक दूसरे से

play00:48

कनेक्टरों ओके सो इन ऑर्डर टो कम्युनिकेट

play00:51

विद ए ऑल नीड टो बे कनेक्टेड सो बस का यूज

play00:56

करते हैं हम सारे फंक्शंस को कंपनी के

play00:58

एजेंट पार्ट को आपस में कनेक्ट करने के

play01:00

लिए तो यह बस होता है बस ग्रुप वायर्स

play01:04

होता है ओके अब स्क्रीन ग्रुप ऑफ़ वायरस द

play01:08

कनेक्ट डिफरेंट डिवाइस इस

play01:11

मैं सुबह से इस ग्रुप वाइज भी कहते हैं

play01:13

ग्रुप ऑफ़ साइंस भी कहते हैं और यह

play01:16

डिफरेंट लाइंस होती है एक लाइन कैरियर वन

play01:19

बिट आफ इनफॉरमेशन लाइक बीच लाइन में एक

play01:22

बार इनफॉरमेशन वे कलेक्ट 1010 इंडिपॉप

play01:25

स्विच व्यक्ति ट्रांसफॉर्म ए बिट आफ

play01:28

इनफॉरमेशन यह बस होती है यह बस अलग-अलग

play01:32

तरह के को लाइक यह क्या करते हैं एड्रेस

play01:35

करते हैं यह कंट्रोल करते हुए 10 कार्स

play01:41

में डिवाइड सब्सक्राइब सब्सक्राइब है इसको

play01:50

इसको जो कि हमें इसे सब्सक्राइब करना है

play01:58

वह घृणा को वह किसी अ

play02:06

कि सुपरस्ट्रक्चर दो तरीके से हम देखेंगे

play02:09

सिंगल बस ट्रक से देखेंगे मल्टीपल बेस्ट

play02:11

रक्षा देखेंगे सुझाव आ बस कैन बे डिवाइडेड

play02:15

इनटू थ्री टाइप्स कंट्रोल बस रोडवेज बस

play02:17

अड्डे पर बस एक ही बस होती है बट उसमें

play02:20

डिफरेंट डिफरेंट तरह के इंफॉर्मेशंस

play02:22

कैरियर होते हैं उस बेसिस में हमें इसमें

play02:24

तीन कैटेगरी बनाई हुई है तो यह सारे जो हम

play02:27

देख रहे हैं फंक्शंस लाइक सीपियों मेमोरी

play02:29

एंड स्टोरेज यूनिट यह सभी इन तीनों बस से

play02:33

आपस में कनेक्ट होते हैं यह स्पष्ट दिख

play02:36

रहा है कि कौन सा कनेक्शन कि से कैसा होता

play02:38

है नाइन टाइप्स आफ बस हम थोड़ा सा डिटेल

play02:41

में देखेंगे यह बहुत इंपोर्टेंट है

play02:42

हालांकि को काफी सिंपल टॉपिक है बट यह

play02:45

बेसिक नॉलेज आपको अगर होगा तो आप आगे के

play02:48

एडवांस टॉपिक को इसलिए समझ पाएंगे ओके

play02:50

नव्या एड्रेस बस क्या होती है एड्रेस पर

play02:53

सबसे पहले यूनिडायरेक्शनल होती है एंड

play02:56

रिसर्च ग्रुप वाइज होती है जो कि कैरी

play02:59

करती है एड्रेस इन्फॉर्मेशन को वोटिंग

play03:01

कि अगर इस चेहरे करते हैं एड्रेस बस फ्रॉम

play03:04

प्रोसेस टू पेरीफेरल्स

play03:07

कि जिस टी इ लोकेशन को एक्सेस करना है CPU

play03:10

को उस लोकेशन का एड्रेस कहां होता है

play03:13

ड्रेस के छुट जाता है ओके अगर मेमोरी में

play03:15

एक्सेस करना है तो यह डर जाएगा मेमोरी के

play03:17

पास और उस उसको एक्सेस करेगा अगर इनपुट

play03:19

मैसेज योर डाटा सक्सेस करना है तो वहीं पर

play03:21

डिवाइस के पास जाएगा और आपके डिवाइस के

play03:23

विवाह जाएगा तो जो भी है अब बस के थ्रू

play03:26

अपडेट्स कैरियर होते हैं और यह इसका

play03:30

डाइरैक्शन कहां से कम होता प्रोफेसर क्यों

play03:32

पेरीफेरल दसवां यह यूनिडायरेक्शनल है ओके

play03:35

नंबर ऑफ बिर्थ इंटरप्रेस बस इनक्रीस द

play03:38

मैक्सिमम मेमोरी अग्री विद ऊ

play03:43

और इसका मतलब क्या है तो एड्रेस बताता है

play03:46

कि मेमोरी के पैसिफिक इतनी है अगर एड्रेस

play03:49

बस में विघ्न विच एसिड अगर एड्रेस में

play03:54

इतनी घृणा बस यह बता रहा है कि मैं की

play04:00

साइज कितनी है कि छह पिसिस बताता है कि छह

play04:06

नंबर ऑफ बस सिंडिकेट द मैक्सिमम मेमोरी

play04:15

अगर हम सिंपल एग्जांपल कि अगर लाइन में तो

play04:21

कितने लोग होंगे कि कितनी होगी अगर हम

play04:26

करते तो कितना में 123 45678910 में और यह

play04:41

कैसे हो

play04:43

अपने मतलब लाइक पहला ऐड्रेस ओं वेड 08

play04:52

टोटल 8 होंगे 251 तक ओके स्विट्जरलैड

play04:58

लोकेशन इंडिकेट करेगा अगर तीन बटरफ्लाई न

play05:01

तो वैसे ही इन जनरल अगर हम बात करें तो

play05:04

अगर एक्सपर्ट है एड्रेस लाइन में

play05:07

Tubelight मतलब है नंबर ऑफ मेमोरी लोकेशंस

play05:11

होंगे मेमोरी में ओके अब ही डाटा बेस पर

play05:14

है

play05:15

128 एड्रेस के लिए करता है और इस ड्रेस

play05:19

में इस नंबर ऑफ बस यह बताता है कि मेमोरी

play05:21

के पैसिफिक इतनी है नो डाटा बस कैसे होती

play05:24

डायरेक्शनल होती है मींस डाटा क्या होता

play05:26

है मेमोरी में से

play05:28

ए सी पी के पास भी जाता है सीटों से

play05:30

मेमोरी में भी आता है ओके सुदेश चाहिए बाई

play05:33

डायरेक्शनल है हम सीपियों में बैटरियां भी

play05:36

करता है मम्मी डाटा राइडर करता है सो डेट

play05:40

ऑफ बिर्थ जरिए group-wise होती है विच

play05:43

कैरीज डाटा इंफोर्मेशन जो भी डाटा है डाटा

play05:45

इन्फेक्शन यह सभी किस्में से होकर जाती है

play05:48

डाटा बस में से मुक्ति चाहती है कहां से

play05:51

कहां प्रोसेसर टू पेरीफेरल भी जाता है एंड

play05:53

डायरेक्शंस है तो भाई साहब सभी मित्रो से

play05:56

सड़को पर डिफरेंस जाता है फिर उसको

play05:58

प्रोफेसर भी जाता है तो यह क्या करता है

play06:01

बेसिकली इन उस डेटा कनेक्शन बिटवीन सीपीओ

play06:04

एंड बेनिफिट्स अगर सीपीयू और पृथ्वी के

play06:06

बीच में अपडेट आपको या इंफेक्शंस को ऑफ

play06:08

करना है तो वह डाटा व से होकर जाती हैं

play06:11

है कि अब डेटाबेस की अविध क्या डिमांड

play06:14

करती है डेटाबेस की विडमेंट करती सिस्टम

play06:18

परफॉर्मेंस को लाइक व लैपटॉप व कंप्यूटर

play06:20

कितनी है हमने देखा होगा कपड़े धोते

play06:23

32-बिट या 64-बिट अभी लेटेस्ट जो आ रहा है

play06:26

तो यह क्या है 10 वर्ल्ड तब तक कंप्यूटर

play06:28

इट मींस जो डेटाबेस की साइज है उसकी रेट

play06:31

कितनी है वजन के बराबर लाइक जो अपने

play06:35

मेमोरी एलोकेशन गया इसमें लोकेशन का जो एक

play06:38

वर्ड है तो इस वन वर्ड इस वनवास की साइज

play06:41

सपोच 16-bit कि अगर अ

play06:43

अच्छा ठीक है सीन शूट किया है तो डेट ऑफ

play06:46

बिर्थ की साइज कितनी होगी 1622

play06:49

कि अगर यह 64-bit किया एक वर्ड एक बड़ा के

play06:53

64-बिट है तो डाटा बस की साइज़ उसकी बेटी

play06:56

कितनी होगी 64-bit है

play06:59

के 64-बिट ठीक है सुंदरता पर सुमित

play07:02

डिटरमाइंड करती है कि सिस्टम की परफॉरमेंस

play07:04

कैसे होगी इतनी व्हाट इज द वर्ल्ड लेंथ ऑफ

play07:06

द कंप्यूटर

play07:09

अब आते हैं कंट्रोल बस में कंट्रोल बस भी

play07:12

डायरेक्शनल होती है जो कंट्रोल सिगनल्स है

play07:15

वह सीपियों से पहले वर्ष में बचाते हैं

play07:17

तेरी फल से सीट गुप्ता कहते हैं कि यह

play07:19

ग्रुप बाय विच कैरीज कंट्रोल सिंह अर्शी

play07:21

कंट्रोल सिंह उसको कैरी करता है फ्रॉम

play07:23

प्रोसेस टो थे डिफरेंसेस एंड वाइस वर्स आफ

play07:26

तो जो भी कंट्रोलर होता है जो एक्सेस होता

play07:29

है और यह जो अदृश्य लाइंस और डेटाबेस

play07:32

लाइंस कर यूज होता है यह कैसे होगा कौन

play07:36

करेगा कब करेगा यह बताता है कंट्रोल बस

play07:39

ठीक है अगर एड्रेस एड्रेस जा रहा है तो यह

play07:42

इसके लिए है मेमोरी के लिए है या फिर

play07:45

डिवाइस के लिए है किसके लिए यह बताता है

play07:47

कंट्रोल सेटिंग्स शो कंट्रोल सिस्टम्स फॉर

play07:49

एग्जांपल जैसे कि मेमोरी क्लीयर मेमोरी

play07:51

राइट निशा मेमोरी को रीड करना है कि टाइट

play07:54

करना है

play07:56

आदित्य आयोडाइड ब्राइटनेस इनपुट-आउटपुट

play07:58

डिवाइसेस हम रीड करना है या टाइट करना है

play08:00

यह सारे सेटिंगस कंट्रोल सिक्वेंस कंट्रोल

play08:04

मास्क सूख जाते हैं कि बहुत इंपोर्टेंट है

play08:06

2 दिशाओं में डिफरेंट टाइप्स ऑफ हाउसेस

play08:10

है अब आते हैं सिंगल बस ट्रक पर जो

play08:14

सिंपलेस्ट वे है जो इंटर कनेक्ट करने का

play08:16

हमें फंक्शन यूनेस्को अगर आपस में इंटर

play08:17

कनेक्ट करना है तो हम सिंगल बेड ट्रैक्टर

play08:19

के थ्रू कनेक्ट कर सकते हैं यह सबसे सिंपल

play08:21

हैं सिंगल बेड स्ट्रक्चर में क्या होता है

play08:24

कॉमन बस होती है इस वजह से कॉमन बस

play08:27

ए रुक इसको मन बस के थ्रू हम कनेक्ट करते

play08:31

सारे फंक्शन अ यूनेस्को लेकिन फूड बेसिक

play08:35

इनपुट डिवाइसेज कनेक्टेड है मेमोरी भी

play08:36

करने के लिए प्रोसेसर देखेगा तो डिवाइस ही

play08:38

इफेक्टिव है सुकून उस यूज्ड टो कम इन

play08:41

बिटवीन पेरीफेरल्स एंड माइक्रोप्रोसेसर

play08:44

माइक्रोप्रोसेसर मिशंस प्यार की बात करें

play08:46

तो

play08:47

ओके अब इसमें होता क्या है कि सिंगल बस

play08:50

में एक बार में कोई एक ही ट्रांसफर आकर

play08:52

होता है मैं इस अगर हम इनपुट से मेमोरी

play08:55

में ट्रांसफर कर रहा है कुछ हमने गुर्जरों

play08:57

ने स्टार्ट कर दो apk फाइल यही ऑपरेशन फॉर

play09:00

होगा मींस दो यूनिट ही एक्टिव होंगे कि

play09:03

अगर मुक्त देना है तो मेमोरी एंड आउटपुट

play09:05

डिवाइस ही एक्टिवेट होंगी क्योंकि मेमोरी

play09:07

में से जाता है रिसर्च और फिर डिवाइस के

play09:10

सु सु सिंगल बस डेसमंड ट्रांसफर टाइम ओनली

play09:15

टू यूनिट्स कैन इफेक्टिवली यूज्ड अब्बास

play09:17

ने टाइम ओके एंड जॉब्स कंट्रोल लाइंस होती

play09:21

है बस की जो कंट्रोल लाइंस होती है यही

play09:25

यूज इसका यूज करते हैं हम खुद आइटम आईडी

play09:27

पर रिक्वेस्ट को कैसे हैंडल करना है एक बस

play09:29

के थ्रू कौन सा डिवाइस का एक्सेस कब होगा

play09:32

एड्रेस बसते या डाटा बेस पर यह बताता है

play09:35

कंट्रोल आफ के थ्रू ओके ओके

play09:37

कि इस चैनल पर स्ट्रक्चर का एडवांटेज यह

play09:40

है कि बहुत ही सिंपल होता है एंड काफी लोग

play09:43

और श्रोता विकास एक सिंगल बस को हम यूज

play09:46

करें सारे फंक्शन है ना इसको कनेक्ट करने

play09:47

के लिए एंड इट्स वेरी फ्लैक्सिबल अगर हमें

play09:50

और भी पिंपल्स अटैच करने हैं तो हम इजी एक

play09:54

सिंगल बस में अटैच कर देंगे बट मे इन इशूज

play09:56

में है ग्राहक

play09:58

की स्पीड स्पीड मींस जितने मिनीमाइज़

play10:01

कनेक्ट होता है यह जरूरी नहीं कि सबका

play10:03

सेंस बीडीओ-सीओ जैसे स्पीड से वर्क कर रहा

play10:06

है उस पीछे अमेज्ड वाइट वर्क नहीं करते

play10:09

आइडिया जिसको आप इसको हैं एडवाइजर्स के

play10:13

सीईओ स्लो होते हैं

play10:14

जो सूट डिवाइस जो होते हैं वह काफी वैरी

play10:17

करते हैं इन ए स्पीयर ऑपरेशन अग्रेसिव

play10:20

काफी पास प्रोफेशन परफॉर्म कर रहा है तो

play10:22

आइडिया काफी सॉफ्ट करेंगे ठीक है तो इस

play10:26

तरीके से इफिशिएंसी यह होता है वह सिस्टम

play10:29

कि लोग हो जाती है और इसे अगर हमें इसे

play10:32

शेयर ट्रांसफर करना है तो हमें कुछ ना कुछ

play10:34

मध्यान एवं यूज करना पड़ेगा

play10:36

हैं तो इस भीषण ट्रांसफर को मैनेज करने के

play10:38

लिए हमें कॉमन अप्रोच यूज करते हैं एक

play10:41

तरीका यह है कि अब आफ रेजिस्टेंस लगा

play10:43

दीजिए प्रोफाइल जिस लगा दीजिए मिंस लाइफ

play10:45

डिवाइस में हम बटर रजिस्टर्स लगा देंगे

play10:48

ठीक है मींस जो भी इनपुट होगा वह सबसे

play10:51

पहले बाजार में आएगा एंड सीपीयू जैसी फ्री

play10:53

होगा अगर टाइल से उस वक्त रजिस्टर में से

play10:56

डाटा को लेकर वैसे ही आपके डिवाइस में भी

play10:58

हम अपना रजिस्टर लगा देंगे तो हार्ड मैच

play11:00

में हम बटर है इसका यूज कर सकते हैं

play11:03

हैं तो एक कॉमन अप्रोच है वेजेस टो ऑल

play11:06

इंफॉर्मेशन ड्यूरिंग ट्रांसफर दूसरा

play11:09

अप्रोच यह है कि हम यूज करें मल्टीपल बस

play11:11

स्ट्रक्चर का ठीक है फॉर एग्जांपल ट्यूब

play11:13

स्ट्रक्चर यात्री लेवल का बस के सभी होता

play11:15

है ठीक है एडिशनल ट्रांसफॉरमेशन तो अब

play11:20

मेडिकल बस ट्रक से क्या होता है यह हम

play11:21

देखेंगे माइक्रोवेव स्ट्रक्चरों में हम

play11:25

अचीव करते पहले अपनी स्पेशली हम मैजिकल

play11:29

घनत्व रिलेटिव कर सकते हैं तो सिस्टम

play11:31

बैडमिंटन मल्टीपल बस अच्छी मोर पहले असम

play11:34

और पहले इसे मगरमछों करें मींस पालन है

play11:37

डिफरेंट यूनिट्स क्यूट कर रहे हैं तो इसे

play11:39

परफॉर्मेंस भी इंप्रूव होगा सुदेश लीस्ट

play11:41

टू बेटा परफॉर्मेंस यसबाट वेतन इनक्रीज

play11:44

कॉस्ट कॉस्ट थोड़ी इनक्रीज हो जाएगी सुबह

play11:47

बस रक्षक क्या होता है जिसमें

play11:50

कि माइकल बस होती है और मेज़बान स्ट्रक्चर

play11:54

में हर बार कुछ न कुछ सबसे टॉप मॉडल्स को

play11:56

आपस में कनेक्ट करता लाइक एक बस ट्रक

play11:58

चेहरे मेमोरी बस का जिसमें मेमोरियल

play12:00

प्रोसेस आपस में कनेक्ट है दूसरा

play12:02

स्ट्रक्चर आफ वह बस का जिसमें इनपुट

play12:05

चौकपुर करने के लिए तो यह 211 बस

play12:07

स्ट्रक्चर हुआ एक लिबास होगी यह वाली बसों

play12:10

के पिंपल आफ टू बस सुरक्षा अ

play12:13

हो चुके हैं यहां पर क्या होगा एक बस क्या

play12:16

परफॉर्म कर रही है वन प्लस वन 10 कि

play12:18

News24 इंस्ट्रक्शन यह सच करने के लिए

play12:21

उपयोग नौकरी में सिर्फ होगा इंस्ट्रक्शन

play12:23

एंड दूसरा डाटा को पेश करने के लिए उस

play12:25

होगा ठीक है तथा रिक्वायर्ड फॉर

play12:27

एग्जीक्यूशन ओं

play12:30

मैं स्वयं मल्टीपल बस स्ट्रक्चरल यूज करते

play12:33

तो इतने इंप्रूव से परफॉर्मेस बट अलसो

play12:35

इंक्रीजिंग क्वाइट कॉन्फिडेंट इनक्रीज हो

play12:39

जाएगा अब

play12:40

है तो इसे अबाउट माइटी बल बस्ट रक्षक

play12:43

सोचेंगे सो मच चैनल को सब्सक्राइब करने के

play12:45

लिए सब्सक्राइब बटन पर जरुर प्रेस कर ले

play12:47

अन्य वीडियोस की नोटिफिकेशन पाने के लिए

play12:49

बेल आइकॉन प्रेस करें एंड ऑलवेज जरूर

play12:51

प्रेस कर ले

Rate This

5.0 / 5 (0 votes)

Связанные теги
Computer ArchitectureBus StructuresSystem ComponentsSingle BusMemory AccessInput OutputData TransferControl SignalsPerformanceTechnical Tutorial
Вам нужно краткое изложение на английском?