retagged by
340 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

0 votes
0 votes
0 answers
1
Abhisek Tiwari 4 asked Jan 14, 2019
219 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.
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
Suneel Padala asked Sep 23, 2018
427 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/F...