answersLogoWhite

0


Best Answer

ram

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is read and write memory called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which type of memory is read and write?

Read/write memory is memory that can be read and can be changed.


What type of memory is read write?

Its a memory that can be read and changed


What is another name for RAM?

Random Access Memory is also known as the Main Memory or the Internal Memory.


Which concept is called dereference?

Doing read or write operation in memory using the help of poniter is called dereference.


What is memory read and write?

ram


What is a ram called in English?

A ram is called a ram in English, if you mean a male sheep or goat.


Is Ram is read and write memory?

ROM is Read Only Memory. It holds the codes put there by the manufacture, and is used to start the loading of the Operating System.


What is the part of a computer that can read and write but forgets everything when you turn off the computer?

It is called random access memory (RAM), or simply memory.


What is meant by read and write txt in file handling?

read: moving data from file to memory write: moving data from memory to file


What do you call a memory device that can be read from but not written to?

The key concept with ROM is that the system can READ this memory, but cannot(normally) write to this memory.


What is the differient type of memory?

main memory (RAM) / disk / tape / etc read only / read-write


Can you read and write data into a ROM?

Yes you can do both. RAM stands for random access memory, that that means you can read it or write to it at random. That is different from ROM in which it is only made to be read, but not written to.To be technical, the user doesn't exactly write to RAM, but the CPU and/or the DMA controller does. In assembly code, a programmer asks the CPU to move data from memory to the CPU, or from the CPU to memory.