![]() |
What is the difference between Harvard and Princeton computer architecture?In: Computer History |
[Edit] |
harvard architecture :
_________
______ | code |
| | | memory |
| cpu | <-----> |_________|
| | | |
----------- | data |
| memory |
----------------
the cpu generated address is either point to code or data memory.
princeton arhitecture:
data memory <--------> cpu <-------> code memory
in this the cpu generated address will point to both the data and code.
for this some internal operation are take place to point to either data or code.
answered by prasad.
mail prasad40613@gmail.com
First answer by ID2063393465. Last edit by ID2063393465. Question popularity: 2 [recommend question]




