Concept:Random file organisation allows any record to be accessed directly without scanning previous records.Explanation:In random file organisation, each record is stored and retrieved using a record key. This lets the system jump straight to the required record instead of reading records one by one. Because the records can be accessed directly, this method is also called direct file organisation or direct access file organisation. It is not serial, sequential, or based on an index.Answer:A. direct file organisation