Consider the following statements regarding Computer Architecture: 1. The advantage with dedicated bus is decrease in size and cost 2. In synchronous timing, the occurrence of events on the bus is determined by the clock 3. Data bus width decides the number of bits transferred at one time Which of the above statements are correct?
Consider the following statements regarding Computer Architecture: 1. The advantage with dedicated bus is decrease in size and cost 2. In synchronous timing, the occurrence of events on the bus is determined by the clock 3. Data bus width decides the number of bits transferred at one time Which of the above statements are correct? Correct Answer 2 and 3 only
Bus Types:
- Bus lines can be separated into two generic types: dedicated and multiplexed.
- A dedicated bus line is permanently assigned either to one function or to a physical subset of computer components.
- In a multiplexed bus, address and data information may be transmitted over the same set of lines using an Address Valid control line. This method of using the same lines for multiple purposes is known as time multiplexing.
- The advantage of time multiplexing is the use of fewer lines, which saves space and, usually, cost.
- The disadvantage is that more complex circuitry is needed within each module. Also, there is a potential reduction in performance because certain events that share the same lines cannot take place in parallel.
Timing:
- Timing refers to the way in which events are coordinated on the bus. Buses use either synchronous timing or asynchronous timing.
- With synchronous timing, the occurrence of events on the bus is determined by a clock. The bus includes a clock line upon which a clock transmits a regular sequence of alternating 1s and 0s of equal duration.
- With asynchronous timing, the occurrence of one event on a bus follows, and depends on, the occurrence of a previous event.
Data Bus:
- Data bus is responsible for transferring data to the memory and fetching data from the memory.
- The program that is to be run and associated data both are stored as data only in memory.
- Word length of a processor is the maximum number of bits it can accept as input, process, or deliver as output. The word length of a processor is equivalent to the data bus. Therefore, data bus decides the number of bits transferred at one time.
মোঃ আরিফুল ইসলাম
Feb 20, 2025