Question: What is not true about interrupts vs polling?
| A | Interrupts are asynchronous | B | Polling is always faster than interrupts |
| C | Polling is blocking (repeatedly checks state) | D | Devices could combine interrupts and polling |
| E | Interrupts are non-blocking | F | Polling is synchronous |