Learnacy Lab

Variables Are Memory Cells · Computer Science

A variable is just a named memory cell; LOAD copies a cell into a register, STORE writes it back, and swapping two variables needs a register to hold a…