recategorized by
506 views
0 votes
0 votes
In a programmed I/O technique, the processor is stuck
in a wait loop doing status checking of an I/O device.
To increase efficiency, the I/O software could be writ-
ten so that the processor periodically checks the status of the device. If the device is not ready, the processor
can jump to other tasks. After some timed interval, the
processor comes back to check status again. Let us
assume that above scheme is used for outputting data
one character at a time to a printer that operates at 10
characters per second (CPS). Which of the following
statement is true if its status is scanned every 200 ms?

(A) The printing speed is increased by 5 CPS

(B) The printing rate is slowed to 5 CPS

(C) The printing rate is at 10 CPS only

(D) The printing rate is at 20 CPS
recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
go_editor asked Nov 20, 2020
1,005 views
Match $\text{List I}$ with $\text{List II}$$\begin{array}{llll} & \text{List I} & & \text{List II} \\ (A) &\text{Handshaking} & (I) & \text{I/O interface informs the CPU}...
1 votes
1 votes
4 answers
2
go_editor asked Mar 24, 2020
985 views
Match the following w.r.t Input/Output management :$\begin{array}{ll} &{\text{List – I}} & & {\text{List – II}} \\ \text{a.} & \text{Device controller} & \text{i.} &...
3 votes
3 votes
2 answers
4