Von-Neumann Architecture: John von Neumann gave the idea of basic organization of digital computer in 1946.
- It contains CPU, main memory, i/p &o/p devices and secondary storage device.
- He gave the idea of storing programs & data in same high speed memory unit . This idea was known as stored program concept.
- Main memory is used to store both data and instruction.
- ALU is capable of performing arithmetic and logical operations on binary data.
- Program control unit (PCU) interprets the instructions in memory causes them to be executed.
- I/O unit gets operated from control unit.
- The storage location of control unit and ALU are called registers.
- MBR(memory Buffer Register): It consists of word to be stored in memory or is used to receive a word from memory.
- MAR(Memory Address Register): it contains the address in memory of word to be written from or read into MBR.
- IR(Instruction Register): It contains 8-bit opcode (operation code) instruction being executed.
- IBR(Instruction buffer Register): It is used to temporarily hold instruction from word in memory.
- PC(Program Counter): It contains address of next instruction to be fetched from memory.
0 Comments