Answer from cs61c-cq (Shijie Li 15959617) for Question 3 The process of periodically checking status bits to see if it is time for teh next I/O operation is called polling. It can waste a lot of processor time because processors are so much faster than I/O devices.