System Software
System Software
3.2 Interrupts
- signal sent to the CPU from hardware or software indicating the CPU’s attention
- every device has a unique Interrupt Request Number (IRQ)
Processing Techniques
- Multitasking
execution of multiple tasks at a go
this is a technique by the OS
- Multithreading
Multiple threads (parts of a program) that run independently at the
same time