192k views
1 vote
When a value is placed in a memory location, the previous value in that location is moved to the next available location in memory.

A. TrueB. False

User Darkpotpot
by
7.1k points

1 Answer

4 votes

Answer:

B. False

Step-by-step explanation:

When a value is placed in a memory location, the previous value in that location is not moved to the next available location in memory. Rather than that happening, the previous value is totally discarded or removed from memory. In other words, the previous value is over-written. To prevent this from happening, the programmer has to explicitly or expressly move the previous value to another location in memory.

User Eruant
by
7.0k points