0% found this document useful (0 votes)
18 views

Von Neuman Arcitecture-Cs

The document discusses the Von Neumann architecture. It describes the key components of a CPU including the ALU, control unit, and registers like the program counter, accumulator, and current instruction register. It also explains the roles of the arithmetic logical unit and control unit. Finally, it outlines the function of buses that connect components and transfer data and addresses, as well as the memory unit which stores instructions and data for the CPU to access.

Uploaded by

sampatkapish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Von Neuman Arcitecture-Cs

The document discusses the Von Neumann architecture. It describes the key components of a CPU including the ALU, control unit, and registers like the program counter, accumulator, and current instruction register. It also explains the roles of the arithmetic logical unit and control unit. Finally, it outlines the function of buses that connect components and transfer data and addresses, as well as the memory unit which stores instructions and data for the CPU to access.

Uploaded by

sampatkapish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

VON NEUMAN ARCITECTURE

 HD
 RAM
 ROM
 ALU
 CU
 REGISTERS

__________________________________________________________________________________

Von Neuman architecture is based on stored program concepts where instruction data and program
data are stored in the same memory. The CPU is the electronic circuit responsible for executing the
instruction of a computer program. It is sometimes referred to as microprocessor or processor. CPU
contains ALU,CU and a variety of registers

__________________________________________________________________________________

REGISTERS

MAR(memory address register)-holds the memory location of data that needs to be accessed.

MDR(memory data register)-holds data that is being transport to or from memory.

AC(accumulator)-where immediate arithmetic and logical results are stored.

PC(program counter)-contains the address of the next instruction to be executed.

CIR(current instruction register)-contain the current instruction during processing.

__________________________________________________________________________________

ALU(arithmetic logical unit)-allows arithmetic and logic operations to be carried out

CU(control unit)-controls the operations of computers ALU, memory and input output devices,
telling them how to respond the program instructions it has read and interpreted from the memory
unit.it also provides the timing and control signals required by other computer components.

__________________________________________________________________________________

BUSES

means by which data is transmitted from one part of the computer to another, connecting all major
internal components to the CPU and memory.

ADRESS BUS- carries the addresses of the data(not data itself)between the processor and memory.

DATA BUS- carries data between the processor, the memory unit and input output devices.

CONTROL BUS- carries control signals/commands from the CPU(status from other devices) in order
to control and co-ordinate all the activities within the computer.

__________________________________________________________________________________

MEMORY UNIT- consists of RAM(sometimes referred to as primary or main memory) unlike a hard
drive(secondary memory). This memory is fast and also directly accessible by CPU. RAM is split into
partitions. each partition consists of an address and its contents. the address will uniquely identify
every location in the memory. loading data from permanent memory(hard drive) into the faster and
directly accessible temporary memory(RAM) allows the CPU to operate much quicker.

You might also like