Describe key features of the von neumann architecture, Computer Engineering

Assignment Help:

Q. Describe key features of the von Neumann Architecture?

Describe key features of the von Neumann Architecture:

  • The mainly basic function performed by a computer is execution of a program that involves:

-  Execution of an instruction that supplies information about an operation.

-  Data on which operation is to be performed. 

Control unit (CU) interprets each one of these instructions in addition generates respective control signals.

  • Arithmetic Logic Unit (ALU) carries out arithmetic and logical Operations in special storage areas known as registers as per instructions of CU. Size of the register is one of the significant considerations in concluding processing capabilities of CPU. Register size denotes the amount of information which can be held in a register at a time for processing. Larger the register size, the faster can be the speed of processing.
  • Input/ Output system which involves I/O devices allows data input and reporting of results in proper format and form. For transfer of information a computer system internally requires system interconnections. One of the interconnection structures is BUS interconnection.
  • Main Memory is required in a computer to store data and the instructions at the time of Program execution. Memory to CPU is a significant data transfer path. The amount of information that can be transferred between memory and CPU depends on size of BUS connecting the two.
  • It was revealed by von-Neumann that same memory can be employed for storing data and instructions. In such a case data can be treated as data on that processing can be performed whereas instructions can be treated as data that can be used for generation of control signals.
  • Von Neumann machine employs stored program idea which implies that program and data are stored in same memory unit for execution. Computers before this idea used to store programs and data on separate memories. Modifying and entering these programs was too difficult as they were entered manually by plugging, unplugging and setting switches.
  • In von Neumann machine execution of instructions is performed in a sequential fashion (except explicitly altered by program itself) from one instruction to next.

Figure shows fundamental structure of a conventional von Neumann machine

667_Describe key features of the von Neumann Architecture.png

Figure: Structure of a Computer

Von Neumann machine has only a single path between control unit (CU) and main memory. This aspect is called as von Neumann bottleneck. Numerous other architectures have been proposed for modern computers.


Related Discussions:- Describe key features of the von neumann architecture

Number of addresses in an instruction, Generally the Instruction Set Archit...

Generally the Instruction Set Architecture (ISA) of a processor can be distinguished using five categories:  Operand Storage in the CPU - Where are the operands kept other t

Why does microprocessor contain rom chips?, Microprocessor have ROM chip be...

Microprocessor have ROM chip because it have instructions to implement data. It have the monitor program which not only include implementation instruction but also interfacing

Id3 algorithm, ID3 algorithm: Further for the calculation for informat...

ID3 algorithm: Further for the calculation for information gain is the most difficult part of this algorithm. Hence ID3 performs a search whereby the search states are decisio

Write shorts notes on digital signature, Write shorts notes on Digital Si...

Write shorts notes on Digital Signature. This method is used to authenticate the sender of a message. For sign a message, the sender encrypts the message by using a key ident

The 2''s complement of the decimal number, What is the 2's complement of th...

What is the 2's complement of the number 1101101 ? Ans. 0010011 is the 2's complement of the number 1101101. As 1's complement of the number 1101101 is 0010010 and 2's comple

Advntages of parallel processing oversequential computation, Advntages of p...

Advntages of parallel processing oversequential computation Parallel computing has the following benefits over sequential computing: i)    Accumulate time ii)   Solves b

Explain the features of major scheduling algorithms, Explain the Features o...

Explain the Features of Major scheduling algorithms. The Features of Major scheduling algorithms is given below: FCFS - i.e. First come first served scheduli

How reassembling of ip fragments is advantageous, Reassembling of IP fragme...

Reassembling of IP fragments at the ultimate destination is advantageous. Give reasons. Needing the ultimate destination to reassemble the fragments has two major advantages. F

What is a decoder, What is a Decoder ? Ans. Decoder: - This dec...

What is a Decoder ? Ans. Decoder: - This decodes the information. The decoders contain n inputs 7 at the end maximum 2 n outputs since n bit no can decode max 2n infor

Explain syntax of recursion, Syntax of recursion int fib(int num) /*...

Syntax of recursion int fib(int num) /* Fibonacci value of a number */ {      switch(num) { case 0: return(0); break; case 1: return(1); break; default:  /* Incl

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd