Final answer:
RAM is considered volatile storage because it gets cleared out when power is turned off, unlike non-volatile storage which retains data without power.
Step-by-step explanation:
RAM is an example of volatile storage because when the power is turned off, RAM is cleared out.
RAM stands for Random Access Memory and it is a temporary form of computer memory that is used to store data that is actively being worked on. Unlike non-volatile memory, such as hard drives or solid-state drives, which retain data even when power is removed, RAM requires power to maintain the stored information. As soon as a computer is switched off or restarts, all data stored in RAM is lost, which is why it is often referred to as being volatile. This volatility is useful for tasks that require quick access to data, but don't need to preserve the data once the task is complete or once the machine is powered down.