File Systems Flashcards
(8 cards)
Types of files are _____ executable, text file and media files
binary
File Access: When data is read in order from start to end of the file
Sequential Access
File Access: when data is read out of order
Random access
File allocation strategies: when the file is stored in the next two blocks
contiguous allocations
File allocation strategies: when a table is used to point to the next block in the chain
linked list allocation
_________ Directories: When the top is the root directory, and the directory stores files and other directories
Hierarchical
This way of searching directories uses a queue
breadth-first search
This way of searching directories uses a recursive search
Depth-first search