a) stays in the memory always
b) never enters the memory space
c) comes and goes as needed
d) is not easily accessible
Transient operating system code is code that comes and goes as needed. It’s not permanently resident in memory. This type of code is often used for specific tasks or functions that are not required continuously. For example, device drivers or certain system utilities might be loaded into memory only when needed and then unloaded to free up memory space for other processes.