Multiple choice general knowledge science & technology

Which of the following will happen when data is entered into a memory location?

  1. It will add to the content of the location

  2. It will change the address of the memory location

  3. It will erase the previous content

  4. It will not be fruitful if there is already some data at the location

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When new data is entered into a memory location, it completely overwrites and replaces whatever was previously stored there. This is a fundamental characteristic of how computer memory works - memory cells can only hold one value at a time. The process is destructive by design: the old data is erased before or during the writing of new data.