0
1.4kviews
Define stored program concept and draw Von Neumanns Architecture?
1 Answer
written 8.5 years ago by |
The Von Neumann architecture is as shown in Figure 2:
Another implication of this concept is that instructions and data cannot be transferred at the same time. This is because the transfers are said to occur through the same bus lines(as shown in the diagram) This often creates performance issues in the computer system. This phenomenon is called Von Neumann bottleneck. There have been modern architectures that give provisions for simultaneous access of both instructions and data.