Podcast
Questions and Answers
What type of device stores information in fixed-size blocks with each having its own address?
What type of device stores information in fixed-size blocks with each having its own address?
- Block device (correct)
- Network card
- Character device
- Keyboard
Which operating system can be configured to load drivers only when needed?
Which operating system can be configured to load drivers only when needed?
- BSD
- Windows
- Linux (correct)
- Solaris
What are the two approaches to addressing device registers and data buffers?
What are the two approaches to addressing device registers and data buffers?
- Direct addressing and memory addressing
- Memory-mapped I/O and hardware-driven I/O (correct)
- Processor-based addressing and controller-based addressing
- Direct I/O and CPU-driven I/O
Which directory does the computer look in to load 32-bit drivers into memory when it starts up?
Which directory does the computer look in to load 32-bit drivers into memory when it starts up?
What type of devices are accessed via streams of bytes and do not involve buffering?
What type of devices are accessed via streams of bytes and do not involve buffering?
What is the main responsibility of a device driver when it comes to data transfer?
What is the main responsibility of a device driver when it comes to data transfer?
What function does the Device Driver API in POSIX systems typically include?
What function does the Device Driver API in POSIX systems typically include?
Which function in the Device Driver API is responsible for releasing dynamic table entries and the device?
Which function in the Device Driver API is responsible for releasing dynamic table entries and the device?
Why must the device driver be executed as part of the operating system rather than part of a user program?
Why must the device driver be executed as part of the operating system rather than part of a user program?
What does the ioctl function in the Device Driver API allow programmers to do?
What does the ioctl function in the Device Driver API allow programmers to do?
Flashcards are hidden until you start studying