

InterviewSolution
Saved Bookmarks
1. |
Which of the following statements are true for von Neumann architecture?(a) shared bus between the program memory and data memory(b) separate bus between the program memory and data memory(c) external bus for program memory and data memory(d) external bus for data memory onlyThe question was posed to me in a job interview.My question comes from RISC Processor in section Embedded Processors of Embedded Systems |
Answer» RIGHT choice is (a) shared bus between the program memory and data memory Best explanation: von Neumann architecture SHARES bus between program memory and data memory whereas HARVARD architecture have a SEPARATE bus for program memory and data memory. |
|