A fixed array is a linear, sequential, indexable structure.
A limitation of a fixed array is that we can not change the structure (add or remove) once the array has been constructed. We can reset elements at existing positions. See "Access - Setting" below.
Just another example here to show that we may "picture" arrays as left to right or top to bottom. This is just for "visualization" -- whichever you prefer.