Why data bus is bidirectional and address bus is
unidirectional?
Answer Posted / 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 |
Post New Answer View All Answers
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
What is test execution and when will we start execution please send me one example for this question
what is log files in qtp what is use
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
What is web.configuration? how is it work? & wht is use this?
what is web configuration file
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
what is delegate and delegation model give the real live example on delegate model
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
What is the entry point function of a DLL?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
what is the use MDM(Master Data Management)and meaning
can we extend a class having only one parameterised constructor.Suggest the process to do it.