0
0
Intro to Computingfundamentals~10 mins

File system structure in Intro to Computing - Draw & Build Visually

Choose your learning style9 modes available
Draw This - beginner

Draw a diagram showing a simple file system structure with a root folder named 'Root', two subfolders named 'Documents' and 'Pictures', and inside 'Documents' two files named 'Resume.docx' and 'Budget.xlsx'. Inside 'Pictures', include one subfolder named 'Vacations' with a file named 'Beach.png'.

10 minutes
Hint 1
Hint 2
Hint 3
Hint 4
Grading Criteria
Root folder labeled 'Root' at the top
Two subfolders named 'Documents' and 'Pictures' connected to Root
Files 'Resume.docx' and 'Budget.xlsx' inside 'Documents'
Subfolder 'Vacations' inside 'Pictures'
File 'Beach.png' inside 'Vacations'
Hierarchy shown clearly with lines or indentation
Folders and files clearly distinguished
Solution
Root
├── Documents
│   ├── Resume.docx
│   └── Budget.xlsx
└── Pictures
    └── Vacations
        └── Beach.png

The diagram starts with the Root folder at the top. It has two subfolders: Documents and Pictures.

Under Documents, there are two files: Resume.docx and Budget.xlsx.

Under Pictures, there is a subfolder Vacations, which contains the file Beach.png.

The lines and indentation show the hierarchy, meaning which folders contain which files or subfolders.

Variations - 2 Challenges
[intermediate] Draw a file system structure with root folder 'Root', three subfolders 'Music', 'Videos', and 'Work'. Inside 'Music', add files 'song1.mp3' and 'song2.mp3'. Inside 'Work', add subfolder 'Projects' with files 'project1.doc' and 'project2.doc'.
[advanced] Draw a file system structure starting with root folder 'Root'. Add subfolders 'Downloads' and 'Archives'. Inside 'Downloads', add files 'setup.exe' and 'ebook.pdf'. Inside 'Archives', add subfolders '2022' and '2023'. Inside '2022', add file 'report.zip'. Inside '2023', add files 'summary.zip' and 'data.zip'.