Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Reading: I/O Devices . Read OSTEP chapter 36 and answer the following questions by editing hw13.txt. 1) When would you tend to prefer polling to

Reading: I/O Devices. Read OSTEP chapter 36 and answer the following questions by editing hw13.txt.

1) When would you tend to prefer polling to interrupts in interacting with an I/O device? a) when the device supports many commands, b) when the device can perform a command quickly, or c) when the interrupt handler table is very large.

2) (Yes/No) Is it possible for software to interact with an I/O device using both polling and interrupts?

3) (T/F) About ? of the Linux source code is device driver code.

4) In Figure 36.5, in function ide_start_request(), what kind of register is written to on the line with comment '// this is a WRITE' ? a) a command register b) a data register c) a status register.

5) In the IDE example of Section 36.8, how many bytes are used to identify a location on disk where a read or write will be performed?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

Find y'. y= |x + X (x) (x) X 1 02x+ 2x 1 O 2x + 1/3 Ex 2x +

Answered: 1 week ago