Computer Science, asked by Monikashaw46101, 10 months ago

Memory tree diagram in computer science

Answers

Answered by maseseallan86
0

Answer:

RAM and ROM

Explanation:

this is simply the storage portions in the computer

Answered by aakankshavatsal
2

Answer:

Memory is the most important element of a computing system without which the computer cannot perform simple tasks. Computer memory is basically of two types – Primary memory (RAM and ROM) and Secondary memory (hard drive, CD, HDD, etc.). Below is a basic classification of the different types and sub-types of memory:

RAM (Random Access Memory): This is the ‘read write’ memory or the ‘main / primary’ memory of the computing system.

  • It stores the programs and data that the CPU requires during execution of programs.
  • This is volatile in nature i.e., data is lost when the computer’s power is turned off.

ROM (Read Only Memory): This memory stores the important information essential to operate the computing system. For e.g. the ‘Boot Program’ for the computer.  This memory is not volatile in nature and  retains its data.

Attachments:
Similar questions