Which of the following is the memory part that is available for use by the computer user?
Answer Details
The memory part that is available for use by the computer user is called RAM, which stands for Random Access Memory. RAM is a type of computer memory that can be accessed randomly, meaning any byte of memory can be accessed without touching the preceding bytes.
When you run programs or open files on your computer, they are loaded into RAM temporarily to be accessed quickly by the computer's processor. RAM is also known as the computer's short-term memory because it only stores information while the computer is turned on. Once the computer is shut down, the information stored in RAM is lost.
In simple terms, RAM is the memory space where your computer stores data and programs that are currently in use, allowing the computer to access them quickly. Unlike ROM (Read-Only Memory), which is a type of memory that stores permanent data and cannot be modified by the user, RAM is temporary and can be accessed and modified as needed by the user.