Answer the question in maximum 50 words/5 to 6 lines. This question carries 05 marks. [MPPSC 2022] What is a computer’s primary memory?
In 70S and 80S ribosomes, 'S' refers to Svedberg's Unit which stands for sedimentation coefficient. It is an indirect measure which helps determine density and size of ribosomes
In 70S and 80S ribosomes, ‘S‘ refers to Svedberg’s Unit which stands for sedimentation coefficient. It is an indirect measure which helps determine density and size of ribosomes
See less
Primary memory, in the context of computer science, refers to the memory that the CPU can directly access. It includes the CPU's registers, cache memory, and RAM. Primary memory is volatile and data can be read from and written to it using unique addresses for each memory location. There are two maiRead more
Primary memory, in the context of computer science, refers to the memory that the CPU can directly access. It includes the CPU’s registers, cache memory, and RAM. Primary memory is volatile and data can be read from and written to it using unique addresses for each memory location.
There are two main type’s of primary memory as:
1.ROM (Read Only memory) A form of computer memory that stores data even when not powered.
2.RAM (Random Access Memory)
The main use of primary memory is to store data that the CPU needs immediately to avoid waiting for it to be delivered.
See less