Polled operation of a program means to continuously check a value in a loop of some sort.
An example would be a micro-controller programmed to read multiple temp sensors and output a differential temperature. This program would pole each temp sensor with each execution of a loop.
What is the difference between poled and interrupt driven mechanization of this type of system?