1. Which term describes a secure area of a main processor that provides isolated execution for code and data, even from higher-privileged code on the system?
A Trusted Execution Environment (TEE) is a hardware-supported secure area of a processor that ensures confidentiality and integrity of code and data inside it, shielding them from even higher privilege software like the OS kernel. TEEs represent modern OS security extensions and show up in advanced interview discussion.