Why is data bus bi-directional?
Answers were Sorted based on User's Feedback
Answer / deepak kumar singh
data bus is bi-directional bcoz
same bus is used for data transmission from microprocessor
to memory location or input/output device and vice versa.
thats y data bus is bi-directional
| Is This Answer Correct ? | 136 Yes | 16 No |
Answer / arash
it is bidirectional since databus carry tthe information
both from memory to i/o device port and vice vera therfore
perform aa bidirectional operation of both input and
output..
| Is This Answer Correct ? | 34 Yes | 5 No |
Answer / bb
data bus is bi-directional bcoz
same bus is used for data transmission from microprocessor
to memory location or input/output device and vice versa.
thats y data bus is bi-directional
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / hashir
The bidirectional data bus, sometimes called the memory bus, handles the transfer of all data and instructions between functional areas of the computer. The bidirectional data bus can only transmit in one direction at a time.
Basically, the data bus is used to transfer instructions from memory to the CPU for execution. It carries data (operands) "to and from" the CPU and memory as required by instruction translation. The data bus is also used to transfer data between memory and the I/O section during input/output operations.
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / ritesh yadav
These lines are bi-directional data flow in both direction between MPU , memory , peripheral devices .
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / anandkumar m k
Data bus will obviously be bi-directional, because whenever
we provide some input data for processing by the
microprocessor or microcontroller and any device, we are in
look out for output result which is again a data.
| Is This Answer Correct ? | 11 Yes | 9 No |
Answer / bash lesly
a data bus is bi-directional since it has the ability to send and receive data from the cpu.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / riya roy palamattam
processor can either read or write from the memory .that is y databus is bidirectional
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suraj
yes,it is a bidirectional bus.As this bus is used to input the data from I/o to microprocessor. and this is also used to send the output from microprocessor to I/O .Hence data bus is bidirectional.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / kzeal
because it connect memory with central processing unit during output and input device
| Is This Answer Correct ? | 0 Yes | 4 No |
In which T-state does the CPU sends the address o memory or I/O and the ALE signal for Demultiplexing
What is single stepping and how can it be achieved on the 8086?
What is stack pointer?
What is the difference between a microprocessor and a microcontroller?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1
What is the difference between MOV and MVI?
Classify interrupts on the basis of signals.
What is the function of ale and how does it works?
Are all the bits of flag register used in 8051?
Tell the addresses which are bit addressable?
Where can we find the sample assembly language programs?
What is a program counter? What is its use?