In computing, “zero-based indexing” refers to the practice of starting the indexes of arrays, lists, and strings from zero instead of one. This convention is widely adopted to simplify programming logic and avoid off-by-one errors. Zero-based indexing aligns with the mathematical concept of zero as the origin or starting point, and it corresponds to the behavior of many programming languages and data structures.