Operating System Short Questions Answers 1. Explain the terms hardware interrupts and software interrupts. An interrupt is a signal generated by hardware or software components when they require time of CPU. Interrupts are usually given high priority by OS. When an interrupts occurs, processing task of CPU is stopped, interrupting task is executed after which […]