Definition
Random-Access Memory
Random-access memory is a memory in which each location can be accessed directly by its address.
This means the time needed to read or write a location does not depend on its position in memory.
In a computer system, RAM is typically used as the main working memory that holds currently used instructions and data.