โŒจ๏ธap computer science principles review

key term - Variable

Citation:

Definition

A variable is a named storage location in computer memory that holds a value which can change during program execution. It allows programmers to store and manipulate different types of data throughout their code.