Von neumann architecture

AbdullaShakib1 383 views 6 slides Nov 23, 2020
Slide 1
Slide 1 of 6
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6

About This Presentation

Von Neumann Architecture presentaition


Slide Content

VON NEUMANN ARCHITECTURE PRESENTATION 2 2

Von Neumann Architecture The von Neumann architecture—also known as the Von Neumann Model or Princeton Architecture or Store Memory Architecture. It’s a computer architecture based on a 1945 description by Hungarian-American mathematician and physicist John von Neumann and others in the First Draft of a Report on the EDVAC.

Main Features Of Von Neumann Architecture The Von Neumann architecture consists of a single, shared memory for programs and data. A single bus for memory access. An arithmetic unit. A program control unit. The Von Neumann processor operates fetching and execution cycles seriously.

Why is Von Neumann architecture used? Harvard architecture is used primary for small embedded computers and signal processing .Von Neumann is better for desktop computers, laptops, workstations and high performance computers. Some computers may use advantages from both architectures. Typically they use two separated memories.

Advantage Control Unit retrieves data . Instruction in the same manner from one memory. Design and development of the Control Unit is simplified, cheaper and faster. Data from input / output devices and from memory are retrieved in the same manner.

Diagram Main Memory Central Processing Unit Register Control Unit Arithmetic Logic Unit Input Output System
Tags