Monday, May 8, 2017

Turing machine and V Neumann architecture.



Turing machine.

A Turing Machine (TM) is a mathematical model which consists of an infinite length tape divided into cells on which input is given. It consists of a head which reads the input tape. A state register stores the state of the Turing machine. After reading an input symbol, it is replaced with another symbol, its internal state is changed, and it moves from one cell to the right or left. If the TM reaches the final state, the input string is accepted, otherwise rejected.


V Neumann architecture.


Von Neumann Architecture also known as the Von Neumann model, the computer consisted of a CPUmemory and I/O devices. The program is stored in the memory. The CPU fetches an instruction from the memory at a time and executes it.

https://www.mindomo.com/mindmap/f6a51172abeb4bc88b2dfc8c0a40ed6e











No comments:

Post a Comment