What is bus in microprocessor?

Shatrupa
Shatrupa

Posted On: Apr 10, 2024

 

The Bus is common terms in the microprocessor which is mostly used for transmission. The system of the bus is to transmit the data/information and address in binary form.

The bus is a collection of wires that means one wire per binary bit. In microprocessor have three types of the bus which is following.

  1. Address Bus: This is the unidirectional bus which is transmitting the address in binary form. The bus transmits data from the microprocessor to memory or input/output devices.
  2. Data Bus: The data bus is bidirectional and carries the data and information. This data flow both direction which means from memory/devices to microprocessor and from microprocessor to memory or input/output devices
  3. Control Bus: This is used to control the signal and other peripherals to flow data and transfer to the required memory location.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Microprocessor Interview Questions

    What is microprocessor?

    A microprocessor is a processing unit of electronic devices which is including multiple transistors, diodes, register, etc electronics components. The microprocessor can operate arithmetic and logical...

    Microprocessor Interview Questions

    What is microprocessor 8085?

    The 8085 (eight zero eight five) microprocessor is an 8-bit microprocessor. It is developed by Intel using NMOS technology and introduced in 1976, March. The 8085 is the version of 8080 microprocessor...

    Microprocessor Interview Questions

    What is interrupt in microprocessor?

    The Interrupt in the microprocessor is a signal which is generated by external peripherals. The external peripherals (devices) send the request to the microprocessor to execute their performance and s...