Which statements apply to one-dimensional arrays. Mark all that apply

- They consist of a single row or column of elements.

- They can be represented mathematically as a vector.
- They can store multiple elements of the same data type.
- They have a fixed size and cannot be resized once created.
- They can be accessed using an index value.

To answer your question, I need to provide you with a list of statements that apply to one-dimensional arrays. Here are some:

1. One-dimensional arrays consist of a single row or a single column of elements.
2. They store elements of the same data type.
3. One-dimensional arrays can be accessed using an index value.
4. Arrays are fixed in size and cannot be dynamically resized.
5. One-dimensional arrays can be declared and initialized in one step.
6. The declaration of a one-dimensional array includes specifying the data type of the elements and the number of elements.

Please note that this is not an exhaustive list, and there may be other statements that also apply to one-dimensional arrays.