# Fixed Size in MakeCode Arcade In Microsoft MakeCode Arcade, "fixed size" refers to a data structure with a **static size** that is determined at creation and **cannot be changed later**. This approach is used for data structures like Buffers to ensure predictable memory usage and performance.