Volatile memory is computer memory that requires continuous power to retain stored data. When power is lost, the contents of volatile memory are erased. It is typically faster than non-volatile storage and used for active data and program execution. Example: RAM is a form of volatile memory.