1-Introduction Computer Organization & Architecture
1-Introduction Computer Organization & Architecture
Reference Books:
• Morris Mano, (2005), “Digital Logic and Computer Design”, PHI, New Delhi.
• Carl Hamacher, (2002), “Computer Organization”, McGraw Hill, New Delhi, 5th ed.
• John P. Hayes, (1998), “Computer Architecture and Organization” McGraw 3rd ed.
• SibsankarHalder and Alex a Aravind ,” Operating Systems”, 6th Edition, Pearson
Education,2009.
• Harvey M Dietel , “An Introduction to Operating System”, 2nd Edition, Pearson
Computer Organization & Architecture
• Harvard Architecture
Von Neumann Architecture
The Von Neumann Architecture has a single storage structure to hold both instructions and data. The
CPU can be either reading an instruction / writing data / to the memory because instructions and data
use the same BUS system.
According to von Neumann Architecture structure of computer system as composed of the following
components:-
⚫ Memory
Computer system uses several memories for the storage of binary information like RAM(Random
Access Memory), ROM etc.
⚫ Control Unit
⚫ This unit directs other components of the computer system to perform certain actions, such as
directing the fetching of data or instructions from memory to be processed by processed by the ALU.
⚫ Man-Machine Interface
⚫ Input and output devices such as keyboard for input and display monitor for output.