0
0
Intro to Computingfundamentals~5 mins

Folder hierarchy and paths in Intro to Computing - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a folder hierarchy?
A folder hierarchy is like a family tree for your computer files. It shows how folders are organized inside other folders, starting from a main folder called the root.
Click to reveal answer
beginner
What is an absolute path?
An absolute path is the full address to a file or folder, starting from the root folder. It tells exactly where to find the file anywhere on the computer.
Click to reveal answer
beginner
What is a relative path?
A relative path tells how to find a file or folder starting from the current folder you are in, not from the root. It's like giving directions from where you stand.
Click to reveal answer
beginner
Why do computers use folder hierarchies?
Computers use folder hierarchies to keep files organized and easy to find, just like how you keep your books on different shelves and sections in a library.
Click to reveal answer
beginner
What symbol is used to separate folders in a path on Windows and on Unix/Linux?
On Windows, folders in a path are separated by a backslash \ while on Unix/Linux and Mac, they use a forward slash /.
Click to reveal answer
Which of these is an example of an absolute path on Windows?
A..\file.txt
BDocuments\file.txt
Cfile.txt
DC:\Users\Alice\Documents\file.txt
What does a relative path depend on?
AThe root folder
BThe size of the file
CThe current folder you are in
DThe type of file
In a folder hierarchy, what is the top folder called?
ALeaf
BRoot
CBranch
DNode
Which symbol is used to go up one folder level in a relative path?
A..
B/
C~
D\
Why is folder hierarchy important?
ATo organize files so they are easy to find
BTo make files bigger
CTo change file colors
DTo delete files automatically
Explain what a folder hierarchy is and why it is useful.
Think about how you organize things at home or school.
You got /3 concepts.
    Describe the difference between an absolute path and a relative path with examples.
    Consider how you give directions from a fixed point versus from where you are standing.
    You got /4 concepts.