Memory

 


---------------------------------------------------------------------------------------------------------------

Q. What do you mean by memory ? explain its types .

                                                                     By- Partha Pratim hazarika

Ans -     Memory  - Memory  refers to the component of a computer system that is used to store data and instructions for the CPU (Central Processing Unit) to process. Memory allows a computer to temporarily hold and manipulate data, which is crucial for performing tasks, running programs, and interacting with the user.

 

1. RAM (Random Access Memory): RAM is a type of volatile memory that allows a computer to store data that is actively being used by the CPU and running applications. It's called "random access" because the CPU can access any part of the memory directly, without having to go through the data sequentially. RAM provides fast access to data, which is crucial for the smooth operation of software. When you open a program or a file, it's loaded into RAM so that the CPU can quickly access and manipulate the data. However, RAM is temporary storage; it loses its contents when the computer is powered off. This is why you need to save your work to a non-volatile storage medium like a hard drive or SSD (Solid State Drive).

 

2. ROM (Read-Only Memory): ROM is a type of non-volatile memory that contains permanent instructions or data that cannot be easily altered or overwritten. It's used to store firmware, which includes the computer's boot-up instructions and low-level software that's required for the hardware to function properly. A common example of ROM is the BIOS (Basic Input/Output System) that initiates the computer's hardware during the boot-up process. Unlike RAM, which can be read from and written to by the CPU, the data stored in ROM remains intact even when the computer is turned off.

 

 3. Cache Memory: Cache memory is a smaller, high-speed type of memory that acts as a buffer between the CPU and the slower main memory (RAM). Its purpose is to store frequently accessed data and instructions so that the CPU can access them quickly, reducing the time it takes to fetch data from the main memory. Modern CPUs have multiple levels of cache memory, often referred to as L1, L2, and sometimes L3 cache. L1 cache is the fastest and closest to the CPU cores, followed by L2 and L3 cache, which are larger but slightly slower.

 

4. Virtual Memory: Virtual memory is a concept that allows a computer to use a portion of the hard drive as an extension of physical RAM. When the physical RAM is full, the operating system moves data from RAM to a portion of the hard drive called the "page file" or "swap space." This process is transparent to the user and ensures that the computer can continue running larger programs or multiple tasks even if there isn't enough physical RAM available. However, accessing data from virtual memory is slower than accessing data from physical RAM, as hard drives and SSDs are slower than the electronic circuits in RAM.

Class 10 It/ites Questation answer - click hear

  Class 10 All subject questation and answer - click hear 

 

Memory Memory  Reviewed by Saba question and answer on August 25, 2023 Rating: 5
'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
Theme images by enjoynz. Powered by Blogger.