Final answer:
The question refers to a 'striped array,' a method of data storage and parallel computing, which involves spreading data across multiple storage devices to enhance performance.
Step-by-step explanation:
A set of logically consecutive strips that maps exactly one strip to each array member is referred to as a striped array. In computer science, particularly in the context of data storage and parallel computing, a striped array is a data storage method used to spread data across multiple physical storage devices, such as hard disks, in a way that 'stripes' data across them.
This method can improve performance by allowing simultaneous read or write operations on multiple devices.
A set of logically consecutive strips that maps exactly one strip to each array member is referred to as a "stripe" in the context of data storage, particularly in RAID (Redundant Array of Independent Disks) configurations.
In RAID, striping involves dividing data into blocks and spreading them across multiple disks to improve performance and redundancy. Each strip, or "stripe," is a segment of data that collectively contributes to the overall storage or retrieval process.