Approaches to computer architecture Flashcards
What is Von Neumann architecture?
A form of processing that stores a program in memory as instructions and execute them sequentially using the ALU, control unit and registers.
What is Harvard architecture?
A memory structure in which the processor is connected to two independent memory banks via two independent sets of buses.
Main difference between Von Neumann and Harvard architecture?
Von Neumann architecture mainly has one shared program and data memory while Harvard architecture has two separate memories where one is meant for program code and the other for data.
What is an emulator?
A piece of software that allows one computer system to run programs as if they were a different system.