Question 1: Why is data serialisation important when transmitting data between applications written in different programming languages? Choice: (choose correct answer): () It allows data to be stored and transmitted in a neutral format that can be understood by different programming languages. () It ensures data is encrypted during transmission. () It compresses data to reduce transmission time. () It converts data into a binary format for faster processing. Answer: It allows data to be stored and transmitted in a neutral format that can be understood by different programming languages.