1.5 File Directory Structure Flashcards
_ is the way an operating system shows its system and other types of files to the computer user.
The directory structure
Files are typically displayed in a _.
hierarchical tree structure
The first or the top folder (directory) in the structure is called the _.
root directory
A directory contained inside another directory is called a _.
subdirectory
The terms _ and _ are often used to describe the relationship between the directory and the subdirectory.
parent and child
_ contains all other folders or files in the drive.
The root directory
The root directory of the main partition on a computer is usually _.
C:\
The root folder of a DVD or CD drive might be _.
D:\
_ is a virtual location where programs, files and other folders can be located.
A folder
A folder is also called a _.
directory
_ is a tool for arranging files on a disk.
Folder
Files are organized by storing related files in _ directory.
the same
Folders which hold files or other folders on the computer are called _ or _.
sub-folders or sub-directories
_ is a list beginning with a drive letter that tells which folders to open so that you can find a file or another folder.
A path
T/F
When a file system is organized as a directory tree, there’s no need to specify the filenames.
False
The use of a _ minimizes the difficulty of assigning unique names.
tree-structured directory
T/F
Some files in the system can be located by following a path from the root or master directory down to various branches until the file is reached.
False all files
The series of directory names, culminating in the file name itself, constitutes a _ for the file.
pathname
The _ different methods commonly used to indicate the path of a file are _.
two, absolute pathname and relative pathname
_ represents the complete name of a directory or file from the /(root) directory downward.
An absolute pathname
T/F
Regardless of where you are working in the file system, you can always find a directory or file by specifying its absolute pathname.
True
_ is used to delimit names in the sequence.
The slash (/)
The name of the master directory is _ because all paths start at that directory.
implicit
T/F
It is not acceptable to have several files with the same file name, as long as they have unique pathnames.
False, it is perfectly acceptable to have several files with the same file name, as long as they have unique pathnames.
T/F
The same file name may be used in different directories.
True
T/F
Although the path name facilitates the selection of file names, it would be difficult for a user to have to spell out the entire pathname every time a reference is made to a file.
True
Typically, an interactive user or a process associated with a current directory is often referred to as the _ or _.
working directory or current directory
_ are used to specify the name of a file in the current directory or the pathname of a file or directory above or below the level of the current directory in the file system.
Relative pathnames
If D is the current directory, the relative pathname for
accessing 10 is _.
F/10