answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Good memory i can read but cannot write what am i?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Which type of memory is read and write?

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


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

ROM


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.


What has very good memory can read but cant write?

my mom


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

Rom


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.


What is the memory write operation?

read/write permissions/privileges allow the user to read, append and delete records from your database tables, however it cannot alter / create / drop the tables and its structures.Read/write privileges are ideal for forums and production websites that don't require creation or alteration of table structures on its normal operations.


What is memory read and write?

ram


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 meant by read and write txt in file handling?

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