Quiz 4 (Nov 26) Flashcards
What criterion determines which programs can access and interpret a file?
The File Type
The _____ directory is the highest level directory of a tree-structured directory hierarchy.
Root
The _____ path name of a file is a concatenation of file names from the current directory.
Relative
Which of the following is a data structure containing attributes of a file?
File Control Block (FCB)
What does a create file operation initialize?
A new File Control Block
What is a major disadvantage of a contiguous block allocation scheme?
Fragmentation
Which block allocation scheme does not allow direct access?
Clustered
What file operation allows accessing a random position within a file?
Seek
A request to get the next character from an I/O device could be directed to:
A Keyboard Driver
A request to write a block of data to an I/O device could be directed to:
A Disk Driver
Device drivers are implemented in:
Software
A _________ is a device-specific program that implements I/O operations.
Device Driver
Which term describes the memory register for holding data being transferred between the device and main memory?
Data Buffer
Which technique repeatedly reads a 1-bit flag to determine if the device is busy or idle?
Polling
Identify the technique to free up the CPU by allowing device controllers to independently transfer data between the device and main memory.
Direct Memory Access (DMA)