Bird
0
0

You have a text file named notes.txt and want to share it with someone who only has a PDF reader. What should you do?

hard📝 Application Q15 of 15
Intro to Computing - How Data is Represented
You have a text file named notes.txt and want to share it with someone who only has a PDF reader. What should you do?
AConvert the text file to PDF format before sharing
BSend the file as is; PDF readers open .txt files automatically
CRename the file to <code>notes.pdf</code> without changing content
DChange the file extension to .docx to make it compatible
Step-by-Step Solution
Solution:
  1. Step 1: Understand file format compatibility

    A PDF reader can only open PDF files, not plain text files like .txt.
  2. Step 2: Choose the correct way to share

    Renaming the file does not change its format; converting the file to PDF creates a compatible file.
  3. Final Answer:

    Convert the text file to PDF format before sharing -> Option A
  4. Quick Check:

    Convert format to match reader = success [OK]
Quick Trick: Convert file format, don't just rename extension [OK]
Common Mistakes:
  • Renaming extension without converting content
  • Assuming PDF readers open all text files
  • Changing extension to .docx without conversion

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes