answersLogoWhite

0

my mom

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What part of a computer has good memory can read but it cant write?

Rom


What has a very good memory can read but not write?

ROM


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.


Why ROM is always mapped in lower region of memory map in 8085?

rom values are permanent and we cant change its value.....we can only read but cant write it


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 memory read and write?

ram


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 is read and write memory called?

ram


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.


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.