Memory refers to storage area within each computer system.
2 types of memory found in computer:
1)RAM(primary memory/main memory/temporary memory/volatile memory)
2)Hard disk(secondary memory/permanaent memory/non volatile memory)
Here memory refers to primary memory (RAM).Each program is first loaded into ram from secondary memory for execution & after execution it is sent back to … Read more
Through assosiative memory we can identifi memory location by its contents rather than memory addresses.Also called CAM(content Addressable Memory).