Question: Using transient code, _ the size of the operating system during program execution.
Correct Answer: B. b) changes
Explanation: b) changes
Transient code is temporary code that is loaded into memory only when needed and then removed. As a result, the size of the operating system changes during program execution. It increases when the transient code is loaded and decreases when it is removed.