SW StudyWalks

Computer Science  /  CS 0362  ·  Atom · ~20 seconds

The Variable as Name-Value Pair

Video not yet published
to the StudyWalks catalog
State

A variable is a container holding a value — a name-value pair, with primitive types storing the actual value directly at the named memory location.

Show

A balance named in a ledger app is one name bound to one stored number.

Watch for

The direct-storage picture holds for primitives only.