















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of computer architecture and organization, discussing the differences between architecture and organization, the functions of a computer, and the structure of a computer system. It also covers memory operations, including memory locations, memory address, and memory read and write operations.
Typology: Slides
1 / 23
This page cannot be seen from the preview
Don't miss anything!
















©Javaid Khurshid
©Javaid Khurshid
MainMemorySystemsInterconnectionInputOutput
Peripherals Communicationlines
ComputerCentralProcessingUnit
SequencingLogin Control UnitRegisters andDecodersControlMemory ALU^ ControlInternalUnitBus Registers
Control Unit
AddressData (Byte)(hex)…^10101010 0002A^01010101 0002B^11110000 0002C^00001111 …
Data(High Byte) 10101010010101011111000000001111
Data(Low Byte) Address(hex)… 0002A0002B0002C…
The memory in your system is 1 Giga Byte
= 1,024 Mega Byte= 1,048,576 Kilo Bytes= 1,073,741,824 Bytes Word Question:The accessible size of main memory for different processors?
^ In order to be able to move a word in and out of thememory, a distinct address has to be assigned toeach word. ^ It will be used to determine the location in thememory in which a given word is to be stored.
This
is called a memory write operation
^ Similarly, the address will be used to determine thememory location from which a word is to beretrieved from the memory.
This is called a memory read operation. The number of bits,
l , needed to distinctly address M words in a memory is given by:
( MDR ). ■^ The address of the location into which the word is to bestored is loaded by the CPU into a specified register,called the^
memory address register
( MAR ).
■^ A signal, called
write,^ is issued by the CPU indicating that the word stored in the MDR is to be stored in the memorylocation whose address in loaded in the MAR.