I have not specifically examined ARM11, but as all earlier ARM architectures were Von Neumann I would expect for compatibility, it is also Von Neumann.
It depends what ARM you're talking about. The ARM7 uses the Van Neumann bus architecture (one bus for both data and instructions, and never both at the same time). The ARM9 uses a Harvard bus...
Von Neumann uses one common memory system to store both instructions and data. Harvard uses two separate memory systems, one storing instructions and the other storing data.However modern computers...
There are basically two types of digital computer architectures. The first one is called Von Neumann architecture and later Harvard architecture was adopted for designing digital computers. Von...
In the von Neumann architecture, program and data are stored in the same memory and managed by the same information-handling subsystem. In the Harvard architecture, program and data are stored and...
von Neumann - any computer architecture that stores both instructions and data in the same memory system. Harvard - any computer architecture that stores instructions in one memory system and data in...