Answer from cs61c-aj (Kevin Li 15855812) for Question 3 Polling might draw a lot of processor time because it must keep polling or checking the status bit to see if the I/O device has been touched, changed, or updated. Polling is a continous act and so even when the keyboard has not been hit for a while it will still check to see if it has over and over again.