Concept:File names on a computer cannot contain certain special characters.Explanation:Computers reject file names that include special characters like ∗, ?, :, /, or %.Capital letters, describing content, and short meaningful words are allowed in file names.Therefore, the error was caused by the file name containing special characters.Answer:D. contained special characters.