answersLogoWhite

0

What type of memory is read write?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

Its a memory that can be read and changed

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of memory is read write?
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 is the differient type of memory?

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


Hard Disk is a type ROM?

HDD is not Read Only Memory. Rather it is a Read-Write memory. So HDD is not the ROM.


What is another name for RAM?

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


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.


Which type of memory is used in pen drive?

IN USB pen/USB drive their is EEROM, which means Electronicaly Eraisable Read Only Memory. EEROM is a kind of Read only memory in which you can write, read or store and delete your data.


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.


What is a fixed read-write head?

A fixed read-write head is a type of hardware in a computer. It is the sub-section of the optical or hard disk used for storing a specific amount, or fixed amount, of 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.