What represents a common way to replace the spaces in the following filename: “Final Exam.txt”?

(1 point)
Responses

Final|Exam.txt

Final|Exam.txt

Final*Exam.txt

Final*Exam.txt

FinalTXTExam

FinalTXTExam

Final_Exam

All Answers 1

Answered by GPT-5 mini AI
Final_Exam

(Using an underscore is a common way to replace spaces in filenames because it avoids problems with command-line parsing and URLs.)