answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What if data is added into random access memory location where data is already present?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do we need computer RAM?

Most modern computers use Random Access Memory for their main memory. However you don't need Random Access Memory, Sequential Access Memory is perfectly adequate and has been used in many computers in the past for main memory (it just happens to be much slower to access than Random Access Memory as you need to wait for the location to come around again).


Which location of router memory is cleared when you erase the start up-config?

It is the NVRAM or the Non-Volatile Random Access Memory.


During processing data is stored in which location in computer memory?

Processing of Data is usually done in the Random Access memory


What is the name of the storage location in the computer's memory?

Depending on the architecture of the computer one addressable memory location might be called a word, a character, a parcel, a decimal digit, a byte, etc.


What is an access violation?

An access violation is another name in computing for a segmentation fault, a software error which occurs when a program attempts to access a memory location which it is not permitted to access.


How do you access 1 GB memory with 8085?

You need some kind of memory expander, which maps a frame of addresses to a location in physical memory. Better, use an 8086/8088.


What is poiner value in c?

In c a pointer is a variable that points to or references a memory location in which data is stored. Each memory cell in the computer has an address that can be used to access that location so a pointer variable points to a memory location we can access and change the contents of this memory location via the pointer. Pointer declaration A pointer is a variable that contains the memory location of another variable. The syntax is as shown below. You start by specifying the type of data stored in the location identified by the pointer. The asterisk tells the compiler that you are creating a pointer variable. Finally you give the name of the variable. type * variable name Example: int *ptr; float *string;


What are the different types of memory access?

There are two types of memory access. 1- uniform memory access (uma) 2- non-uniform memory access (numa)


What is magnetic disk?

RAM:(RANDOM ACCESS MEMORY)RAM is the primary storage device and the data and instructions are stored temporarily in it. It takes the same amount of time to access any location in RAM. CPU can perform two types of operations on Ram, these are:ReadWriteRead operation:during read operation the contents of memory location are copied to a CPU register.Write operation:During write operation the contents of a CPU register are copied to the memory location.


Where dma is applicable?

In computing DMA stands for Direct Memory Access, therefore; all modern operating systems and the programs aka software written for them will directly access memory. The memory it accesses is called RAM for Random Access Memory. RAM is volatile, meaning temporary, where the data is lost when a computer is powered off or another program or process writes to the same address or location in the RAM module(s). Google 'Random Access Memory' for more on that.


What is immediate access memory?

immediate access memory


What are the 2 types internal memory?

The RAM (random access memory) and the HDD (hard disk drive).