Explanation In a RAID 1 array, data is mirrored across two disks. So when a host sends one write I/O to the array, the array will perform two write I/Os to store the data on both disks. The other options are incorrect because they do not accurately reflect the number of write I/Os required in a RAID 1 array.