retagged by
366 views

1 Answer

1 votes
1 votes
False.

The CPU generates logical addresses that are used to identify the memory location where an instruction or data is stored in the main memory, and the Memory Address Register (MAR) holds the logical address generated by the CPU. The logical address is then translated by the Memory Management Unit (MMU) into a physical address, which is the actual physical location of the data or instruction in the main memory. The physical address is then stored in the Memory Address Register (MAR), and the data or instruction is fetched from that location for execution.

Therefore, the logical address is used for main memory (RAM) and the physical address is used for secondary memory (ROM/hard disk).

Related questions

239
views
0 answers
0 votes
Abhisek Tiwari 4 asked Jan 14, 2019
239 views
True or False!Tag field is ratio of Main memory to cache memory.i.e MM size =2^m unit and Cache size =2^n unit the tag field will be of (m-n) size.
527
views
1 answers
0 votes
deepanshu sharma 3 asked Nov 17, 2018
527 views
Main disadvantage of direct mapping is that cache his ratio decreases sharply it two or more frequently used blocks map on to same region.For two level memory hierarchy ... WRITE BACK.is it true or false ? with reasons ?thank you in advance
381
views
0 answers
0 votes
449
views
1 answers
0 votes
Suneel Padala asked Sep 23, 2018
449 views
Anti- dependency will not ALWAYS create stall because we can use register renaming to remove stall.Please confirm below statement:Anti-dependency MAY create stall (True/False)