162k views
1 vote
What do the two separate memories in the Harvard architecture contain?

There are two separate memories in the Harvard architecture. The first one contains, _______, and the second one contains, _______.

2 Answers

2 votes

Answer:

data and program code

Step-by-step explanation:

Harvard architecture compromises two separate memories. The first one contains data, and the second one contains program code.

User Thahgr
by
7.5k points
3 votes

The first one contains, separate data, and the second one contains, instruction busses. It is possible to have two separate memory systems for this kind of architecture. Having two separate memories allows transfers to be simultaneously no matter where it comes from, be it from a cache or memory.

User NathonJones
by
8.2k points