4.1 — Introduction to fundamental data types
Bits, bytes, and memory addressing In lesson , we talked about the fact that variables are names for a piece of memory that can be used to store information. To recap briefly, computers have random access memory (RAM) that is available for programs to use. When a variable is defined, …