Why data bus is bidirectional and address bus is
unidirectional?
Answers were Sorted based on User's Feedback
Answer / ramya
data bus is bidirectional because it transfers information
between peripheral devices and memory register.but,address bus
is unidirectional because it simply recieves information..
Is This Answer Correct ? | 92 Yes | 16 No |
Answer / alagappan
as ramya says,
data bus is bidirectional because it transfers information
between processor/controller and memory device.
address bus is unidirectional because the memory can be
pointed with an address, but processor/controller cannot be
pointer with an address by the memory device...
Is This Answer Correct ? | 51 Yes | 12 No |
Answer / irfan
irfan...
data bus is bidirectional because it transfers information
between processor/controller and memory device.
address bus is unidirectional because the memory can be
pointed with an address, but processor/controller cannot be
pointer with an address by the memory device...
Is This Answer Correct ? | 21 Yes | 8 No |
Answer / m.noman shahid
Data bus is bidirectional. It carries data among CPU, MEMORY and other HARDWARE DEVICES on motherboard. It makes path for two-way transfer of data as you know data travels from one unit such as MEMORY to another as CPU and also it comes back from CPU to MEMORY.
Address busis unidirectional.CPU addresses the MEMORY because it controls the computer but but MEMORY can't because it has not authority to address any unit.
Is This Answer Correct ? | 7 Yes | 1 No |
sample code for data transfer between two r/2 systems and r/3 systems?
what do u mean by tagging
what is jackson structured develepment?? and how is it different from OMT??
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
Write a program to reverse a number?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
which book we learned this mantis? how many version are realsed this mantis upto now?
Can we write a method in JSP.If so how?