COMPUTER ORGANISATION & ARCHITECTURE TUTORIAL 1

We can start learning basics of Computer Organisation & Architecture  . Understand the difference between computer architecture & organisation first .


BASIC OPERATIONAL CONCEPTS 

We can discuss about various operations used for transferring and manipulating data


BUS STRUCTURE
We can consider definition of BUS also about way of transferring data through Bus .

MEMORY LOCATIONS & ADDRESSING

Understand the basics of System Memory ,way of storing data in memory. 
W can discuss here about memory addresses and about Byte addressable memory .At the end we will get the idea about memory size specification and how to calculate the address
of memory bytes .




INSTRUCTION EXECUTION &STRAIGHT LINE SEQUENCING

Understand what an instruction is ,then learn about how to complete the execution of a program which is present in main memory of the system by executing set of instructions one after another . Here consider , two situations of instruction execution ,sequential execution and   branching . 


ADDRESSING MODES

Understand the definition of addressing mode :Way of addressing operands in an instruction Seven different addressing modes
Absolute mode
Immediate mode
Indirection and Pointers
Indirect mode
Indexing and Arrays
Relative mode
special mode (Auto increment/decrement)

Comments