What is software polling?

1 answer

Answer

1169907

2026-03-08 20:00

+ Follow

When the microprocessor receives an Interrupt Service Request (ISR) on the interrupt line it must determine which of the devices connected to that input sent the request.

Software Polling is one method by which it can do so.

In Software Polling:

A software routine is used to identify the device requesting service. It does so by checking each device to see if it was the one needing service.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.