Definition

RAM (Random Access Memory) : Main memory of the computer. Computer will load the programs ran into it

Object : represents a region of storage (for example in RAM) that can hold a value

Variable : Named object using an identifier

Trait