Input-Output Organization - peripheral devices, I-O interface, asynchronous data transfer, modes of transfer, priority interrupt, DMA, serial communication - Question Bank
1. In a DMA controller, what information must be provided to initiate a transfer?
2. What is the fundamental difference between serial and parallel data transfer?
3. Which term describes the process by which an I/O device signals to the CPU that it requires attention?
4. What is a common peripheral device that utilizes serial communication?
5. Which of the following best describes 'memory-mapped I/O'?
6. What is the primary advantage of using DMA over Programmed I/O for large data transfers?
7. In a daisy-chain priority interrupt system, the interrupt request lines are:
8. Which type of I/O transfer is characterized by the CPU issuing a command to the I/O device and then waiting for it to complete the operation without further CPU involvement until completion?
9. What is the main function of an I/O device controller?
10. Which statement best describes the 'Bus Arbitration' process?
11. In the context of I/O interrupts, what is 'interrupt masking'?
12. Which interface is designed for high-speed, general-purpose serial communication and connects many types of peripherals?
13. What is the purpose of a 'parity bit' in some serial communication protocols?
14. Which of the following is NOT a mode of data transfer between CPU and I/O devices?
15. When an I/O device needs attention from the CPU, it typically uses a(n):
16. What is a common use case for Direct Memory Access (DMA) in modern computers?
17. Which of the following is a type of output device?
18. Which of the following is a type of input device?
19. A 'handshake' mechanism in I/O transfer typically involves:
20. What is the role of the bus controller in I/O operations?
21. In I/O-mapped I/O (also known as port-mapped I/O), the CPU uses specific instructions like 'IN' and 'OUT' to:
22. What is the main difference between memory-mapped I/O and I/O-mapped I/O?
23. Which of the following is an example of a parallel interface?
24. RS-232 is a standard primarily used for:
25. What is a key characteristic of synchronous serial communication?
26. Which protocol is commonly used for synchronous serial communication?
27. In serial communication, what is the role of a UART (Universal Asynchronous Receiver/Transmitter)?
28. What is the primary advantage of serial communication over parallel communication for long distances?
29. Which is a common application of serial communication?
30. Serial communication involves:
31. In Burst Mode DMA, the DMA controller:
32. Which type of DMA transfer is most efficient for high-speed peripherals?
33. In DMA transfer, what is 'cycle stealing'?
34. Which component is essential for DMA to function?
35. The main benefit of Direct Memory Access (DMA) is:
36. What does DMA stand for in computer architecture?
37. What is the primary advantage of using a Priority Interrupt Controller?
38. In a priority interrupt system, what happens when a higher-priority interrupt occurs while a lower-priority interrupt is being serviced?
39. Which mechanism allows multiple devices to request an interrupt, and the system prioritizes them?
40. What is interrupt latency?
41. What is the purpose of an Interrupt Service Routine (ISR)?
42. When an interrupt occurs, what is the typical first step performed by the CPU?
43. Interrupt-Initiated I/O allows a peripheral device to:
44. What is a key disadvantage of Programmed I/O?
45. In Programmed I/O, who is responsible for initiating and controlling the data transfer?
46. Which mode of transfer involves the CPU actively checking the status of the I/O device before transferring data?
47. In asynchronous data transfer, what is the function of control lines like 'Strobe' and 'Ready'?
48. Asynchronous data transfer is characterized by:
49. What is the main purpose of an I/O interface?
50. Which of the following is a primary characteristic of a peripheral device in a computer system?