Answer the following statements true (T) or false (F)

1. A set of I/O modules is a key element of a computer system.
2. An I/O module must recognize one unique address for each peripheral it controls.
3. I/O channels are commonly seen on microcomputers, whereas I/O controllers are used on mainframes.
4. It is the responsibility of the processor to periodically check the status of the I/O module until it finds that the operation is complete.
5. With isolated I/O there is a single address space for memory locations and I/O devices.


1. True
2. True
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

What is the error?

What will be an ideal response? ``` class B { public: virtual void f(); }; virtual void B::f() {/*. . . */} ```

Computer Science & Information Technology

A(n) ____ is a set of step-by-step instructions that accomplish a task.

A. program B. algorithm C. instruction set D. command structure

Computer Science & Information Technology

One of the disadvantages of using digital signals to communicate includes the inability to correct for attenuation

Indicate whether the statement is true or false

Computer Science & Information Technology

Once the sublists are sorted, the next step in mergesort is to merge the sorted sublists.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology