Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) Both FC bus controller and serial port controller are often implemented as separate circuit boards.
B) A serial-port controller is a simple device controller, while an FC bus controller is complex.
C) Both FC bus controller and serial port controller are used in PCs.
D) All of the above.
Correct Answer
verified
Multiple Choice
A) is written by the host to send output.
B) is written by the host to choose half-duplex communication.
C) is read by the host to get input.
D) contains status bits that can be read by the host.
Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Multiple Choice
A) Power collapse.
B) chilling with natural sources such as lake water, and solar panels.
C) Component level power management.
D) Wakelocks.
Correct Answer
verified
Multiple Choice
A) allows CPU to defer processing of low-priority interrupts without masking all interrupts.
B) splits interrupt management between first level and second level interrupt handlers.
C) is used to handle interrupts but not exceptions.
D) is a compromise between the overhead of a huge interrupt table and the inefficiency of dispatching to a single interrupt handler.
Correct Answer
verified
Multiple Choice
A) Reduce the number of times that data must be copied in memory while passing between device and application.
B) Move processing primitives into hardware, to allow their operation in device controllers to be concurrent with CPU and bus operation.
C) Increase concurrency by using DMA-knowledgeable controllers or channels to offload simple data copying from the CPU.
D) All of the above.
Correct Answer
verified
Multiple Choice
A) until the process is woken up by some other process.
B) until a fixed amount of time has elapsed.
C) the kernel raises the priority of that process.
D) the I/O has completed.
Correct Answer
verified
Multiple Choice
A) CPU is relieved from data transfer and is interrupted after every word has been transferred to initiate the next word transfer.
B) cycle stealing can slow down the CPU computation, but off-loading the data-transfer work to a DMA controller generally improves the total system performance.
C) interrupt mechanism is not used.
D) data is transferred to/from a single block of memory, but not to/from multiple blocks.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) cope with a speed mismatch between the producer and consumer of a data stream.
B) provide adaptations for devices that have different data-transfer sizes.
C) support copy semantics for application I/O.
D) All of the above.
Correct Answer
verified
Multiple Choice
A) A stream is a full-duplex connection between a device driver and a user-level process.
B) Each stream module contains a pair of queues.
C) The number of modules in a stream is fixed by the operating system.
D) Messages may be dropped in a stream even if flow control is implemented.
Correct Answer
verified
Multiple Choice
A) spooling.
B) buffering.
C) caching.
D) memory mapping.
Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Essay
Correct Answer
verified
View Answer
Essay
Correct Answer
verified
View Answer
Essay
Correct Answer
verified
View Answer
Multiple Choice
A) programmable interval timer.
B) high performance event timer.
C) network time protocol.
D) socket.
Correct Answer
verified
True/False
Correct Answer
verified
Showing 1 - 20 of 30
Related Exams