Which statement is true?
A. An interrupt is called pending when the trigger is about to happen. For example, the timer is close to being expired.
B. An interrupt is active when the trigger has happened. For example the timer has expired.
C. An interrupt is active while it is being serviced.
D. An interrupt is inactive when it is not being serviced.