Why data bus is bidirectional and address bus is
unidirectional?
Answer Posted / 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 |
Post New Answer View All Answers
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
What is Negative testing?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
how to convert infix expression to prefix expression?
the systematic access of small computers in a distributed data processing system is referred as?
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;
Write a pascal program to calculate the sum of the first 100 even number and odd number
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
code for connection from windows forms to sql server
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
can we use commit,rollback in triggers and how?
Is class is a abstract datatype in java?