Friday, April 1, 2016

COMPUTER ARCHITECTURE NOTES/STUDY MATERIAL (For B.Tech CSE IV-II students-JNTUK-R10)

COMPUTER ARCHITECTURE NOTES/STUDY MATERIAL (For B.Tech CSE IV-II students-JNTUK-R10)

Computer Architecture helps you know how exactly each instruction is executed at the micro level.  The data flow, timing analysis, memory hierarchy, trade-offs between execution cycles, software-hardware trade-offs, hardware requirements/costs,  can be known.

These concepts are very important for those who plan to study embedded systems/ processor design as they form the basis of design strategy. We know that assembly coding is closest to the computer, and it is always most optimum, if written properly. This is very important for real-time or time critical systems coding, as each millisecond is very important. Knowing the architecture completely helps you write assembly codes. If you are writing assembly codes, you know exactly how many instructions-cycle it will take to execute it, which is generally not possible in higher languages like C/Java etc.
 

This subject explains advanced concepts of pipelining and provided different pipelined processing models. for queries, feel free to contact us..

CLICK BELOW LINKS TO  DOWNLOAD  UNIT-WISE NOTES.

UNIT I
UNIT II
UNIT III
UNIT IV 
UNITV
UNIT VI
UNIT VII

No comments:

Post a Comment