Computer Science, asked by sahilkwats8476, 10 months ago

Computer memory which is used to store programs and data currently being processed by CPU is

Answers

Answered by devashishkasana
1

Answer:

that memory is known as RAM (random access memory) it is of two types dynamic and static i.e DRAM AND SRAM

Answered by Anonymous
0

Programs are actually stored in ROM (secondary memory).

  • When you run the program it gets loaded onto RAM the main memory for execution.
  • Programs are permanently stored in permanent storage devices need not be peripheral devices.
  • When a program is to be executed, according to the need, a part of the code required is loaded onto the main memory.

Similar questions