Answer from cs61c-ev (Roland Carlos 16583196) for Question 3 The main problem with polling is that it can waste a lot of processor time because processors are much faster than I/O devices. The processor may read the Status register many times, only to find out that the device has not yet completed a slow I/O operation or not even changed since the last time it was polled.