An air traffic control system holds an unsorted list of active flight identifiers: ['DLH402', 'AAL099', 'SIA318', 'HAL012', 'UAE074', 'JAL006'].
['DLH402', 'AAL099', 'SIA318', 'HAL012', 'UAE074', 'JAL006']
Explain how a linear search algorithm would find the flight identifier 'UAE074' in this list.