Which of the following is a technique we might use on a real-time systems that we would almost never use in a desktop computer? The technique and its reason for use must both be correct.
a) Task prioritization; Real-time systems require deterministic response times.
b) Virtual memory; Real-time systems prioritize responsiveness over extensive multitasking.
c) Dynamic linking; Real-time systems prefer statically linked binaries for reliability.
d) Interrupt handling; Real-time systems need to handle external events with minimal delay.