Harvard architecture

Harvard architecture is a computer design with separate storage and communication paths for instructions and data. It allows instruction fetching and data access to occur simultaneously.

Connect