Answer:
-Hardware interrupts are the interrupts that occur due to the external devices.
-Software interrupt arises due to the executing program.
Explanation:
- Hardware Interrupts are the raised due to external hardware devices whereas the software interrupts are raised by the executing instruction.
- Asynchronized events occur in the hardware interrupts whereas software interrupt face the synchronized events.
- There is increase in the program counter in software interrupt but no increment in the program counter for the hardware interrupt.
Answer:
Is an electronic device used for storing and processing data.
Answer:
Check the explanation
Explanation:
pseudo code:
Start
Declarations
LomMount as Double
MonthlyPay as Double
While-begin :condition,[ MontblyPay < LoanArnount] II( LoanAmount >0]
Begin
If monthlyPay < = LoanArnount
Display " MonthlyPay "
eIse
Display "LoanAmount"
End-if
LoanAmount = LoanAmount-MonthlyPay
End-while
Stop
write down why it is blank and give it to the teacher