\begin{tabular}{l} What type of data file can be opened and viewed in an \\ editor such as Notepad? \\ Input file \\ None of these \\ Output file \\ Text file \\ Binary file \\ \hline\end{tabular}
Solución de tutoría real
Responder
Solución
Revisado y aprobado por el equipo de tutoría de UpStudy
Beyond the Answer
Text files are the champions of open and editability! They are composed of plain text and can be easily viewed and modified in basic text editors like Notepad. This makes them incredibly user-friendly for everything from simple notes to coding scripts, as they lack intricate formatting. On the other hand, binary files are a whole different ball game! These files contain data in a format that’s directly readable by computers, which makes them not suitable for Notepad. Trying to open a binary file in a text editor will leave you staring at a chaotic mess of symbols and gibberish. So, for clear readability, stick to text files!