Mutable is an adjective used to describe something that is capable of change or alteration. In a broader sense, it refers to the ability of an object, concept, or state to be modified or transformed. The term originates from the Latin word mutabilis, meaning "changeable." In Hebrew, the translation is שינוי (shinui), which also means "change" or "alteration." In French, it is mutable, in Spanish mutable, and in German veränderlich. In computer science, a mutable object is one whose state or data can be changed after it is created, as opposed to an immutable object, which cannot be altered after creation. This concept is crucial in programming, where understanding the mutability of data types affects how variables and functions are used and manipulated.