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?
Home/mppsc: it & computers/Page 2
- Recent Questions
- Most Answered
- Answers
- No Answers
- Most Visited
- Most Voted
- Random
- Bump Question
- New Questions
- Sticky Questions
- Polls
- Followed Questions
- Favorite Questions
- Recent Questions With Time
- Most Answered With Time
- Answers With Time
- No Answers With Time
- Most Visited With Time
- Most Voted With Time
- Random With Time
- Bump Question With Time
- New Questions With Time
- Sticky Questions With Time
- Polls With Time
- Followed Questions With Time
- Favorite Questions With Time
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