Answer from cs61c-ah (Charles Lee 16102343) for Question 4 Polling is periodically checking status bits. Memory mapped io means each register appears as a special memory location. I can't find any mention of how to actually poll stuff anywhere...I would imagine it would be something that read ssomething from a $input register and stores that in $v0.