1. Address Bus: This bus carries memory addresses from the Central Processing Unit (CPU) to other components like RAM and input/output (I/O) devices. It specifies the location in memory where d
This psychology problem is solved step by step below, with detailed explanations to help you understand the method and arrive at the correct answer.
ScanSolve AI Answer
Here are three types of computer buses:
1. Address Bus: This bus carries memory addresses from the Central Processing Unit (CPU) to other components like RAM and input/output (I/O) devices. It specifies the location in memory where data is to be read from or written to.
2. Data Bus: This bus is responsible for carrying data between the CPU, memory, and I/O devices. It is bidirectional, meaning data can flow in both directions, allowing the CPU to read data from memory or write data to memory/I/O devices.
3. Control Bus: This bus carries control signals from the CPU to other components to manage and synchronize operations. These signals include commands like "read," "write," "interrupt request," and "bus request," which dictate the timing and type of operations being performed.

