absolute path
The full file path for a file or directory that starts at the root directory.
binary file
A file that contains non-text, non human readable data that’s interpreted by a machine.
direct file access
Being able to read or write in a file starting at any location
directory
a container used to organize files into a hierarchical structure on a computer system
directory tree
A visual representation of a directory and its subdirectories
disk scheduling
The algorithm that’s used to determine in what order cylinders requesting I/O operations will be serviced in the secondary memory drive
file
a collection of data that has a specific internal structure
file extension
the characters placed after a period at the end of a file name that specifies what type of file it is
file system
A data structure used by an OS for storing and organizing files.
file type
The category of a file based on its content and format that determines how it’s used or opened
path
A string of characters that specifies the location of a file or directory.
relative path
When a file path starts at the active directory instead the root
root directory
The first directory for an entire file system that encompasses all sub directories and files
seek time
The amount of time it takes the read/write head in secondary memory to reach a track making an I/O request
sequential file access
When read/write operations in a file are done from in linear order from the beginning to the end of the file
text file
A file that contains mostly text readable by text editors or word processors
working directory
the current directory a user or program is operating from