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?
A Hybrid computer typically consists of a digital subsystem and an analog subsystem. The digital part handles discrete data and complex calculations, while the analog part manages continuous data processing. These subsystems work together, with the digital system controlling and coordinating the oveRead more
A Hybrid computer typically consists of a digital subsystem and an analog subsystem. The digital part handles discrete data and complex calculations, while the analog part manages continuous data processing. These subsystems work together, with the digital system controlling and coordinating the overall operation.
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