Which statements are true about lists? Select four options.
Lists are faster than arrays when doing mathematical calculations.
The indices of lists are zero-based.
Lists can hold strings.
Lists can hold numeric data.
A list can hold a combination of strings and numeric data.