Draw a diagram that shows the relationship between a file name, its extension, and the file format. Include at least three examples of common file formats with their extensions (e.g., .txt, .jpg, .mp3). Label each part clearly.
0
0
File formats and extensions in Intro to Computing - Draw & Build Visually
Draw This - beginner
7 minutes
Hint 1
Hint 2
Hint 3
Grading Criteria
Diagram includes a clear label for File Name
Diagram includes a clear label for Extension
Diagram includes a clear label for File Format
At least three examples of file names with extensions are shown
Each extension correctly matches its file format
Arrows or lines correctly connect file names to extensions and extensions to file formats
Solution
+----------------+ +------------+ +--------------------+ | File Name | | Extension | | File Format | +----------------+ +------------+ +--------------------+ | report | ----> | .txt | ----> | Plain Text Document | | photo | ----> | .jpg | ----> | JPEG Image File | | song | ----> | .mp3 | ----> | MP3 Audio File | +----------------+ +------------+ +--------------------+
This diagram shows how a file name is made up of two parts: the main name and the extension. The extension (like .txt, .jpg, or .mp3) tells the computer what type of file it is, which is called the file format.
For example, the file named report.txt has the extension .txt, which means it is a plain text document. The file photo.jpg has the extension .jpg, which means it is a JPEG image file. Lastly, song.mp3 has the extension .mp3, which means it is an MP3 audio file.
This helps the computer know how to open or use the file correctly.
Variations - 2 Challenges
[intermediate] Draw a flowchart that explains how a computer decides which program to use to open a file based on its extension. Use at least three different file extensions in your flowchart.
[advanced] Draw a detailed diagram showing the difference between file format and file extension, including examples of files that share the same extension but have different formats (e.g., .txt for plain text and .txt for configuration files). Explain how the computer uses both to handle files.